Click or drag to resize

SpinMathCombine Method (Spin, Spin)

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

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Spin[] Combine(
	Spin j1,
	Spin j2
)

Parameters

j1
Type: Meta.Numerics.FunctionsSpin
The first spin.
j2
Type: Meta.Numerics.FunctionsSpin
The second spin.

Return Value

Type: Spin
A list of spins which may be obtained.
See Also