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

40080e6c cd22 e066 14d4 dd94637a8738

haplokuon edited this page May 6, 2023 · 1 revision

ToGradians Method

netDxf 3.0.0 Library

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

Definition

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 String

C++

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

F#

static member ToGradians : 
        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 gradians.

See Also

Reference

AngleUnitFormat Class
netDxf.Units Namespace

Clone this wiki locally