GetDigits
Get the number of digits of a particular digit mode of the matrix
int GetDigits( )
The number of digits set in a particular mode
EX1
// Matrix must exist in the project void MatrixObject_GetDigits_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject moMy(mp.GetName(), 0); if (moMy.SetDigitMode(2)) out_str("Digit mode is set successfully!"); else out_str("Digit mode is not set successfully!"); printf("the number of significant digits are %d", moMy.GetDigits()); }
Get the number of digits of a particular digit mode of the matrix.
MatrixObject::GetDigitMode, MatrixObject::SetDigitMode, MatrixObject::SetDigits
origin.h