ProxyExtensionsGettersFraction Method

Returns a set of FuncT, TResult for the quantity. We can return several quantities with the same id (usually they will differ in their description). If the quantity is not offerent, an empty list is returned.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static List<KeyValuePair<IQuantity, Func<double, double>>> GettersFraction(
	this IDoubleProxy proxy,
	IQuantity quantity
)

Parameters

proxy  IDoubleProxy
quantity  IQuantity

Return Value

ListKeyValuePairIQuantity, FuncDouble, Double

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.ProxyExtensions.GettersFraction(DHI.Mike1D.Generic.IDoubleProxy,DHI.Mike1D.Generic.IQuantity)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDoubleProxy. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also