GetDigitMode
Get the digit mode of the matrix.
int GetDigitMode( )
The integer code representing the format.
EX1
// Matrix must exist in the project void MatrixObject_GetDigitMode_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject moMy(mp.GetName(), 0); printf("the data format in the matrix is %d", moMy.GetDigitMode()); }
Get the digit mode of the matrix. There are 3 modes:
0 for default decimal digits
1 for decimal digits
2 for significant digits
MatrixObject::SetDigitMode, MatrixObject::GetDigits, MatrixObject::SetDigits
origin.h