'Declaration Public Function New( _ ByVal min As Double, _ ByVal max As Double _ )
'Declaration
Public Function New( _ ByVal min As Double, _ ByVal max As Double _ )
'Usage Dim min As Double Dim max As Double Dim instance As New DoubleCellType(min, max)
'Usage
Dim min As Double Dim max As Double Dim instance As New DoubleCellType(min, max)
public DoubleCellType( double min, double max )
DoubleCellType Class DoubleCellType Members Overload List