Gets or sets the width of the Lorentz curve.
Namespace: Extreme.Mathematics.Curves.Nonlinear
Assembly: Extreme.Numerics (in Extreme.Numerics)
Version: 2.1.7017.0
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Width As Double |
| C# |
|---|
public double Width { get; set; } |
| Visual C++ |
|---|
public: property double Width { double get (); void set (double value); } |