ObjectType:float64ptr

From Lavish Software Wiki
(Redirected from DataType:float64ptr)
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 double *

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}

See Also

LavishScript Object Types