Click or drag to resize
DigitalRuneNumericIsPositive Method (Double)
Determines whether the specified value is positive.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool IsPositive(
	double value
)

Parameters

value
Type: SystemDouble
The value.

Return Value

Type: Boolean
if value is positive; otherwise, .
See Also