Decimal.IsCanonical(Decimal) Methode

Definitie

Bepaalt of een waarde zich in de canonieke weergave bevindt.

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

Parameters

value
Decimal

De waarde die moet worden gecontroleerd.

Retouren

trueals value deze zich in de canonieke weergave bevindt; anders. false

Implementeringen

Van toepassing op