Table of Contents

Method IsNegativeZero

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

IsNegativeZero(float)

Determines if a element represents a negative zero (确定元素是否为负零).

public static bool IsNegativeZero(float value)

Parameters

value float

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

Returns

bool

Return true if value is negative zero, otherwise is false (如果值是负零,则返回 true,否则返回 false).

See Also
IsZero(TSelf)

IsNegativeZero(double)

Determines if a element represents a negative zero (确定元素是否为负零).

public static bool IsNegativeZero(double value)

Parameters

value double

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

Returns

bool

Return true if value is negative zero, otherwise is false (如果值是负零,则返回 true,否则返回 false).

See Also
IsZero(TSelf)

IsNegativeZero(Half)

Determines if a element represents a negative zero (确定元素是否为负零).

public static bool IsNegativeZero(Half value)

Parameters

value Half

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

Returns

bool

Return true if value is negative zero, otherwise is false (如果值是负零,则返回 true,否则返回 false).

See Also
IsZero(TSelf)