IMathRad2Deg Method

From radian to degree

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static double Rad2Deg(
	double rad
)

Parameters

rad  Double
radian value

Return Value

Double
degree value

See Also