Click or drag to resize

SIPrefixFromDivision Method

Divides 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) FromDivision(
	SIPrefix p1,
	SIPrefix p2
)

Parameters

p1  SIPrefix
The numerator prefix.
p2  SIPrefix
The denominator prefix.

Return Value

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