'宣言
Public Function New( _ ByVal value As Nullable(Of Double), _ ByVal previous As Nullable(Of Double) _ )
public _NumberStackValueInfo( Nullable<double> value, Nullable<double> previous )
パラメータ
- value
- previous
'宣言
Public Function New( _ ByVal value As Nullable(Of Double), _ ByVal previous As Nullable(Of Double) _ )
public _NumberStackValueInfo( Nullable<double> value, Nullable<double> previous )