|
Rational Constructor (Int32, Int32)
|
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public Rational(
int numerator,
int denominator
)
Public Sub New (
numerator As Integer,
denominator As Integer
)
Request Example
View SourceParameters
- numerator
- Type: SystemInt32
The numerator of the Rational. - denominator
- Type: SystemInt32
The denominator of the Rational.
See Also