|
SIFactors Property
|
Gets an array of all the defined SI unit factors ordered from least (
Yocto) to greatest (
Yotta).
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public static double[] Factors { get; }
Public Shared ReadOnly Property Factors As Double()
Get
public:
static property array<double>^ Factors {
array<double>^ get ();
}
static member Factors : float[] with get
GSF.Units.SI.get_Factors = function();
View SourceProperty Value
DoubleSee Also