Difference between revisions of "FixPt Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
m (Number Tips moved to FixPt Tips)
Line 3: Line 3:
 
   |}
 
   |}
  
This page is about editing and working with Numbers passed from FileMaker to your plugin.
+
This page is about editing and working with Numbers passed from FileMaker to your plugin.  FixPt is the FileMaker number class which supports 400 digits to the left of the decimal point, and an adjustable number to the right of the decimal point, which is controlled by the number's precision setting.
  
  
Line 11: Line 11:
 
*[[void AssignFixPt ( const FixPt &that )]]
 
*[[void AssignFixPt ( const FixPt &that )]]
 
*[[bool operator == ( const FixPt &that ) const]]
 
*[[bool operator == ( const FixPt &that ) const]]
*[[bool operator != ( const FixPt &that ) const]]
+
*[[bool operator != ( const FixPt &that ) const] ]
 
*[[bool operator  grtr ( const FixPt &that ) const]]
 
*[[bool operator  grtr ( const FixPt &that ) const]]
 
*[[bool operator grtr= ( const FixPt &that ) const]]
 
*[[bool operator grtr= ( const FixPt &that ) const]]

Revision as of 04:39, 17 August 2007

This page is about editing and working with Numbers passed from FileMaker to your plugin. FixPt is the FileMaker number class which supports 400 digits to the left of the decimal point, and an adjustable number to the right of the decimal point, which is controlled by the number's precision setting.


FixPt Public Functions