SpinMathCombine(Spin, Spin) Method
Enumerates all the spins that can be obtained by combining two spins.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static Spin[] Combine(
Spin j1,
Spin j2
)
Public Shared Function Combine (
j1 As Spin,
j2 As Spin
) As Spin()
public:
static array<Spin>^ Combine(
Spin j1,
Spin j2
)
static member Combine :
j1 : Spin *
j2 : Spin -> Spin[]
- j1 Spin
- The first spin.
- j2 Spin
- The second spin.
SpinA list of spins which may be obtained.