You are here: Start » AVL.NET » Invoke.GetMinimumRegion_OrNil
Returns the region from the input array that corresponds to the smallest computed feature value; returns NIL if the array or any region inside it is empty.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void GetMinimumRegion_OrNil ( List<Avl.Region> inRegions, Avl.RegionFeature inFeature, Conditional<Avl.Region> outRegion, Conditional<float> outValue, Conditional<int> outIndex )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inRegions | System.Collections.Generic.List<Avl.Region> | Input regions. | ||
![]() | inFeature | Avl.RegionFeature | Region feature value to be computed. | ||
![]() | outRegion | Atl.Conditional<Avl.Region> | Output region. | ||
![]() | outValue | Atl.Conditional<float> | Computed feature value of the output region. | ||
![]() | outIndex | Atl.Conditional<int> |