Definition at line 13 of file DoubleVector.cs.
|
| class | DoubleVectorEnumerator |
| | Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
|
| |
|
| void | Dispose () |
| |
| | DoubleVector (global::System.Collections.IEnumerable c) |
| |
| | DoubleVector (global::System.Collections.Generic.IEnumerable< double > c) |
| |
| void | CopyTo (double[] array) |
| |
| void | CopyTo (double[] array, int arrayIndex) |
| |
| void | CopyTo (int index, double[] array, int arrayIndex, int count) |
| |
| double[] | ToArray () |
| |
| DoubleVectorEnumerator | GetEnumerator () |
| |
| void | Clear () |
| |
| void | Add (double x) |
| |
| | DoubleVector () |
| |
| | DoubleVector (DoubleVector other) |
| |
| | DoubleVector (int capacity) |
| |
| void | AddRange (DoubleVector values) |
| |
| DoubleVector | GetRange (int index, int count) |
| |
| void | Insert (int index, double x) |
| |
| void | InsertRange (int index, DoubleVector values) |
| |
| void | RemoveAt (int index) |
| |
| void | RemoveRange (int index, int count) |
| |
| void | Reverse () |
| |
| void | Reverse (int index, int count) |
| |
| void | SetRange (int index, DoubleVector values) |
| |
| bool | Contains (double value) |
| |
| int | IndexOf (double value) |
| |
| int | LastIndexOf (double value) |
| |
| bool | Remove (double value) |
| |
|
| virtual void | Dispose (bool disposing) |
| |
◆ DoubleVector() [1/5]
◆ DoubleVector() [2/5]
| DoubleVector |
( |
global::System.Collections.Generic.IEnumerable< double > |
c | ) |
|
|
inline |
◆ DoubleVector() [3/5]
◆ DoubleVector() [4/5]
◆ DoubleVector() [5/5]
◆ Add()
◆ AddRange()
◆ Clear()
◆ Contains()
| bool Contains |
( |
double |
value | ) |
|
|
inline |
◆ CopyTo() [1/3]
| void CopyTo |
( |
double[] |
array | ) |
|
|
inline |
◆ CopyTo() [2/3]
| void CopyTo |
( |
double[] |
array, |
|
|
int |
arrayIndex |
|
) |
| |
|
inline |
◆ CopyTo() [3/3]
| void CopyTo |
( |
int |
index, |
|
|
double[] |
array, |
|
|
int |
arrayIndex, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ Dispose() [1/2]
◆ Dispose() [2/2]
| virtual void Dispose |
( |
bool |
disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
◆ IndexOf()
| int IndexOf |
( |
double |
value | ) |
|
|
inline |
◆ Insert()
| void Insert |
( |
int |
index, |
|
|
double |
x |
|
) |
| |
|
inline |
◆ InsertRange()
◆ LastIndexOf()
| int LastIndexOf |
( |
double |
value | ) |
|
|
inline |
◆ Remove()
| bool Remove |
( |
double |
value | ) |
|
|
inline |
◆ RemoveAt()
| void RemoveAt |
( |
int |
index | ) |
|
|
inline |
◆ RemoveRange()
| void RemoveRange |
( |
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ Repeat()
◆ Reverse() [1/2]
◆ Reverse() [2/2]
| void Reverse |
( |
int |
index, |
|
|
int |
count |
|
) |
| |
|
inline |
◆ SetRange()
◆ ToArray()
◆ swigCMemOwn
◆ Capacity
◆ Count
◆ IsFixedSize
◆ IsReadOnly
◆ IsSynchronized
◆ this[int index]
The documentation for this class was generated from the following file: