This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.GeometryPythagorean
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Static class used to find the length of a side of a right triangle
Inheritance Hierarchy
Mathos.GeometryPythagorean
Namespace: Mathos.Geometry
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The Pythagorean type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | FindHypotenuse |
Static method that returns the hypotenuse given two sides of a right triangle
|
![]() ![]() | FindNonHypotenuse |
Static method that returns the length of a side given the side and hypotenuse of a right triangle
|
See Also