Inner Drive Extensible Architecture
C#
Show/Hide TOC
Volume
Is
Infinity Method
Returns a value indicating whether the specified number evaluates to negative or positive infinity.
Definition
Namespace:
InnerDrive.Quantitative
Assembly:
InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
Copy
public
static
bool
IsInfinity
(
Volume
value
)
Parameters
value
Volume
A
Volume
.
Return Value
Boolean
true
if
value
evaluates to
NegativeInfinity
or
PositiveInfinity
; otherwise
false
.
See Also
Reference
Volume Structure
InnerDrive.Quantitative Namespace
In This Article
Definition
Parameters
Return Value
See Also