Method IsInteger
- Namespace
- Zyl.VectorTraits
- Assembly
- VectorTraits.dll
IsInteger(float)
Determines if a element represents an integral number (确定元素是否为整数).
public static bool IsInteger(float value)
Parameters
valuefloatThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is integral number, otherwise isfalse(如果值是整数,则返回true,否则返回false).
- See Also
-
IsInteger(TSelf)
IsInteger(double)
Determines if a element represents an integral number (确定元素是否为整数).
public static bool IsInteger(double value)
Parameters
valuedoubleThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is integral number, otherwise isfalse(如果值是整数,则返回true,否则返回false).
- See Also
-
IsInteger(TSelf)
IsInteger(Half)
Determines if a element represents an integral number (确定元素是否为整数).
public static bool IsInteger(Half x)
Parameters
xHalf
Returns
- bool
Return
trueif value is integral number, otherwise isfalse(如果值是整数,则返回true,否则返回false).
- See Also
-
IsInteger(TSelf)