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

AVS.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
(
	IList<AvlNet.Region> inRegions,
	AvlNet.RegionFeature inFeature,
	INullable<AvlNet.Region> outRegion,
	out float? outValue,
	out int? outIndex
)

Parameters

Name Type Range Default Description
inRegionsSystem.Collections.Generic.IList<AvlNet.Region>Input regions.
inFeatureAvlNet.RegionFeatureRegion feature value to be computed.
outRegionAvlNet.INullable<AvlNet.Region>Output region. This parameter cannot be null.
outValuefloat?Computed feature value of the output region.
outIndexint?

See also