Half.IsPositive(Half) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a value is positive.
public:
static bool IsPositive(Half value) = System::Numerics::INumberBase<Half>::IsPositive;
public static bool IsPositive(Half value);
static member IsPositive : Half -> bool
Public Shared Function IsPositive (value As Half) As Boolean
- value
- Half
The value to be checked.
true
if value
is positive; otherwise, false
.
A return value of false
does not imply that IsNegative(TSelf) will return true
. A complex number, a + bi
for non-zero b
, is not positive or negative
Applies to
Produkts | Versijas |
---|---|
.NET | 7, 8, 9, 10 |
.NET atsauksmes
.NET ir atklātā pirmkoda projekts. Atlasiet saiti, lai sniegtu atsauksmes: