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