Table of Contents

Enum SystemInfo.FloatingPoint

Namespace
nanoFramework.Runtime.Native
Assembly
nanoFramework.Runtime.Native.dll

Floating point options.

public enum SystemInfo.FloatingPoint

Fields

DoublePrecisionHardware = 4

Double precision floating point calculation supported by hardware unit.

DoublePrecisionSoftware = 3

Double precision floating point software emulated.

None = 0

None

SinglePrecisionHardware = 2

Single precision floating point calculation supported by hardware unit.

SinglePrecisionSoftware = 1

Single precision floating point software emulated.