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