Method IsEvenInteger_Bcl
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
IsEvenInteger_Bcl(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(float value)
Parameters
valuefloatThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(double value)
Parameters
valuedoubleThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(Half value)
Parameters
valueHalfThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
[CLSCompliant(false)]
public static bool IsEvenInteger_Bcl(sbyte value)
Parameters
valuesbyteThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(byte value)
Parameters
valuebyteThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(short value)
Parameters
valueshortThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
[CLSCompliant(false)]
public static bool IsEvenInteger_Bcl(ushort value)
Parameters
valueushortThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(int value)
Parameters
valueintThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
[CLSCompliant(false)]
public static bool IsEvenInteger_Bcl(uint value)
Parameters
valueuintThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
public static bool IsEvenInteger_Bcl(long value)
Parameters
valuelongThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)
IsEvenInteger_Bcl(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
[CLSCompliant(false)]
public static bool IsEvenInteger_Bcl(ulong value)
Parameters
valueulongThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value is even integral number, otherwise isfalse(如果值是偶数整数,则返回true,否则返回false).
- See Also
-
IsEvenInteger(TSelf)