Single.IsNormal(Single) Method

Definition

Determines whether the specified value is normal.

public:
 static bool IsNormal(float f);
public:
 static bool IsNormal(float f) = System::Numerics::INumberBase<float>::IsNormal;
public static bool IsNormal (float f);
static member IsNormal : single -> bool
Public Shared Function IsNormal (f As Single) As Boolean

Parameters

f
Single

A single-precision floating-point number.

Returns

true if f is normal; false otherwise.

Implements

Applies to