|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic 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
Double
See Also