FixPt Tips

From FM Plugin Wikipedia
Revision as of 23:46, 11 July 2007 by Admin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 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=111"

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
  • Privacy policy
  • About FM Plugin Wikipedia
  • Disclaimers