バージョン

InterpolateArrayValues<T> メソッド

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

パラメータ

interpolatedValues
p
minValues
maxValues
createEmpty
interpolate

型パラメータ

T
参照