|
Rational Conversion (Int16 to Rational)
|
Converts the specified
Int16 to a
Rational.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static implicit operator Rational (
short x
)
Public Shared Widening Operator CType (
x As Short
) As Rational
Request Example
View SourceParameters
- x
- Type: SystemInt16
The Int16 to convert.
Return Value
Type:
RationalA
Rational.
See Also