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
)
Public Shared Function Combine (
s1 As SpinState,
s2 As SpinState
) As SpinState()
public:
static array<SpinState>^ Combine(
SpinState s1,
SpinState s2
)
static member Combine :
s1 : SpinState *
s2 : SpinState -> SpinState[]
Parameters
- s1
- Type: Meta.Numerics.FunctionsSpinState
The first spin state. - s2
- Type: Meta.Numerics.FunctionsSpinState
The second spin state.
Return Value
Type:
SpinStateA list of spin states which may be obtained.
See Also