Click or drag to resize

PressureIsPositiveInfinity Method

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

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
C#
public static bool IsPositiveInfinity(
	Pressure value
)

Parameters

value  Pressure
A Pressure.

Return Value

Boolean
true if value evaluates to PositiveInfinity; otherwise false.
See Also