Click or drag to resize

IQuantitiesFind Method

Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
IQuantity Find(
	Predicate<IQuantity> match
)

Parameters

match
Type: SystemPredicateIQuantity
The Predicate delegate that defines the conditions of the element to search for.

Return Value

Type: IQuantity
The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type IQuantity.
See Also