Click or drag to resize

SignalGeneratorGenerateBlock Method

LightningChart .NET Help
Generates block of having given sample count, using properties set

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public double[][] GenerateBlock(
	int sampleCount
)

Parameters

sampleCount
Type: SystemInt32
Sample count (for each channel)

Return Value

Type: Double
Multi-channel data array
See Also