SamplerDelegate Delegate

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This delegate represents a sampler function that will provide sample data.

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Functions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public delegate double[] SamplerDelegate(
	double[] input
)

Parameters

input
Type: SystemDouble
The input.

Return Value

Type: Double
See Also

Reference