SciChart.Data Assembly > SciChart.Data.Numerics.PointResamplers Namespace : ExtremeResamplerAccelerationMode Enumeration
ExtremeResamplerAccelerationMode Enumeration
Syntax
public enum ExtremeResamplerAccelerationMode : System.Enum 
Members
MemberDescription
AutoAutomatic detection of the best (fastest) SIMD version based on your CPU capabilities
AvxForce AVX SIMD instruction set
NoneDo not use SIMD
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SciChart.Data.Numerics.PointResamplers.ExtremeResamplerAccelerationMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also