DataType:floatptr
From Lavish Software Wiki
Contents |
[edit]
Description
A floatptr is simply a pointer to a float. The type inherits float, and can be used as if it were a float.
[edit]
Members
- int Address: The memory address of the actual float
[edit]
Methods
(none)
[edit]
Inherits
[edit]
Returns
The string representation of this float, to the nearest hundredth
[edit]
Examples
[edit]
Display a float pointers address
- echo Memory Address: ${Point1.Address}
[edit]
Operates On
float *
[edit]
