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

Definition

Determines if a value is in its canonical representation.

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

Parameters

value
Half

The value to be checked.

Returns

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

Implements

Applies to