You are here: Start » AVL.NET » DynamicThresholdParams Constructor

DynamicThresholdParams Constructor

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

Syntax

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

Parameters

Name Type Range Default Description
radiusint
minRelativeValuefloat?
maxRelativeValuefloat?
hysteresisfloat

See also