This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
c0f561b6 fe2d 2054 0324 9a63fc8abfa1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts an angle value in degrees into its decimal string representation.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static string ToDecimal(
double angle,
UnitStyleFormat format
)
VB
Public Shared Function ToDecimal (
angle As Double,
format As UnitStyleFormat
) As String
C++
public:
static String^ ToDecimal(
double angle,
UnitStyleFormat^ format
)
F#
static member ToDecimal :
angle : float *
format : UnitStyleFormat -> string
- Double
- The angle value in degrees.
- UnitStyleFormat
- The unit style format.
String
A string that represents the angle in decimal units.