Table of Contents

Method IsNormal

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

IsNormal(float)

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

public static bool IsNormal(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(double)

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

public static bool IsNormal(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(Half)

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

public static bool IsNormal(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)