|
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 () |
|
| DoubleVector () |
|
| DoubleVector (DoubleVector other) |
|
void | Clear () |
|
void | Add (double x) |
|
| 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) |
|
Definition at line 15 of file DoubleVector.cs.
◆ DoubleVector() [1/5]
Google.OrTools.ModelBuilder.DoubleVector.DoubleVector |
( |
global.System.Collections.IEnumerable | c | ) |
|
|
inline |
◆ DoubleVector() [2/5]
Google.OrTools.ModelBuilder.DoubleVector.DoubleVector |
( |
global.System.Collections.Generic.IEnumerable< double > | c | ) |
|
|
inline |
◆ DoubleVector() [3/5]
Google.OrTools.ModelBuilder.DoubleVector.DoubleVector |
( |
| ) |
|
|
inline |
◆ DoubleVector() [4/5]
Google.OrTools.ModelBuilder.DoubleVector.DoubleVector |
( |
DoubleVector | other | ) |
|
|
inline |
◆ DoubleVector() [5/5]
Google.OrTools.ModelBuilder.DoubleVector.DoubleVector |
( |
int | capacity | ) |
|
|
inline |
◆ Add()
void Google.OrTools.ModelBuilder.DoubleVector.Add |
( |
double | x | ) |
|
|
inline |
◆ AddRange()
void Google.OrTools.ModelBuilder.DoubleVector.AddRange |
( |
DoubleVector | values | ) |
|
|
inline |
◆ Clear()
void Google.OrTools.ModelBuilder.DoubleVector.Clear |
( |
| ) |
|
|
inline |
◆ Contains()
bool Google.OrTools.ModelBuilder.DoubleVector.Contains |
( |
double | value | ) |
|
|
inline |
◆ CopyTo() [1/3]
void Google.OrTools.ModelBuilder.DoubleVector.CopyTo |
( |
double[] | array | ) |
|
|
inline |
◆ CopyTo() [2/3]
void Google.OrTools.ModelBuilder.DoubleVector.CopyTo |
( |
double[] | array, |
|
|
int | arrayIndex ) |
|
inline |
◆ CopyTo() [3/3]
void Google.OrTools.ModelBuilder.DoubleVector.CopyTo |
( |
int | index, |
|
|
double[] | array, |
|
|
int | arrayIndex, |
|
|
int | count ) |
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.ModelBuilder.DoubleVector.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.ModelBuilder.DoubleVector.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEnumerator()
◆ GetRange()
DoubleVector Google.OrTools.ModelBuilder.DoubleVector.GetRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ IndexOf()
int Google.OrTools.ModelBuilder.DoubleVector.IndexOf |
( |
double | value | ) |
|
|
inline |
◆ Insert()
void Google.OrTools.ModelBuilder.DoubleVector.Insert |
( |
int | index, |
|
|
double | x ) |
|
inline |
◆ InsertRange()
void Google.OrTools.ModelBuilder.DoubleVector.InsertRange |
( |
int | index, |
|
|
DoubleVector | values ) |
|
inline |
◆ LastIndexOf()
int Google.OrTools.ModelBuilder.DoubleVector.LastIndexOf |
( |
double | value | ) |
|
|
inline |
◆ Remove()
bool Google.OrTools.ModelBuilder.DoubleVector.Remove |
( |
double | value | ) |
|
|
inline |
◆ RemoveAt()
void Google.OrTools.ModelBuilder.DoubleVector.RemoveAt |
( |
int | index | ) |
|
|
inline |
◆ RemoveRange()
void Google.OrTools.ModelBuilder.DoubleVector.RemoveRange |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ Repeat()
static DoubleVector Google.OrTools.ModelBuilder.DoubleVector.Repeat |
( |
double | value, |
|
|
int | count ) |
|
inlinestatic |
◆ Reverse() [1/2]
void Google.OrTools.ModelBuilder.DoubleVector.Reverse |
( |
| ) |
|
|
inline |
◆ Reverse() [2/2]
void Google.OrTools.ModelBuilder.DoubleVector.Reverse |
( |
int | index, |
|
|
int | count ) |
|
inline |
◆ SetRange()
void Google.OrTools.ModelBuilder.DoubleVector.SetRange |
( |
int | index, |
|
|
DoubleVector | values ) |
|
inline |
◆ ToArray()
double[] Google.OrTools.ModelBuilder.DoubleVector.ToArray |
( |
| ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.ModelBuilder.DoubleVector.swigCMemOwn |
|
protected |
◆ Capacity
int Google.OrTools.ModelBuilder.DoubleVector.Capacity |
|
getset |
◆ Count
int Google.OrTools.ModelBuilder.DoubleVector.Count |
|
get |
◆ IsEmpty
bool Google.OrTools.ModelBuilder.DoubleVector.IsEmpty |
|
get |
◆ IsFixedSize
bool Google.OrTools.ModelBuilder.DoubleVector.IsFixedSize |
|
get |
◆ IsReadOnly
bool Google.OrTools.ModelBuilder.DoubleVector.IsReadOnly |
|
get |
◆ IsSynchronized
bool Google.OrTools.ModelBuilder.DoubleVector.IsSynchronized |
|
get |
◆ this[int index]
double Google.OrTools.ModelBuilder.DoubleVector.this[int index] |
|
getset |
The documentation for this class was generated from the following file: