TrigGetLineOppFromAdjHyp Method
Return the length of the opposite line from adjacent and hypotenuse
lengths.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineOppFromAdjHyp(
float adjacent,
float hypotenuse
)
Public Shared Function GetLineOppFromAdjHyp (
adjacent As Single,
hypotenuse As Single
) As Single
No code example is currently available or this language may not be supported.
- adjacent Single
-
Length of adjacent side.
- hypotenuse Single
-
Length of hypotenuse.
Single
Length of the opposite line.