Click or drag to resize

RandomNoiseChangedEventArgs Constructor

LightningChart .NET Help
Creates and initializes a new instance of this class.

Namespace:  Arction.Wpf.SignalProcessing
Assembly:  Arction.Wpf.SignalProcessing.SignalTools (in Arction.Wpf.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public RandomNoiseChangedEventArgs(
	double amplitude,
	bool enabled,
	Guid id,
	double offset
)

Parameters

amplitude
Type: SystemDouble

[Missing <param name="amplitude"/> documentation for "M:Arction.Wpf.SignalProcessing.RandomNoiseChangedEventArgs.#ctor(System.Double,System.Boolean,System.Guid,System.Double)"]

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Arction.Wpf.SignalProcessing.RandomNoiseChangedEventArgs.#ctor(System.Double,System.Boolean,System.Guid,System.Double)"]

id
Type: SystemGuid

[Missing <param name="id"/> documentation for "M:Arction.Wpf.SignalProcessing.RandomNoiseChangedEventArgs.#ctor(System.Double,System.Boolean,System.Guid,System.Double)"]

offset
Type: SystemDouble

[Missing <param name="offset"/> documentation for "M:Arction.Wpf.SignalProcessing.RandomNoiseChangedEventArgs.#ctor(System.Double,System.Boolean,System.Guid,System.Double)"]

See Also