Unit.FromRadians

Unit.FromRadians method

Returns a Angle object that is represented in radians.

public static Angle FromRadians(double value)
ParameterTypeDescription
valueDoubleThe value.

Return Value

Returns a Angle object.

See Also