|
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.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
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