BigInteger.IsPositive(BigInteger) Метод

Определение

Определяет, является ли значение положительным.

public:
 static bool IsPositive(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsPositive;
public static bool IsPositive(System.Numerics.BigInteger value);
static member IsPositive : System.Numerics.BigInteger -> bool
Public Shared Function IsPositive (value As BigInteger) As Boolean

Параметры

value
BigInteger

Проверяемое значение.

Возвращаемое значение

trueЗначение , falseесли value положительно; в противном случае .

Реализации

Комментарии

Возвращаемое значение false не означает, что IsNegative(TSelf) возвращается true. Комплексное число, a + bi не равное нулю b, не является положительным или отрицательным

Применяется к