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

SamplingParams Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public SamplingParams
(
	Avl.InterpolationMethod interpolation_,
	float samplingStep_,
	Optional<int> sampleCount_
)

Parameters

Name Type Range Default Description
interpolation_Avl.InterpolationMethod
samplingStep_float
sampleCount_Atl.Optional<int>

See also