 | JohnsonDistributionDelta Property |
Gets and sets the delta parameter of the Johnson distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double Delta { get; set; }
Public Property Delta As Double
Get
Set
public:
property double Delta {
double get ();
void set (double value);
}
member Delta : float with get, set
Property Value
Double
See Also