Int32.INumberBase<Int32>.IsCanonical(Int32) Metoda

Definicja

Określa, czy wartość znajduje się w swojej reprezentacji kanonicznej.

 static bool System.Numerics.INumberBase<System.Int32>.IsCanonical(int value) = System::Numerics::INumberBase<int>::IsCanonical;
static bool INumberBase<int>.IsCanonical (int value);
static member System.Numerics.INumberBase<System.Int32>.IsCanonical : int -> bool
 Shared Function IsCanonical (value As Integer) As Boolean Implements INumberBase(Of Integer).IsCanonical

Parametry

value
Int32

Wartość do sprawdzenia.

Zwraca

true jeśli value znajduje się w swojej kanonicznej reprezentacji; w przeciwnym razie false.

Implementuje

Dotyczy