バージョン

InterpolateValues<T> メソッド

値を補間します。
シンタックス
'宣言
 
Public Shared Function InterpolateValues(Of T)( _
   ByVal interpolatedValues As List(Of T), _
   ByVal p As Double, _
   ByVal minValues As List(Of T), _
   ByVal maxValues As List(Of T), _
   ByVal createEmpty As Func(Of T), _
   ByVal interpolate As Func(Of Double,Double,T,T,T) _
) As List(Of T)
public static List<T> InterpolateValues<T>( 
   List<T> interpolatedValues,
   double p,
   List<T> minValues,
   List<T> maxValues,
   Func<T> createEmpty,
   Func<double,double,T,T,T> interpolate
)

パラメータ

interpolatedValues
p
minValues
maxValues
createEmpty
interpolate

型パラメータ

T
参照