NumeralSystemIdentifiers.MathDbl プロパティ

定義

MathDbl 文字を使用して、10 進数システムの識別子を取得します。

public:
 static property Platform::String ^ MathDbl { Platform::String ^ get(); };
static winrt::hstring MathDbl();
public static string MathDbl { get; }
var string = NumeralSystemIdentifiers.mathDbl;
Public Shared ReadOnly Property MathDbl As String

プロパティ値

String

Platform::String

winrt::hstring

MathDbl 文字を使用して 10 進数システムを識別する文字列 "MathDbl"。

適用対象