wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetNetWt

Version 2 (modified by Don Wilson, 14 years ago) ( diff )

--

GetNetWt

Get net weight value.

float GetNetWt(int nScale = process_cale);

Parameters

  • nScale - scale number

Return Value

  • Returns net weight value of specified scale, or current process scale if no scale specified.

Remarks

Examples

float net = GetNetWt();
float net = GetNetWt(1);

See Also

Note: See TracWiki for help on using the wiki.