Difference between revisions of "FixPt Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
m
 
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]]

Latest revision as of 03:00, 18 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