Grx.Mgd 1.0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
Gssoft.Gscad.Geometry.DoubleCollection Class Reference

Public Member Functions

 DoubleCollection (double[] values)
 
 DoubleCollection (int capacity)
 
double[] ToArray ()
 
override int GetHashCode ()
 
override bool Equals (object obj)
 
int Add (object value)
 
void Clear ()
 
bool Contains (object value)
 
int IndexOf (object value)
 
void Insert (int index, object value)
 
void Remove (object value)
 
void RemoveAt (int index)
 
int Add (double value)
 
bool Contains (double value)
 
int IndexOf (double value)
 
void Insert (int index, double value)
 
void Remove (double value)
 
void CopyTo (Array array, int index)
 
void CopyTo (double[] array, int index)
 
IEnumerator GetEnumerator ()
 

Static Public Member Functions

static bool operator== (DoubleCollection a, DoubleCollection b)
 
static bool operator!= (DoubleCollection a, DoubleCollection b)
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
object this[int index] [get, set]
 
int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]