DotNet Reference
DotNet Reference
Detailed Description
Definition at line 13 of file linear_solver/Int64Vector.cs.
Classes | |
| class | Int64VectorEnumerator |
| Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More... | |
Public Member Functions | |
| void | Dispose () |
| Int64Vector (global::System.Collections.IEnumerable c) | |
| Int64Vector (global::System.Collections.Generic.IEnumerable< long > c) | |
| void | CopyTo (long[] array) |
| void | CopyTo (long[] array, int arrayIndex) |
| void | CopyTo (int index, long[] array, int arrayIndex, int count) |
| long[] | ToArray () |
| Int64VectorEnumerator | GetEnumerator () |
| void | Clear () |
| void | Add (long x) |
| Int64Vector () | |
| Int64Vector (Int64Vector other) | |
| Int64Vector (int capacity) | |
| void | AddRange (Int64Vector values) |
| Int64Vector | GetRange (int index, int count) |
| void | Insert (int index, long x) |
| void | InsertRange (int index, Int64Vector values) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, Int64Vector values) |
| bool | Contains (long value) |
| int | IndexOf (long value) |
| int | LastIndexOf (long value) |
| bool | Remove (long value) |
Static Public Member Functions | |
| static Int64Vector | Repeat (long value, int count) |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Properties | |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| long | this[int index] [get, set] |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsSynchronized [get] |
Constructor & Destructor Documentation
◆ Int64Vector() [1/5]
|
inline |
Definition at line 48 of file linear_solver/Int64Vector.cs.
◆ Int64Vector() [2/5]
|
inline |
Definition at line 56 of file linear_solver/Int64Vector.cs.
◆ Int64Vector() [3/5]
|
inline |
Definition at line 242 of file linear_solver/Int64Vector.cs.
◆ Int64Vector() [4/5]
|
inline |
Definition at line 245 of file linear_solver/Int64Vector.cs.
◆ Int64Vector() [5/5]
|
inline |
Definition at line 249 of file linear_solver/Int64Vector.cs.
Member Function Documentation
◆ Add()
|
inline |
Definition at line 224 of file linear_solver/Int64Vector.cs.
◆ AddRange()
|
inline |
Definition at line 270 of file linear_solver/Int64Vector.cs.
◆ Clear()
|
inline |
Definition at line 220 of file linear_solver/Int64Vector.cs.
◆ Contains()
|
inline |
Definition at line 323 of file linear_solver/Int64Vector.cs.
◆ CopyTo() [1/3]
|
inline |
Definition at line 118 of file linear_solver/Int64Vector.cs.
◆ CopyTo() [2/3]
|
inline |
Definition at line 108 of file linear_solver/Int64Vector.cs.
◆ CopyTo() [3/3]
|
inline |
Definition at line 113 of file linear_solver/Int64Vector.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 31 of file linear_solver/Int64Vector.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 36 of file linear_solver/Int64Vector.cs.
◆ GetEnumerator()
|
inline |
Definition at line 150 of file linear_solver/Int64Vector.cs.
◆ GetRange()
|
inline |
Definition at line 275 of file linear_solver/Int64Vector.cs.
◆ IndexOf()
|
inline |
Definition at line 328 of file linear_solver/Int64Vector.cs.
◆ Insert()
|
inline |
Definition at line 282 of file linear_solver/Int64Vector.cs.
◆ InsertRange()
|
inline |
Definition at line 287 of file linear_solver/Int64Vector.cs.
◆ LastIndexOf()
|
inline |
Definition at line 333 of file linear_solver/Int64Vector.cs.
◆ Remove()
|
inline |
Definition at line 338 of file linear_solver/Int64Vector.cs.
◆ RemoveAt()
|
inline |
Definition at line 292 of file linear_solver/Int64Vector.cs.
◆ RemoveRange()
|
inline |
Definition at line 297 of file linear_solver/Int64Vector.cs.
◆ Repeat()
|
inlinestatic |
Definition at line 302 of file linear_solver/Int64Vector.cs.
◆ Reverse() [1/2]
|
inline |
Definition at line 309 of file linear_solver/Int64Vector.cs.
◆ Reverse() [2/2]
|
inline |
Definition at line 313 of file linear_solver/Int64Vector.cs.
◆ SetRange()
|
inline |
Definition at line 318 of file linear_solver/Int64Vector.cs.
◆ ToArray()
|
inline |
Definition at line 136 of file linear_solver/Int64Vector.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 16 of file linear_solver/Int64Vector.cs.
Property Documentation
◆ Capacity
|
getset |
Definition at line 85 of file linear_solver/Int64Vector.cs.
◆ Count
|
get |
Definition at line 96 of file linear_solver/Int64Vector.cs.
◆ IsFixedSize
|
get |
Definition at line 64 of file linear_solver/Int64Vector.cs.
◆ IsReadOnly
|
get |
Definition at line 70 of file linear_solver/Int64Vector.cs.
◆ IsSynchronized
|
get |
Definition at line 102 of file linear_solver/Int64Vector.cs.
◆ this[int index]
|
getset |
Definition at line 76 of file linear_solver/Int64Vector.cs.
The documentation for this class was generated from the following file: