Division(Fraction<T>,Fraction<T>) Operator
In This Topic
Defines the binary "/" operator.
Syntax
'Declaration
Overloads Public Operator /( _
ByVal As Fraction(Of T), _
ByVal As Fraction(Of T) _
) As Fraction(Of T)
public Fraction<T> operator /(
Fraction<T> ,
Fraction<T>
)
Parameters
- left
- right
See Also