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

Definition

Determines if a value is normal.

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

Parameters

value
Char

The value to be checked.

Returns

true if value is normal; otherwise, false.

Implements

Applies to