Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNetWt
- Timestamp:
- 03/12/25 07:35:54 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNetWt
v4 v5 2 2 Get net weight value. 3 3 4 {{{ 4 {{{#!c++ 5 5 float GetNetWt(int nScale = process_cale); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 float net = GetNetWt(); 24 24 }}} 25 25 26 {{{ 26 {{{#!c++ 27 27 float net = GetNetWt(1); 28 28 }}}