IVectorFractionGetterT Interface |
Namespace: DHI.Mike1D.Generic
Name | Description | |
---|---|---|
GetValue(Int32) |
Get value of specified element.
(Inherited from IVectorGetterT.) | |
GetValue(Int32, Double) |
Get value of specified element.
| |
GetValues |
Get the current values. A new array will be returned every time called.
(Inherited from IVectorGetterT.) | |
GetValues(Double) |
Get the current values. A new array will be returned every time called.
| |
GetValues(T) |
Get the current values.
(Inherited from IVectorGetterT.) | |
GetValues(T, Double) |
Get the current values.
|