|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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