ObjectType:floatptr

From Lavish Software Wiki
Revision as of 15:10, 8 July 2018 by Lax (talk | contribs) (Lax moved page DataType:floatptr to ObjectType:floatptr)
Jump to navigation Jump to search

Description

A floatptr is simply a pointer to a float. The type inherits float, and can be used as if it were a float.

Members

  • int Address: The memory address of the actual float

Methods

(none)

Inherits

Returns

The string representation of this float, to the nearest hundredth

Examples

Display a float pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

float *

See Also