'Declaration
Public Function IntersectWithXValue( _ ByVal x As System.Double _ ) As System.Collections.Generic.List(Of Double)
'Usage
Dim instance As NStepLineSeries Dim x As System.Double Dim value As System.Collections.Generic.List(Of Double) value = instance.IntersectWithXValue(x)
public System.Collections.Generic.List<double> IntersectWithXValue( System.double x )
Parameters
- x