Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

f632935c 4b2a bb25 bfd6 2f26cba12381

haplokuon edited this page May 6, 2023 · 1 revision

ToRadians Method

netDxf 3.0.0 Library

Converts an angle value in degrees into its radians string representation.

Definition

Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static string ToRadians(
	double angle,
	UnitStyleFormat format
)

VB

Public Shared Function ToRadians ( 
	angle As Double,
	format As UnitStyleFormat
) As String

C++

public:
static String^ ToRadians(
	double angle, 
	UnitStyleFormat^ format
)

F#

static member ToRadians : 
        angle : float * 
        format : UnitStyleFormat -> string 

Parameters

  Double
The angle value in degrees.
  UnitStyleFormat
The unit style format.

Return Value

String
A string that represents the angle in radians.

See Also

Reference

AngleUnitFormat Class
netDxf.Units Namespace

Clone this wiki locally