Click or drag to resize

IDoubleTimeProxyTimeValueGetter Method (IQuantity, IQuantity)

Get value setter for the specified data quantity

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
DDoubleTimeGetter TimeValueGetter(
	IQuantity quantity,
	out IQuantity actualQuantity
)

Parameters

quantity
Type: DHI.Mike1D.GenericIQuantity
Requested Quantity
actualQuantity
Type: DHI.Mike1D.GenericIQuantity
Actual Quantity. Can differ in the description

Return Value

Type: DDoubleTimeGetter
A value getter delegate that can set the value
See Also