Mono Class Library: Overview

Mono.Simd.Vector4i: Members

The members of Mono.Simd.Vector4i 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 int values.

Public Properties

default property
Component(int)int. Gets/Sets the component's value.
[read-only]
static
IdentityVector4i. Documentation for this section has not yet been entered.
[read-only]
static
MinusOneVector4i. Documentation for this section has not yet been entered.
Wint. The W component.
Xint. The X component.
Yint. The Y component.
Zint. The Z component.
[read-only]
static
ZeroVector4i. Documentation for this section has not yet been entered.

Public Methods

static
LoadAligned(ref Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
LoadAligned(Vector4i*) : Vector4i
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(ref Vector4i)
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(Vector4i*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(ref Vector4i)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(Vector4i*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(ref Vector4i)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(Vector4i*)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(ref Vector4i)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(Vector4i*)
Documentation for this section has not yet been entered.
static
StoreAligned(ref Vector4i, Vector4i)
Documentation for this section has not yet been entered.
static
StoreAligned(Vector4i*, Vector4i)
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(Vector4i, Vector4i)Computes the sum of two vectors.
static
BitwiseAnd(Vector4i, Vector4i)Computes the bitwise and of two vectors.
static
BitwiseOr(Vector4i, Vector4i)Computes the bitwise and of two vectors.
static
Equality(Vector4i, Vector4i)Documentation for this section has not yet been entered.
static
ExclusiveOr(Vector4i, Vector4i)Computes the bitwise xor of two vectors.
static
Inequality(Vector4i, Vector4i)Documentation for this section has not yet been entered.
static
LeftShift(Vector4i, int)Documentation for this section has not yet been entered.
static
Multiply(Vector4i, Vector4i)Documentation for this section has not yet been entered.
static
RightShift(Vector4i, int)Documentation for this section has not yet been entered.
static
Subtraction(Vector4i, Vector4i)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.Vector4ui(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector8s(Explicit)Convertion operator.
static
Conversion to Mono.Simd.Vector8us(Explicit)Convertion operator.

Extension Methods

static
CompareEqual(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
CompareGreaterThan(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
LogicalRightShift(this Vector4i, int) : Vector4i
Documentation for this section has not yet been entered.
static
Max(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
Min(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
PackWithSignedSaturation(this Vector4i, Vector4i) : Vector8s
Documentation for this section has not yet been entered.
static
PackWithUnsignedSaturation(this Vector4i, Vector4i) : Vector8us
Documentation for this section has not yet been entered.
static
Shuffle(this Vector4i, ShuffleSel) : Vector4i
Documentation for this section has not yet been entered.
static
UnpackHigh(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.
static
UnpackLow(this Vector4i, Vector4i) : Vector4i
Documentation for this section has not yet been entered.