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
Syntaxpublic double[][] GenerateBlock(
int sampleCount
)
Public Function GenerateBlock (
sampleCount As Integer
) As Double()()
public:
array<array<double>^>^ GenerateBlock(
int sampleCount
)
Parameters
- sampleCount
- Type: SystemInt32
Sample count (for each channel)
Return Value
Type:
DoubleMulti-channel data array
See Also