ln3 Method - SetSign

Description
Set the sign of a large number.
Signature
void SetSign( sign_t sign )
Parameters
Name Type Description
sign sign_t The new sign of the number.  Valid values are positive and negative.
Returns
( none )
Example
Create a large number, assign a value to it, and set the sign to negative:
ln X = 12345;
X.SetSign( negative );