Logical3DGetPerpendicularAxisNumber Method |
Gets the perpendicular axis number. Given a first and a second axis number, this gives the third axis number that is unequal to the first and the second.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static int GetPerpendicularAxisNumber(
int axisNumber1,
int axisNumber2
)
Parameters
- axisNumber1 Int32
- The axis number1.
- axisNumber2 Int32
- The axis number2.
Return Value
Int32The third axis number.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException |
Out of range [0,2]
or
Out of range [0,2]
or
Second axis number is equal to first axis number
|
See Also