Click or drag to resize

AngleUnitFormatToGradians Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Converts an angle value in degrees into its gradians string representation.

Namespace:  netDxf.Units
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static string ToGradians(
	double angle,
	UnitStyleFormat format
)
Request Example View Source

Parameters

angle
Type: SystemDouble
The angle value in degrees.
format
Type: netDxf.UnitsUnitStyleFormat
The unit style format.

Return Value

Type: String
A string that represents the angle in gradians.
See Also