You are here: Start » AVL.NET » DynamicThresholdParams.DynamicThresholdParams(int, float?, float?, float)

DynamicThresholdParams.DynamicThresholdParams(int, float?, float?, float)

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax


public DynamicThresholdParams(
	int radius,
	float? minRelativeValue,
	float? maxRelativeValue,
	float hysteresis
)

Parameters

radius
Type: System.Int32
minRelativeValue
Type: System.Nullable<System.Single>
maxRelativeValue
Type: System.Nullable<System.Single>
hysteresis
Type: System.Single

See also