|
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.266-beta+c6b78f50c57a6e00a35ffa6b1d344e516617d5cd
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