FirstModulAR 0.1.0
Loading...
Searching...
No Matches
DoubleList Class Reference

Public Member Functions

 DoubleList ()
 
 DoubleList (int capacity)
 
void Clear ()
 
void Add (double value)
 
void Set (int index, double value)
 
double Get (int index)
 
bool IsEmpty ()
 

Public Attributes

List< double > list
 

Properties

int Count [get]
 

Constructor & Destructor Documentation

◆ DoubleList() [1/2]

DoubleList.DoubleList ( )
inline

◆ DoubleList() [2/2]

DoubleList.DoubleList ( int capacity)
inline

Member Function Documentation

◆ Add()

void DoubleList.Add ( double value)
inline

◆ Clear()

void DoubleList.Clear ( )
inline

◆ Get()

double DoubleList.Get ( int index)
inline

◆ IsEmpty()

bool DoubleList.IsEmpty ( )
inline

◆ Set()

void DoubleList.Set ( int index,
double value )
inline

Member Data Documentation

◆ list

List<double> DoubleList.list

Property Documentation

◆ Count

int DoubleList.Count
get

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