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
)
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[]
Parameters
- j1
- Type: Meta.Numerics.FunctionsSpin
The first spin. - j2
- Type: Meta.Numerics.FunctionsSpin
The second spin.
Return Value
Type:
SpinA list of spins which may be obtained.
See Also