|
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.297-beta+c4c8a839e939f7741977e6b01208d8a074273105
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