LengthIsNegativeInfinity Method

Returns a value indicating whether the specified number evaluates to negative infinity (NegativeInfinity).

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
public static bool IsNegativeInfinity(
	Length value
)

Parameters

value  Length
A Length.

Return Value

Boolean
true if value evaluates to NegativeInfinity; otherwise false.

See Also