Method IsPositive_Bit
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
IsPositive_Bit(float)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(float value)
Parameters
valuefloatThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(double)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(double value)
Parameters
valuedoubleThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(Half)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(Half value)
Parameters
valueHalfThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(sbyte)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
[CLSCompliant(false)]
public static bool IsPositive_Bit(sbyte value)
Parameters
valuesbyteThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(short)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(short value)
Parameters
valueshortThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(int)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(int value)
Parameters
valueintThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)
IsPositive_Bit(long)
Determines if a element represents zero or a positive number (确定元素是否为正零或正数).
public static bool IsPositive_Bit(long value)
Parameters
valuelongThe value to be checked (要检查的值).
Returns
- bool
Return
trueif value represents positive zero or a positive real number, otherwise isfalse(如果值表示正零或正实数,则返回true,否则返回false).
- See Also
-
IsPositive(TSelf)