|
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.230-beta+03417d7b5cff037b24e882d7adef82d359b34964
Syntaxpublic 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
String
See Also