Table of Contents

Method IsInteger_Bit

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

IsInteger_Bit(float)

Determines if a element represents an integral number (确定元素是否为整数).

public static bool IsInteger_Bit(float value)

Parameters

value float

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

Returns

bool

Return true if value is integral number, otherwise is false (如果值是整数,则返回 true,否则返回 false).

See Also
IsInteger(TSelf)

IsInteger_Bit(double)

Determines if a element represents an integral number (确定元素是否为整数).

public static bool IsInteger_Bit(double value)

Parameters

value double

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

Returns

bool

Return true if value is integral number, otherwise is false (如果值是整数,则返回 true,否则返回 false).

See Also
IsInteger(TSelf)

IsInteger_Bit(Half)

Determines if a element represents an integral number (确定元素是否为整数).

public static bool IsInteger_Bit(Half value)

Parameters

value Half

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

Returns

bool

Return true if value is integral number, otherwise is false (如果值是整数,则返回 true,否则返回 false).

See Also
IsInteger(TSelf)