|
RationalSimplify Method (Int32, Int32)
|
Gets the simplified version of the rational number.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static Rational Simplify(
int numerator,
int denominator
)
Public Shared Function Simplify (
numerator As Integer,
denominator As Integer
) As Rational
Request Example
View SourceParameters
- numerator
- Type: SystemInt32
- denominator
- Type: SystemInt32
Return Value
Type:
RationalSee Also