'宣言 Sub SetCustomConversion( _ ByVal convert As System.Func(Of Double,Double,Double,Double), _ ByVal convertBack As System.Func(Of Double,Double,Double,Double) _ )
void SetCustomConversion( System.Func<double,double,double,double> convert, System.Func<double,double,double,double> convertBack )
パラメータ
- convert
- convertBack