Smart Systems Software

Smart tools for smart developers

Home         Technical Support         Free Software       
      
BigGoo data type object properties
*
Absolute: Returns the absolute value of a BigGoo data type object. 
 

Sign: Enumeration. Returns Sets the sign of a BigGoo data type object.

 

-1 - Negative

 0 - Zero

 1 - Positive

           

Value: Returns Sets the  value of a BigGoo data type object.

 

ValDec: Returns the decimal portion of the BigGoo Value property.

 

ValInt: Returns the integer portion of the BigGoo Value property.

 

ValueFx ([Precision As Integer = 2], [RoundOff As Boolean = True], [WithCommas As Boolean = False])

 

Returns in format, the value of a BigGoo data type object.

 

Precision - 1 to 53 decimals. Default is 2.

Roundoff - Boolean option. Default is True.

WithCommas - Boolean option. Default is False.