Spring4D Docs
  • Guide
  • API Reference
  1. Spring.Base
  2. Spring
  3. Vector<T>

Vector<T> Record

On this page

  1. Definition
  2. Properties
  3. Methods
  4. Operators

Definition

Unit:
Spring
Package:
Spring.Base
Delphi
type Vector<T> = record

Type Parameters

T

Properties

Count
Data
First
Items[NativeInt]
Last
Length

Methods

Add(T)
Add(TArray<T>)
Add(Vector<T>)
Add(array of T)
Assign(array of T)
Clear
Contains(T)
Contains(T, IEqualityComparer<T>)
Contains(T, TEqualityComparison<T>)
Contains(TArray<T>)
Contains(array of T)
Delete(NativeInt)
Delete(NativeInt, NativeInt)
Equals(TArray<T>)
Equals(array of T)
ForEach(Action<T>)
GetEnumerator
IndexOf(T)
Insert(NativeInt, T)
Insert(NativeInt, TArray<T>)
Insert(NativeInt, array of T)
Remove
Remove(T)
Remove(TArray<T>)
Remove(array of T)
Reverse
Slice(NativeInt)
Slice(NativeInt, NativeInt)
Sort
Sort(IComparer<T>)
Sort(TComparison<T>)
Splice(NativeInt, NativeInt)
Splice(NativeInt, NativeInt, array of T)

Operators

Add(T, Vector<T>)
Add(TArray<T>, Vector<T>)
Add(Vector<T>, T)
Add(Vector<T>, TArray<T>)
Add(Vector<T>, Vector<T>)
Equal(Vector<T>, Vector<T>)
Implicit(TArray<T> to Vector<T>)
Implicit(Vector<T> to TArray<T>)
In(T, Vector<T>)
In(TArray<T>, Vector<T>)
In(Vector<T>, Vector<T>)
NotEqual(Vector<T>, Vector<T>)
Subtract(Vector<T>, T)
Subtract(Vector<T>, Vector<T>)

On this page

  1. Definition
  2. Properties
  3. Methods
  4. Operators

Unofficial DocInsight showcase for Spring4D. Not affiliated with, sponsored by, or endorsed by the Spring4D Team.
Copyright © 2009 - present Spring4D team. All Rights Reserved.
Built with DocInsight.