Difference between revisions of "NewtonWorldFloatSize"

From Newton Wiki
Jump to: navigation, search
 
m (1 revision imported)
 
(No difference)

Latest revision as of 08:02, 10 June 2019

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