SIPrefixTryGetPrefixFromExponent Method |
Try to get a known prefix with a given exponent.
Namespace: Altaxo.UnitsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool TryGetPrefixFromExponent(
int exponent,
out SIPrefix prefix
)
Parameters
- exponent Int32
- The exponent.
- prefix SIPrefix
- If sucessfull, returns the prefix.
Return Value
BooleanTrue if a known prefix with the given exponent was found; otherwise, false.
See Also