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