Mono Class Library: Overview

Mono.Simd.Vector4f: Members

The members of Mono.Simd.Vector4f 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 float values.

Public Properties

default property
Component(int)float. Gets/Sets the component's value.
[read-only]
static
EVector4f. Documentation for this section has not yet been entered.
[read-only]
static
MinusOneVector4f. Documentation for this section has not yet been entered.
[read-only]
static
OneVector4f. Documentation for this section has not yet been entered.
[read-only]
static
PiVector4f. Documentation for this section has not yet been entered.
Wfloat. The W component.
Xfloat. The X component.
Yfloat. The Y component.
Zfloat. The Z component.
[read-only]
static
ZeroVector4f. Documentation for this section has not yet been entered.

Public Methods

static
LoadAligned(ref Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
LoadAligned(Vector4f*) : Vector4f
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(ref Vector4f)
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(Vector4f*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(ref Vector4f)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(Vector4f*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(ref Vector4f)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(Vector4f*)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(ref Vector4f)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(Vector4f*)
Documentation for this section has not yet been entered.
static
StoreAligned(ref Vector4f, Vector4f)
Documentation for this section has not yet been entered.
static
StoreAligned(Vector4f*, Vector4f)
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(Vector4f, Vector4f)Computes the sum of two vectors.
static
BitwiseAnd(Vector4f, Vector4f)Computes the bitwise and of two vectors.
static
BitwiseOr(Vector4f, Vector4f)Computes the bitwise and of two vectors.
static
Division(Vector4f, Vector4f)Documentation for this section has not yet been entered.
static
Equality(Vector4f, Vector4f)Documentation for this section has not yet been entered.
static
ExclusiveOr(Vector4f, Vector4f)Computes the bitwise xor of two vectors.
static
Inequality(Vector4f, Vector4f)Documentation for this section has not yet been entered.
static
Multiply(Vector4f, Vector4f)Documentation for this section has not yet been entered.
static
Subtraction(Vector4f, Vector4f)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.Vector4i(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
AddSub(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
AndNot(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareEqual(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareLessEqual(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareLessThan(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareNotEqual(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareNotLessEqual(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareNotLessThan(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareOrdered(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
CompareUnordered(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
DuplicateHigh(this Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
DuplicateLow(this Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
HorizontalAdd(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
HorizontalSub(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
InterleaveHigh(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
InterleaveLow(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
InvSqrt(this Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
Max(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
Min(this Vector4f, Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
Reciprocal(this Vector4f) : Vector4f
Documentation for this section has not yet been entered.
static
Shuffle(this Vector4f, ShuffleSel) : Vector4f
Documentation for this section has not yet been entered.
static
Sqrt(this Vector4f) : Vector4f
Documentation for this section has not yet been entered.