Click or drag to resize
Accord.NET (logo)

Rational Constructor (Double)

Creates a new Rational instance equal to a floating-point value.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Rational(
	double value
)
Request Example View Source

Parameters

value
Type: SystemDouble
A floating-point value
See Also