Vector<any>A 1-dimensional vectorClassCompareDelegateA type that represents a reference to a method with a parameter list and return typeCompareFieldDelegateA type that represents a reference to a method with a parameter list and return typeFindDelegateA type that represents a reference to a method with a parameter list and return typeMethodpublic Vector.Constructor(int size, init)public virtual int object.Compare(value)Compares this object with another and returns (-1, 0, or 1)public bool Vector.Contains(value)Returns true if the element is present in the containerpublic static Vector<any> Vector.Convert(value)Convert value into type Vector, null if not successfulpublic Vector<any> Vector.CopyReturns a copy of this objectpublic Vector.Cross(vector)Returns the cross product of two vectors in 3 dimensionspublic Vector.Dot(vector)Returns the dot product of two vectorspublic Vector.FindMaxReturns the maximum value or nullpublic Vector.FindMinReturns the minimum value or nullpublic Vector.FirstElementReturns the first element or nullpublic Attribute Vector.GetEachTypeGet the iterated typepublic virtual Icon object.GetIconReturn a icon for this objectpublic virtual object.GetLayoutBlockReturn a layout inside a blockpublic virtual object.GetLayoutSpan
Return a layout inside a spanpublic virtual object.GetLayoutTipReturn a layout for the hint popuppublic virtual object.GetSourceReferenceReturn a source reference for this objectpublic virtual void object.GetTexSource(source)LaTeX source code for this objectpublic Vector.GetValue(index)Get the ith valuepublic void Vector.Initialize(value)Set all elements to a single valuepublic Vector.LastElementReturns the last element or nullpublic Vector.NormReturns the norm of the vectorpublic Vector.NormalizeReturns the normalized form of the vectorpublic void Vector.SetValue(index, value)Modify the ith elementpublic [] Vector.ToArrayReturns the current values to an arraypublic [] Vector.ToSortedArray(bool descending=false, delegate int CompareDelegate(v1, v2) comparedelegate=null)Returns a new array in sorted orderpublic [] Vector.ToSortedArrayField(bool descending, delegate CompareFieldDelegate(value) comparedelegatefield)Returns a new array in sorted order