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

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

--

GetTareWt

Get tare weight value.

float GetTareWt(int nScale = curscale);

Parameters

  • nScale - scale number

Return Value

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

Remarks

Examples

float tare = GetTareWt();
float tare = GetTareWt(1);

See Also

Note: See TracWiki for help on using the wiki.