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