This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
40080e6c cd22 e066 14d4 dd94637a8738
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Converts an angle value in degrees into its gradians string representation.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static string ToGradians(
double angle,
UnitStyleFormat format
)VB
Public Shared Function ToGradians (
angle As Double,
format As UnitStyleFormat
) As StringC++
public:
static String^ ToGradians(
double angle,
UnitStyleFormat^ format
)F#
static member ToGradians :
angle : float *
format : UnitStyleFormat -> string - Double
- The angle value in degrees.
- UnitStyleFormat
- The unit style format.
String
A string that represents the angle in gradians.