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
8abf8465 7f5c cb63 aad8 193e535ec4cf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Utility methods to format a decimal number to its different string representations.
Namespace: netDxf.Units
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static class LinearUnitFormatVB
Public NotInheritable Class LinearUnitFormatC++
public ref class LinearUnitFormat abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type LinearUnitFormat = class end| Inheritance | Object → LinearUnitFormat |
| ToArchitectural | Converts a length value into its feet and fractional inches string representation. |
| ToDecimal | Converts a length value into its decimal string representation. |
| ToEngineering | Converts a length value into its feet and decimal inches string representation. |
| ToFractional | Converts a length value into its fractional string representation. |
| ToScientific | Converts a length value into its scientific string representation. |