Class MathINumberBase
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
Math functions of INumberBase<TSelf> (INumberBase 的数学函数).
public static class MathINumberBase
- Inheritance
-
MathINumberBase
- Inherited Members
Remarks
Referenced from generic math (参考了泛型数学): https://learn.microsoft.com/en-us/dotnet/standard/generics/math
Methods
- Abs(short)
Returns the absolute value of a 16-bit signed integer (返回 16 位有符号整数的绝对值). No exception,
Abs(MinValue) := MinValue
.
- Abs(int)
Returns the absolute value of a 32-bit signed integer (返回 32 位有符号整数的绝对值). No exception,
Abs(MinValue) := MinValue
.
- Abs(long)
Returns the absolute value of a 64-bit signed integer (返回 64 位有符号整数的绝对值). No exception,
Abs(MinValue) := MinValue
.
- Abs(nint)
Returns the absolute value of a native signed integer (返回本机有符号整数的绝对值). No exception,
Abs(MinValue) := MinValue
.
- Abs(sbyte)
Returns the absolute value of a 8-bit signed integer (返回 8 位有符号整数的绝对值). No exception,
Abs(MinValue) := MinValue
.
- IsEvenInteger(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bcl(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsEvenInteger_Bit(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsFinite(double)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite(Half)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite(float)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bcl(double)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bcl(Half)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bcl(float)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bit(double)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bit(Half)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsFinite_Bit(float)
Determines if a element is finite. It contains zero, subnormal, and normal. It does not contain infinity, NaN (确定元素是否为有限值. 它包含 零、次正规数、正规数. 它不含无穷大、非数).
- IsInfinity(double)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity(Half)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity(float)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinityOrNaN(double)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN(Half)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN(float)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bcl(double)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bcl(Half)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bcl(float)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bit(double)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bit(Half)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinityOrNaN_Bit(float)
Determines if a element is infinite or NaN (确定元素是否为无穷大或非数).
- IsInfinity_Bcl(double)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity_Bcl(Half)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity_Bcl(float)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity_Bit(double)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity_Bit(Half)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInfinity_Bit(float)
Determines if a element is negative or positive infinite (确定元素是否为负数或正数的无穷大).
- IsInteger(double)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger(Half)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger(float)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bcl(double)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bcl(Half)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bcl(float)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bit(double)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bit(Half)
Determines if a element represents an integral number (确定元素是否为整数).
- IsInteger_Bit(float)
Determines if a element represents an integral number (确定元素是否为整数).
- IsNaN(double)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN(Half)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN(float)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bcl(double)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bcl(Half)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bcl(float)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bit(double)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bit(Half)
Determines if a element is NaN (确定元素是否为非数).
- IsNaN_Bit(float)
Determines if a element is NaN (确定元素是否为非数).
- IsNegative(decimal)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(double)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(Half)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(short)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(int)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(long)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(sbyte)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative(float)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegativeInfinity(double)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity(Half)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity(float)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bcl(double)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bcl(Half)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bcl(float)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bit(double)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bit(Half)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeInfinity_Bit(float)
Determines if a element is negative infinity (确定元素是否为负无穷大).
- IsNegativeZero(double)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero(Half)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero(float)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bcl(double)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bcl(Half)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bcl(float)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bit(double)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bit(Half)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegativeZero_Bit(float)
Determines if a element represents a negative zero (确定元素是否为负零).
- IsNegative_Bcl(decimal)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(double)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(Half)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(short)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(int)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(long)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(sbyte)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bcl(float)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(decimal)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(double)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(Half)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(short)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(int)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(long)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(sbyte)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNegative_Bit(float)
Determines if a element represents a negative number (确定元素是否为负数).
- IsNormal(double)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal(Half)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal(float)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bcl(double)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bcl(Half)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bcl(float)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bit(double)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bit(Half)
Determines if a element is normal (确定元素是否为正规数).
- IsNormal_Bit(float)
Determines if a element is normal (确定元素是否为正规数).
- IsNotNaN(double)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN(Half)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN(float)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bcl(double)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bcl(Half)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bcl(float)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bit(double)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bit(Half)
Determines if a element is not NaN (确定元素是否不为非数).
- IsNotNaN_Bit(float)
Determines if a element is not NaN (确定元素是否不为非数).
- IsOddInteger(byte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(double)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(Half)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(short)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(int)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(long)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(sbyte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(float)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(ushort)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(uint)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger(ulong)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(byte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(double)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(Half)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(short)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(int)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(long)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(sbyte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(float)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(ushort)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(uint)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bcl(ulong)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(byte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(double)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(Half)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(short)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(int)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(long)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(sbyte)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(float)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(ushort)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(uint)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsOddInteger_Bit(ulong)
Determines if a element represents an odd integral number (确定元素是否为奇数整数).
- IsPositive(double)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(Half)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(short)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(int)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(long)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(sbyte)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive(float)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositiveInfinity(double)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity(Half)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity(float)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bcl(double)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bcl(Half)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bcl(float)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bit(double)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bit(Half)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositiveInfinity_Bit(float)
Determines if a element is positive infinity (确定元素是否为正无穷大).
- IsPositive_Bcl(double)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(Half)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(short)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(int)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(long)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(sbyte)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bcl(float)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(double)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(Half)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(short)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(int)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(long)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(sbyte)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsPositive_Bit(float)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
- IsSubnormal(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bcl(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bcl(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bcl(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bit(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bit(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsSubnormal_Bit(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZero(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZeroOrSubnormal(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bcl(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bcl(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bcl(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bit(double)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bit(Half)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZeroOrSubnormal_Bit(float)
Determines if a element is subnormal (确定元素是否为次正规数).
- IsZero_Bcl(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bcl(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(byte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(double)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(Half)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(short)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(int)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(long)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(sbyte)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(float)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(ushort)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(uint)
Determines if a element represents an even integral number (确定元素是否为偶数整数).
- IsZero_Bit(ulong)
Determines if a element represents an even integral number (确定元素是否为偶数整数).