Platform Enumeration
Enumerates the possible target platforms of implementations.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
[FlagsAttribute]
public enum PlatformMembers
| None | 0 | The platform is not specified. |
| Managed | 1 | The code is 100% managed. |
| Native | 2 | The code targets a specific processor architecture (x86 or x64). |
| Hybrid | 3 | The code is a hybrid that may use managed or native code depending on the calculation. |
| GPU | 4 | The code targets GPUs. |