Interface IGS_FloatArray
Namespace: STGeSolverTypes
Assembly: STGeSolverTypes.dll
Syntax
[Guid("282D0ABF-7AA1-4CC2-85C1-0F14E0529991")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IGS_FloatArrayProperties
Count
Declaration
int Count { get; }Property Value
| Type | Description | 
|---|---|
| int | 
this[int]
Declaration
double this[int i] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | i | 
Property Value
| Type | Description | 
|---|---|
| double | 
Methods
Add(double)
Declaration
int Add(double d)Parameters
| Type | Name | Description | 
|---|---|---|
| double | d | 
Returns
| Type | Description | 
|---|---|
| int | 
Clear()
Declaration
void Clear()