Instantiates a new spinor.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Spin(
	double j
)
Public Sub New ( _
	j As Double _
)
public:
Spin(
	double j
)

Parameters

j
Double
The spin, which must be an integer or half-integer.

See Also