You are here: Start » AVL.NET » AVL.GetMaximumRegion_OrNil Method

AVL.GetMaximumRegion_OrNil Method

Returns the region from the input array that corresponds to the largest computed feature value; returns NIL if the array or any region inside it is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetMaximumRegion_OrNil(
	AvlNet.Region[] inRegions,
	AvlNet.RegionFeature inFeature,
	out AvlNet.Region outRegion,
	out float? outValue,
	out int? outIndex
)

Parameters

Name Type Range Default Description
inRegionsAvlNet.RegionInput regions.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outRegionAvlNet.RegionOutput region.
outValuefloat?Computed feature value of the output region.
outIndexint?

See also