Gets and sets the transformation type of the Johnson distribution.

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public JohnsonTransformationType Type { get; set; }
Visual Basic (Declaration)
Public Property Type As JohnsonTransformationType
Visual C++
public:
property JohnsonTransformationType Type {
	JohnsonTransformationType get ();
	void set (JohnsonTransformationType value);
}

See Also