= GetBelowZero = Get below zero status. {{{ bool GetBelowZero(int nScale = process_scale) }}} == Parameters == * nScale - scale number == Return Value == * Returns true if the specified scale weight is below zero or false if the weight is zero or above. == Remarks == == Examples == {{{ if(GetBelowZero()) { DisplayText(20, 20, "Below Zero"); } }}} {{{ if(GetBelowZero(1)) { DisplayText(20, 20, "Below Zero"); } }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetMotion GetMotion] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetOverCap GetOverCap] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCenterZero GetCenterZero]