|
RationalSimplify Method (Int64, Int64)
|
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(
long numerator,
long denominator
)
Public Shared Function Simplify (
numerator As Long,
denominator As Long
) As Rational
Request Example
View SourceParameters
- numerator
- Type: SystemInt64
- denominator
- Type: SystemInt64
Return Value
Type:
RationalSee Also