Table of Contents

Method IsNormal_Bit

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

IsNormal_Bit(float)

Determines if a element is normal (确定元素是否为正规数).

public static bool IsNormal_Bit(float value)

Parameters

value float

The value to be checked (要检查的值).

Returns

bool

Return true if value is normal, otherwise is false (如果值是正规数,则返回 true,否则返回 false).

See Also
IsNormal(TSelf)

IsNormal_Bit(double)

Determines if a element is normal (确定元素是否为正规数).

public static bool IsNormal_Bit(double value)

Parameters

value double

The value to be checked (要检查的值).

Returns

bool

Return true if value is normal, otherwise is false (如果值是正规数,则返回 true,否则返回 false).

See Also
IsNormal(TSelf)

IsNormal_Bit(Half)

Determines if a element is normal (确定元素是否为正规数).

public static bool IsNormal_Bit(Half value)

Parameters

value Half

The value to be checked (要检查的值).

Returns

bool

Return true if value is normal, otherwise is false (如果值是正规数,则返回 true,否则返回 false).

See Also
IsNormal(TSelf)