|
SISymbols Property
|
Gets an array of all the defined unit factor SI prefix symbols 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 string[] Symbols { get; }
Public Shared ReadOnly Property Symbols As String()
Get
public:
static property array<String^>^ Symbols {
array<String^>^ get ();
}
static member Symbols : string[] with get
GSF.Units.SI.get_Symbols = function();
View SourceProperty Value
StringSee Also