DG Kernel Documentation


Skip Navigation Links.
Start page
Quick Start
Search Page
Installation
Overview of the software
What is new
Licensing
Collapse ModelsModels
Collapse DG Kernel ComponentsDG Kernel Components
Collapse API ReferenceAPI Reference
Interface List
Vector Space
Collapse General GeometryGeneral Geometry
Collapse ModelModel
Collapse ViewView
Collapse General ComputingGeneral Computing
Collapse Samples and TutorialsSamples and Tutorials
Collapse GraphicsGraphics
Collapse Math ObjectsMath Objects
Collapse DeprecatedDeprecated
Redistribution
Model Viewer
Open Source
Support
Skip Navigation Links Search Documentation


IArrayDouble_DG Interface

GetCount
SetCount
GetAt
SetAt
InsertAt
Add
RemoveAt
RemoveAll
Find
Copy
Append

All indices in DG Kenel are 0-based


int GetCount()


void SetCount(int count)


double GetAt(int index)


void SetAt(int index, double val)


void InsertAt(int indexAt, double val)


void Add(double val)


void RemoveAt(int index)


void RemoveAll()


int Find(double val, double tolerance)

Returns -1 if not found


void Copy(IArrayDouble_DG iArray)


void Append(IArrayDouble_DG iArray)