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
)
Public Sub New (
j As Double,
m As Double
)
public:
SpinState(
double j,
double m
)
new :
j : float *
m : float -> SpinState
Parameters
- j
- Type: SystemDouble
The spin number. - m
- Type: SystemDouble
The magnetic number.
See Also