Input for WinForms
乗算(Fraction<T>,Fraction<T>) オペレータ

C1.Win.Input.8 アセンブリ > C1.Framework.Mathematics 名前空間 > Fraction<T> 構造体 > 乗算 オペレータ : 乗算(Fraction<T>,Fraction<T>) オペレータ
Defines the binary "*" operator.
シンタックス
'宣言
 
Overloads Public Operator *( _
   ByVal left As Fraction(Of T), _
   ByVal right As Fraction(Of T) _
) As Fraction(Of T)
public Fraction<T> operator *( 
   Fraction<T> left,
   Fraction<T> right
)

パラメータ

left
right
参照

Fraction<T> 構造体
Fraction<T> メンバ
オーバーロード一覧