IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Old.IVector_OldNumerics< T > Interface Template Reference

Generic Vector interface More...

+ Inheritance diagram for IG.Old.IVector_OldNumerics< T >:

Public Member Functions

T[] CopyToArray ()
 Copy all elements of this vector to an array. More...
 

Properties

int Length [get]
 Gets the number of rows. More...
 
this[int i] [get, set]
 Gets or set the element indexed by i in the Vector. More...
 

Detailed Description

Generic Vector interface

Member Function Documentation

T [] IG.Old.IVector_OldNumerics< T >.CopyToArray ( )

Copy all elements of this vector to an array.

Property Documentation

int IG.Old.IVector_OldNumerics< T >.Length
get

Gets the number of rows.

T IG.Old.IVector_OldNumerics< T >.this[int i]
getset

Gets or set the element indexed by i in the Vector.

Parameters
iElement index (zero-based by agreement).

The documentation for this interface was generated from the following file: