Enum DisplayNotation
Defines the possible float property display notations
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum DisplayNotation
Remarks
Each float property has a display notation hint that can help creating more useful user interfaces.
Fields
| Name | Description |
|---|---|
| Automatic | Use an automatic mechanism to determine the best display notation |
| Fixed | Suggest fixed point notation |
| Scientific | Suggest scientific notation |


