'Declaration Public Function interpolate( _ ByVal xsArg As List(Of Double), _ ByVal ysArg As List(Of Double) _ ) As IPolyline
public IPolyline interpolate( List<double> xsArg, List<double> ysArg )
Parameters
- xsArg
- ysArg
'Declaration Public Function interpolate( _ ByVal xsArg As List(Of Double), _ ByVal ysArg As List(Of Double) _ ) As IPolyline
public IPolyline interpolate( List<double> xsArg, List<double> ysArg )