Difference between revisions of "ObjectType:float64ptr"

From Lavish Software Wiki
Jump to navigation Jump to search
(Created page with "{{ObjectType-Vitals|float64ptr|LavishScript|ObjectType:float64|The string representation of this float, to the nearest hundredth|none|no|void *}} == Description == A...")
 
 
Line 1: Line 1:
{{ObjectType-Vitals|float64ptr|[[LavishScript]]|[[ObjectType:float64|float64]]|The string representation of this float, to the nearest hundredth|none|no|void *}}
+
{{ObjectType-Vitals|float64ptr|[[LavishScript]]|[[ObjectType:float64|float64]]|The string representation of this float, to the nearest hundredth|none|no|double *}}
  
 
== Description ==
 
== Description ==
Line 16: Line 16:
 
===Display a float64 pointers address===
 
===Display a float64 pointers address===
 
*echo Memory Address: ${Point1.Address}
 
*echo Memory Address: ${Point1.Address}
 
== Operates On ==
 
<tt>double *</tt>
 
  
 
== See Also ==
 
== See Also ==
 
{{LavishScript:ObjectType}}
 
{{LavishScript:ObjectType}}
 
 
[[Category:LavishScript]]
 
[[Category:LavishScript Data Types]]
 

Latest revision as of 15:56, 8 July 2018

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