= GetGrossWt = Get gross weight value. {{{ float GetGrossWt(int nScale = curscale); }}} == Parameters == * nScale - scale number == Return Value == * Returns gross weight value. == Remarks == The value returned is from an internal memory buffer from the last MnBdRead that received a weight for the specified scale. An application program should be structured properly for this data to be updated when needed. == Examples == {{{ float gross = GetGrossWt(); }}} {{{ float gross = GetGrossWt(1); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetTareWt GetTareWt] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNetWt GetNetWt] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/FormatGrossWt FormatGrossWt]