SpeedIsPositiveInfinity Method

Returns a value indicating whether the specified number evaluates to positive infinity (PositiveInfinity).

Definition

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

Parameters

value  Speed
A Speed.

Return Value

Boolean
true if value evaluates to PositiveInfinity; otherwise false.

See Also