Method IsOddInteger
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
IsOddInteger(float)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(float value)
Parameters
value
floatThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(double)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(double value)
Parameters
value
doubleThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(Half)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(Half value)
Parameters
value
HalfThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(sbyte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
[CLSCompliant(false)]
public static bool IsOddInteger(sbyte value)
Parameters
value
sbyteThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(byte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(byte value)
Parameters
value
byteThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(short)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(short value)
Parameters
value
shortThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(ushort)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
[CLSCompliant(false)]
public static bool IsOddInteger(ushort value)
Parameters
value
ushortThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(int)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(int value)
Parameters
value
intThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(uint)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
[CLSCompliant(false)]
public static bool IsOddInteger(uint value)
Parameters
value
uintThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(long)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
public static bool IsOddInteger(long value)
Parameters
value
longThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)
IsOddInteger(ulong)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
[CLSCompliant(false)]
public static bool IsOddInteger(ulong value)
Parameters
value
ulongThe value to be checked (要检查的值).
Returns
- bool
Return
true
if value is odd integral number, otherwise isfalse
(如果值是奇数整数,则返回true
,否则返回false
).
- See Also
-
IsOddInteger(TSelf)