Click or drag to resize

SpinState Constructor (Double, Double)

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

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public SpinState(
	double j,
	double m
)

Parameters

j
Type: SystemDouble
The spin number.
m
Type: SystemDouble
The magnetic number.
See Also