Click or drag to resize

SpinMathCombine Method (SpinState, SpinState)

Enumerates all spin states that may be obtained by combining two spin states.

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static SpinState[] Combine(
	SpinState s1,
	SpinState s2
)

Parameters

s1
Type: Meta.Numerics.FunctionsSpinState
The first spin state.
s2
Type: Meta.Numerics.FunctionsSpinState
The second spin state.

Return Value

Type: SpinState
A list of spin states which may be obtained.
See Also