Click or drag to resize

MassIsInfinity 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(
	Mass value
)

Parameters

value  Mass
A Mass.

Return Value

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