The numeric vector model
# namespace Microsoft.VisualBasic.Math export class IVector { # the vector data Data: double; }