FixPt Tips

From FM Plugin Wikipedia
(Redirected from Number Tips)
Jump to: navigation, search

Contents

  • 1 FixPt Public Functions

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

  • void AssignInt ( long int that )
  • void AssignDouble ( double that )
  • void AssignFixPt ( const FixPt &that )
  • 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 less ( const FixPt &that ) const
  • bool operator less= ( const FixPt &that ) const
  • void Increment ( long int n )
  • void Decrement ( long int n )
  • void Negate ()


  • int GetPrecision () const
  • void SetPrecision ( int precision )
  • void Add ( const FixPt &arg, FixPt &result ) const
  • void Subtract ( const FixPt &arg, FixPt &result ) const
  • void Multiply ( const FixPt &arg, FixPt &result ) const
  • fmx::errcode Divide ( const FixPt &arg, FixPt &result ) const
  • bool AsBool () const
  • long int AsLong () const
  • double AsFloat () const
  • void operator delete ( void *obj )
Retrieved from "https://fmplugins.idma.nz/index.php?title=FixPt_Tips&oldid=196"

Navigation menu

Views

  • Page
  • Discussion
  • View source
  • History

Personal tools

  • Log in

Navigation

  • Welcome

Header Files

  • FMWrapper
  • Binary Tips
  • Calc Tips
  • Data Tips
  • Date and Time Tips
  • FixPt Tips
  • Text Tips
  • Text Style Tips
  • Types Tips

Development

  • Plugin Setup
  • Interface Tips
  • Mac OS X
  • Windows
  • Other Tips
  • Idle Call

Links

  • Recent changes
  • Random page
  • Help
  • sitesupport

 

Tools

  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
Powered by MediaWiki
  • This page was last modified on 18 August 2007, at 03:00.
  • Privacy policy
  • About FM Plugin Wikipedia
  • Disclaimers