Error Messages/40504
< Error Messages
Revision as of 19:16, 25 January 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The Min parameter is greater than the Max parameter value in call to Truncate. = Cause = The value passed to the Min parameter of the Truncate…')
Error Message Examples
The Min parameter is greater than the Max parameter value in call to Truncate.
Cause
The value passed to the Min parameter of the Truncate function is greater than the value passed to the Max parameter. You may have switched the Min and the Max parameter to the function.
The declaration for the Truncate function is:
Truncate(ux: numeric sample; xmin, xmax: optional scalar)
Remedies
Correct the parameter passed to the Truncate function so that the Max parameter value is greater than the Min parameter value.
Comments
<comments />
Enable comment auto-refresher