This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Length of the remaining side
Static method that returns the length of a side given the side and hypotenuse of a right triangle
Namespace: Mathos.Geometry
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
Parameters
- side1
- Type: SystemDouble
Length of the first side - hypotenuse
- Type: SystemDouble
Length of the hypotenuse
Return Value
Type: DoubleLength of the remaining side
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when invalid side length or hypotenuse is input |
See Also