Click or drag to resize

SIPrefixTryGetPrefixFromExponent Method

Try to get a known prefix with a given exponent.

Namespace: Altaxo.Units
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool TryGetPrefixFromExponent(
	int exponent,
	out SIPrefix prefix
)

Parameters

exponent  Int32
The exponent.
prefix  SIPrefix
If sucessfull, returns the prefix.

Return Value

Boolean
True if a known prefix with the given exponent was found; otherwise, false.
See Also