Click or drag to resize

SystemSettingsFloatingPointModelEnum Enumeration

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum FloatingPointModelEnum
Members
  Member nameValueDescription
Fast24Bits0
Strict53Bits1
Precise64Bits2
See Also