Decimal.IsCanonical(Decimal) Methode

Definition

Bestimmt, ob sich ein Wert in seiner kanonischen Darstellung befindet.

public:
 static bool IsCanonical(System::Decimal value) = System::Numerics::INumberBase<System::Decimal>::IsCanonical;
public static bool IsCanonical(decimal value);
static member IsCanonical : decimal -> bool
Public Shared Function IsCanonical (value As Decimal) As Boolean

Parameter

value
Decimal

Der zu überprüfende Wert.

Gibt zurück

true wenn value sich in seiner kanonischen Darstellung befindet; andernfalls false.

Implementiert

Gilt für: