MeiCam SDK For Android
3.14.0
|
Rational. More...
Public Member Functions | |
NvsRational (int n, int d) | |
Constructor is to set the numerator and denominator of the scale value. More... | |
Public Attributes | |
int | num |
Numerator. More... | |
int | den |
Denominator. More... | |
Rational.
|
inline |
Constructor is to set the numerator and denominator of the scale value.
n | the value of numerator |
d | the value of denominator |
int com.meicam.sdk.NvsRational.den |
Denominator.
int com.meicam.sdk.NvsRational.num |
Numerator.