: Public <<type>> Class
Created: 10-04-2008 12:15:53
Modified: 10-12-2009 14:31:57
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.
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: