Click or drag to resize

SIPrefixFromMultiplication Method

Multiplies two prefixes and returns the prefix and any remaining factor.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static (SIPrefix prefix, double remainingFactor) FromMultiplication(
	SIPrefix p1,
	SIPrefix p2
)

Parameters

p1  SIPrefix
The first prefix.
p2  SIPrefix
The second prefix.

Return Value

ValueTupleSIPrefix, Double
A tuple containing the resulting prefix and the remaining factor when the exact prefix is not available.
See Also