Platform Enumeration

Enumerates the possible target platforms of implementations.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
[FlagsAttribute]
public enum Platform

Members

None0 The platform is not specified.
Managed1 The code is 100% managed.
Native2 The code targets a specific processor architecture (x86 or x64).
Hybrid3 The code is a hybrid that may use managed or native code depending on the calculation.
GPU4 The code targets GPUs.

See Also