PythagoreanFindNonHypotenuse Method Mathos Core Library 1.0.5.1 (changeset 39720)
This documentation is compiled for the latest release of Mathos Core Library
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

public static double FindNonHypotenuse(
	double side1,
	double hypotenuse
)

Parameters

side1
Type: SystemDouble
Length of the first side
hypotenuse
Type: SystemDouble
Length of the hypotenuse

Return Value

Type: Double
Length of the remaining side
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThrown when invalid side length or hypotenuse is input
See Also

Reference