: Public <<type>> Class
Created: 23.5.2022 18.05.04
Modified: 1.8.2022 13.54.03
Project:
Advanced:
A vector is a sequence of a fixed length of Numbers. Normally, the numbers represent some measures, and thus vectors are often used where records of Numbers would be more appropriate. In geometry for example, direct positions are given by undistinguished coordinate vectors, which can be interpreted through the use of coordinate reference systems. <br/><br/>
Attribute
Public Integer
  dimension
Details:
 
Public Number
  ordinates
Details:
 
Operation
Public
scalarMultiply( n: Number,
):Vector
Details:
Sequential
Public
vectorAdd( v: Vector,
):Vector
Details:
Sequential
Tag Value
persistence persistent
Details:
 
Property Value
isFinalSpecialization: 0
Object Type Connection Direction Notes
«datatype» Vector Class Realization From