BoundarySourceComponentUnitConverter(IBoundarySource, Int32, eumUnit) Constructor

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).

Definition

Namespace: DHI.Mike1D.BoundaryModule
Assembly: DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public BoundarySourceComponentUnitConverter(
	IBoundarySource source,
	int boundaryComponentIndex,
	eumUnit targetUnit
)

Parameters

source  IBoundarySource
Source
boundaryComponentIndex  Int32
Index of component
targetUnit  eumUnit
Target unit

See Also