Pythagorean ClassMathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
Static class used to find the length of a side of a right triangle
Inheritance Hierarchy

SystemObject
  Mathos.GeometryPythagorean

Namespace: Mathos.Geometry
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax

public static class Pythagorean

The Pythagorean type exposes the following members.

Methods

  NameDescription
Public methodStatic memberFindHypotenuse
Static method that returns the hypotenuse given two sides of a right triangle
Public methodStatic memberFindNonHypotenuse
Static method that returns the length of a side given the side and hypotenuse of a right triangle
Top
See Also

Reference