'宣言
Public Function New( _ Optional ByVal order As Nullable(Of Double), _ Optional ByVal period As Nullable(Of Double) _ )
public _Fourier( Nullable<double> order, Nullable<double> period )
パラメータ
- order
- period
'宣言
Public Function New( _ Optional ByVal order As Nullable(Of Double), _ Optional ByVal period As Nullable(Of Double) _ )
public _Fourier( Nullable<double> order, Nullable<double> period )