INumberBase<TSelf>.IsNormal(TSelf) Method

Definition

Determines if a value is normal.

public:
 static bool IsNormal(TSelf value);
public static abstract bool IsNormal (TSelf value);
static member IsNormal : 'Self -> bool
Public Shared Function IsNormal (value As TSelf) As Boolean

Parameters

value
TSelf

The value to be checked.

Returns

true if value is normal; otherwise, false.

Applies to