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