You are here: Start » AVL.NET » AVL.MergeLocationResults_Single(float, AvlNet.Object2D?, int?)

AVL.MergeLocationResults_Single(float, AvlNet.Object2D?, int?)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void MergeLocationResults_Single(
	float inMinScore,
	out AvlNet.Object2D? outObject,
	out int? outIndex
)

Parameters

inMinScore
Type: System.Single
outObject
Type: System.Nullable<AvlNet.Object2D>
outIndex
Type: System.Nullable<System.Int32>

See also