Char.INumberBase<Char>.IsSubnormal(Char) Method

Definition

Determines if a value is subnormal.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is subnormal; otherwise, false.

Implements

Applies to