ObjectType:float64ptr

From Lavish Software Wiki
Revision as of 15:20, 8 July 2018 by Lax (talk | contribs) (Created page with "{{ObjectType-Vitals|float64ptr|LavishScript|ObjectType:float64|The string representation of this float, to the nearest hundredth|none|no|void *}} == Description == A...")
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search
Object Type Vitals
float64ptr
Defined By LavishScript
Inherits float64
Reduces To The string representation of this float, to the nearest hundredth
Variable Object Type none
Uses Sub-Types no
C/C++ Type void *

Description

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

Members

  • int64 Address: The memory address of the actual float

Methods

(none)

Returns

Examples

Display a float64 pointers address

  • echo Memory Address: ${Point1.Address}

Operates On

double *

See Also

LavishScript Object Types