| NumericIsPositiveFinite Method (Double) |
Determines whether the specified value is positive finite.
Namespace: DigitalRune.MathematicsAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax public static bool IsPositiveFinite(
double value
)
Public Shared Function IsPositiveFinite (
value As Double
) As Boolean
public:
static bool IsPositiveFinite(
double value
)
static member IsPositiveFinite :
value : float -> bool
Parameters
- value
- Type: SystemDouble
The value.
Return Value
Type:
Boolean if
value is a positive finite number; otherwise,
.
See Also