SpinMathCombine(Spin, Spin) Method

Enumerates all the spins that can be obtained by combining two spins.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static Spin[] Combine(
	Spin j1,
	Spin j2
)

Parameters

j1  Spin
The first spin.
j2  Spin
The second spin.

Return Value

Spin
A list of spins which may be obtained.

See Also