'宣言
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 )
パラメータ
- xsArg
- ysArg
'宣言
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 )