You are here: Start » AVL.NET » AVL.ProfileLocalExtrema(AvlNet.Profile, bool, AvlNet.ExtremumType, AvlNet.ProfileInterpolationMethod, bool, float?, float?, int[], float[], float[])

AVL.ProfileLocalExtrema(AvlNet.Profile, bool, AvlNet.ExtremumType, AvlNet.ProfileInterpolationMethod, bool, float?, float?, int[], float[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileLocalExtrema(
	AvlNet.Profile inProfile,
	bool inCyclic,
	AvlNet.ExtremumType inExtremumType,
	AvlNet.ProfileInterpolationMethod inInterpolationMethod,
	bool inConsiderPlateaus,
	float? inMinValue,
	float? inMaxValue,
	out int[] outExtremumIndices,
	out float[] outExtremumPoints,
	out float[] outExtremumValues
)

Parameters

inProfile
Type: AvlNet.Profile
inCyclic
Type: System.Boolean
inExtremumType
Type: AvlNet.ExtremumType
inInterpolationMethod
Type: AvlNet.ProfileInterpolationMethod
inConsiderPlateaus
Type: System.Boolean
inMinValue
Type: System.Nullable<System.Single>
inMaxValue
Type: System.Nullable<System.Single>
outExtremumIndices
Type: System.Int32
outExtremumPoints
Type: System.Single
outExtremumValues
Type: System.Single

See also