BigInteger.IsNegative Method

Determines if a value represents a negative real number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsNegative(
	BigInteger value
)

Parameters

value  BigInteger
The value to be checked.

Return Value

Boolean
true if value represents negative zero or a negative real number; otherwise, false.

Implements

INumberBase<TSelf>.IsNegative(TSelf)

See Also