Changes between Version 1 and Version 2 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCenterZero


Ignore:
Timestamp:
08/19/10 21:14:12 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetCenterZero

    v1 v2  
     1= GetCenterZero =
     2Get center of zero status.
    13
     4{{{
     5bool GetCenterZero(int nScale = process_scale)
     6}}}
    27
     8== Parameters ==
    39
    4 Center zero
     10 * nScale - scale number
     11
     12== Return Value ==
     13
     14 * Returns true if the specified scale weight is at center of zero or false if the weight not at center of zero.
     15
     16== Remarks ==
     17
     18== Examples ==
     19
     20{{{
     21if(GetCenterZero())
     22{
     23    DisplayText(20, 20, "Center Zero");
     24}
     25}}}
     26
     27{{{
     28if(GetCenterZero(1))
     29{
     30    DisplayText(20, 20, "Center Zero");
     31}
     32}}}
     33
     34== See Also ==
     35
     36 * GetMotion
     37 * GetNetWt