'Declaration
Public Function New( _ ByVal valueY As System.Double, _ ByVal upperErrorY As System.Double, _ ByVal lowerErrorY As System.Double _ )
'Usage
Dim valueY As System.Double Dim upperErrorY As System.Double Dim lowerErrorY As System.Double Dim instance As New NErrorBarDataPoint(valueY, upperErrorY, lowerErrorY)
public NErrorBarDataPoint( System.double valueY, System.double upperErrorY, System.double lowerErrorY )
Parameters
- valueY
- upperErrorY
- lowerErrorY