BoundarySourceComponentUnitConverter Constructor (IBoundarySource, Int32, eumUnit) |
Constructor, creating scale factor and offset from eum units. The units must be equivalent, default values
are used (scale is 1 and offset is 0).
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public BoundarySourceComponentUnitConverter(
IBoundarySource source,
int boundaryComponentIndex,
eumUnit targetUnit
)
Public Sub New (
source As IBoundarySource,
boundaryComponentIndex As Integer,
targetUnit As eumUnit
)
public:
BoundarySourceComponentUnitConverter(
IBoundarySource^ source,
int boundaryComponentIndex,
eumUnit targetUnit
)
Parameters
- source
- Type: DHI.Mike1D.BoundaryModuleIBoundarySource
Source - boundaryComponentIndex
- Type: SystemInt32
Index of component - targetUnit
- Type: eumUnit
Target unit
See Also