Click or drag to resize

PressureIsInfinity Method

Returns a value indicating whether the specified number evaluates to negative or positive infinity.

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

Parameters

value  Pressure
A Pressure.

Return Value

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