.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/PackedFloat64Array.xml. .. _class_PackedFloat64Array: PackedFloat64Array ================== .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. note:: There are notable differences when using this API with C#. See :ref:`doc_c_sharp_differences` for more information. .. rst-class:: classref-reftable-group Constructors ------------ .. table:: :widths: auto +-----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`PackedFloat64Array` **(** **)** | +-----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`PackedFloat64Array` **(** :ref:`PackedFloat64Array` from **)** | +-----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`PackedFloat64Array` **(** :ref:`Array` from **)** | +-----------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`append` **(** :ref:`float` value **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`append_array` **(** :ref:`PackedFloat64Array` array **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`bsearch` **(** :ref:`float` value, :ref:`bool` before=true **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`clear` **(** **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`count` **(** :ref:`float` value **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`duplicate` **(** **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`fill` **(** :ref:`float` value **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`find` **(** :ref:`float` value, :ref:`int` from=0 **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`has` **(** :ref:`float` value **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`insert` **(** :ref:`int` at_index, :ref:`float` value **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`is_empty` **(** **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`push_back` **(** :ref:`float` value **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_at` **(** :ref:`int` index **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`resize` **(** :ref:`int` new_size **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`reverse` **(** **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`rfind` **(** :ref:`float` value, :ref:`int` from=-1 **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set` **(** :ref:`int` index, :ref:`float` value **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`size` **(** **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`slice` **(** :ref:`int` begin, :ref:`int` end=2147483647 **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`sort` **(** **)** | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedByteArray` | :ref:`to_byte_array` **(** **)** |const| | +-----------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-reftable-group Operators --------- .. table:: :widths: auto +-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator !=` **(** :ref:`PackedFloat64Array` right **)** | +-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PackedFloat64Array` | :ref:`operator +` **(** :ref:`PackedFloat64Array` right **)** | +-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`bool` | :ref:`operator ==` **(** :ref:`PackedFloat64Array` right **)** | +-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`float` | :ref:`operator []` **(** :ref:`int` index **)** | +-----------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Constructor Descriptions ------------------------ .. _class_PackedFloat64Array_constructor_PackedFloat64Array: .. rst-class:: classref-constructor :ref:`PackedFloat64Array` **PackedFloat64Array** **(** **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`PackedFloat64Array` **PackedFloat64Array** **(** :ref:`PackedFloat64Array` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. rst-class:: classref-constructor :ref:`PackedFloat64Array` **PackedFloat64Array** **(** :ref:`Array` from **)** .. container:: contribute There is currently no description for this constructor. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_PackedFloat64Array_method_append: .. rst-class:: classref-method :ref:`bool` **append** **(** :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_append_array: .. rst-class:: classref-method void **append_array** **(** :ref:`PackedFloat64Array` array **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_bsearch: .. rst-class:: classref-method :ref:`int` **bsearch** **(** :ref:`float` value, :ref:`bool` before=true **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_clear: .. rst-class:: classref-method void **clear** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_count: .. rst-class:: classref-method :ref:`int` **count** **(** :ref:`float` value **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_duplicate: .. rst-class:: classref-method :ref:`PackedFloat64Array` **duplicate** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_fill: .. rst-class:: classref-method void **fill** **(** :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_find: .. rst-class:: classref-method :ref:`int` **find** **(** :ref:`float` value, :ref:`int` from=0 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_has: .. rst-class:: classref-method :ref:`bool` **has** **(** :ref:`float` value **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_insert: .. rst-class:: classref-method :ref:`int` **insert** **(** :ref:`int` at_index, :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_is_empty: .. rst-class:: classref-method :ref:`bool` **is_empty** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_push_back: .. rst-class:: classref-method :ref:`bool` **push_back** **(** :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_remove_at: .. rst-class:: classref-method void **remove_at** **(** :ref:`int` index **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_resize: .. rst-class:: classref-method :ref:`int` **resize** **(** :ref:`int` new_size **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_reverse: .. rst-class:: classref-method void **reverse** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_rfind: .. rst-class:: classref-method :ref:`int` **rfind** **(** :ref:`float` value, :ref:`int` from=-1 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_set: .. rst-class:: classref-method void **set** **(** :ref:`int` index, :ref:`float` value **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_size: .. rst-class:: classref-method :ref:`int` **size** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_slice: .. rst-class:: classref-method :ref:`PackedFloat64Array` **slice** **(** :ref:`int` begin, :ref:`int` end=2147483647 **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_sort: .. rst-class:: classref-method void **sort** **(** **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_method_to_byte_array: .. rst-class:: classref-method :ref:`PackedByteArray` **to_byte_array** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Operator Descriptions --------------------- .. _class_PackedFloat64Array_operator_neq_PackedFloat64Array: .. rst-class:: classref-operator :ref:`bool` **operator !=** **(** :ref:`PackedFloat64Array` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_operator_sum_PackedFloat64Array: .. rst-class:: classref-operator :ref:`PackedFloat64Array` **operator +** **(** :ref:`PackedFloat64Array` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_operator_eq_PackedFloat64Array: .. rst-class:: classref-operator :ref:`bool` **operator ==** **(** :ref:`PackedFloat64Array` right **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_PackedFloat64Array_operator_idx_int: .. rst-class:: classref-operator :ref:`float` **operator []** **(** :ref:`int` index **)** .. container:: contribute There is currently no description for this operator. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`