In This Topic
Creates an instance of DoubleRange.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double _
)
public DoubleRange(
System.string ,
System.double ,
System.double
)
Parameters
- name
- min
- max
See Also