Instantiates a new SpinState with the given spin and magnetic quantum numbers.

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 SpinState(
	double j,
	double m
)
Public Sub New ( _
	j As Double, _
	m As Double _
)
public:
SpinState(
	double j, 
	double m
)

Parameters

j
Double
The spin number.
m
Double
The magnetic number.

See Also