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