RandomNoiseComponentGetRandomValue Method |
LightningChart .NET Help
Get random value, using offset and amplitude
Namespace:
Arction.WinForms.SignalProcessing
Assembly:
Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntaxpublic double GetRandomValue()
Public Function GetRandomValue As Double
public:
double GetRandomValue()
Return Value
Type:
DoubleRandom value, in range -Amplitude+Offset ... +Amplitude+Offset
See Also