NewtonWorldFloatSize

From Newton Wiki
Revision as of 08:02, 10 June 2019 by WikiSysop (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

NewtonWorldFloatSize

int NewtonWorldFloatSize ()

Usage

Return the size of a Newton dFloat in bytes.

Parameters

  • None

Return

  • int float size (4 for 32 bit library and 8 for 64 bit double library )

Remarks

This can be used to determine if you are running single or double precision build of the library

See also