Click or drag to resize
Accord.NET (logo)

Rational  Conversion (SByte to Rational)

Converts the specified SByte to a Rational.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public static implicit operator Rational (
	sbyte x
)
Request Example View Source

Parameters

x
Type: SystemSByte
The SByte to convert.

Return Value

Type: Rational
A Rational.
See Also