Table of Contents

Method IsInfinity

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

IsInfinity(float)

Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).

public static bool IsInfinity(float value)

Parameters

value float

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

Returns

bool

Return true if value is infinite, otherwise is false (如果值是无穷大,则返回 true,否则返回 false).

See Also
IsInfinity(TSelf)

IsInfinity(double)

Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).

public static bool IsInfinity(double value)

Parameters

value double

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

Returns

bool

Return true if value is infinite, otherwise is false (如果值是无穷大,则返回 true,否则返回 false).

See Also
IsInfinity(TSelf)

IsInfinity(Half)

Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).

public static bool IsInfinity(Half value)

Parameters

value Half

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

Returns

bool

Return true if value is infinite, otherwise is false (如果值是无穷大,则返回 true,否则返回 false).

See Also
IsInfinity(TSelf)