MeiCam SDK For Android  3.14.0
Public Member Functions | Public Attributes | List of all members
com.meicam.sdk.NvsRational Class Reference

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...
 

Detailed Description

Rational.

Constructor & Destructor Documentation

◆ NvsRational()

com.meicam.sdk.NvsRational.NvsRational ( int  n,
int  d 
)
inline

Constructor is to set the numerator and denominator of the scale value.

Parameters
nthe value of numerator
dthe value of denominator

Member Data Documentation

◆ den

int com.meicam.sdk.NvsRational.den

Denominator.

◆ num

int com.meicam.sdk.NvsRational.num

Numerator.


The documentation for this class was generated from the following file: