Mono Class Library: Overview

Mono.Simd.Vector4ui: Members

The members of Mono.Simd.Vector4ui are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Creates a vector with four uint values.

Public Properties

default property
Component(int)uint. Gets/Sets the component's value.
[read-only]
static
IdentityVector4ui. Documentation for this section has not yet been entered.
Wuint. The W component.
Xuint. The X component.
Yuint. The Y component.
Zuint. The Z component.
[read-only]
static
ZeroVector4ui. Documentation for this section has not yet been entered.

Public Methods

static
LoadAligned(ref Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.
static
LoadAligned(Vector4ui*) : Vector4ui
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(ref Vector4ui)
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(Vector4ui*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(ref Vector4ui)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(Vector4ui*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(ref Vector4ui)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(Vector4ui*)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(ref Vector4ui)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(Vector4ui*)
Documentation for this section has not yet been entered.
static
StoreAligned(ref Vector4ui, Vector4ui)
Documentation for this section has not yet been entered.
static
StoreAligned(Vector4ui*, Vector4ui)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Addition(Vector4ui, Vector4ui)Computes the sum of two vectors.
static
BitwiseAnd(Vector4ui, Vector4ui)Computes the bitwise and of two vectors.
static
BitwiseOr(Vector4ui, Vector4ui)Computes the bitwise and of two vectors.
static
Equality(Vector4ui, Vector4ui)Documentation for this section has not yet been entered.
static
ExclusiveOr(Vector4ui, Vector4ui)Computes the bitwise xor of two vectors.
static
Inequality(Vector4ui, Vector4ui)Documentation for this section has not yet been entered.
static
LeftShift(Vector4ui, int)Documentation for this section has not yet been entered.
static
Multiply(Vector4ui, Vector4ui)Documentation for this section has not yet been entered.
static
RightShift(Vector4ui, int)Documentation for this section has not yet been entered.
static
Subtraction(Vector4ui, Vector4ui)Substracts the values from the second vector from the first.
static
Conversion to Mono.Simd.Vector16b(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector16sb(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2d(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2l(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector2ul(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector4f(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector4i(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector8s(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector8us(Explicit)Convertion operator.

Extension Methods

static
ArithmeticRightShift(this Vector4ui, int) : Vector4ui
Documentation for this section has not yet been entered.
static
CompareEqual(this Vector4ui, Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.
static
Max(this Vector4ui, Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.
static
Min(this Vector4ui, Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.
static
Shuffle(this Vector4ui, ShuffleSel) : Vector4ui
Documentation for this section has not yet been entered.
static
SignedPackWithSignedSaturation(this Vector4ui, Vector4ui) : Vector8s
Documentation for this section has not yet been entered.
static
SignedPackWithUnsignedSaturation(this Vector4ui, Vector4ui) : Vector8us
Documentation for this section has not yet been entered.
static
UnpackHigh(this Vector4ui, Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.
static
UnpackLow(this Vector4ui, Vector4ui) : Vector4ui
Documentation for this section has not yet been entered.