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

Definition

Determines if a value is in its canonical representation.

 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

Parameters

value
Int32

The value to be checked.

Returns

true if value is in its canonical representation; otherwise, false.

Implements

Applies to