Mono Class Library: Overview

Mono.Simd.Vector2l: Members

The members of Mono.Simd.Vector2l 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 two long integers (64-bit) values.

Public Properties

default property
Component(int)long. Gets/Sets the component's value.
[read-only]
static
MinusOneVector2l. Documentation for this section has not yet been entered.
[read-only]
static
OneVector2l. Documentation for this section has not yet been entered.
Xlong. The X component.
Ylong. The Y component.
[read-only]
static
ZeroVector2l. Documentation for this section has not yet been entered.

Public Methods

static
LoadAligned(ref Vector2l) : Vector2l
Documentation for this section has not yet been entered.
static
LoadAligned(Vector2l*) : Vector2l
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(ref Vector2l)
Documentation for this section has not yet been entered.
static
PrefetchNonTemporal(Vector2l*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(ref Vector2l)
Documentation for this section has not yet been entered.
static
PrefetchTemporal1stLevelCache(Vector2l*)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(ref Vector2l)
Documentation for this section has not yet been entered.
static
PrefetchTemporal2ndLevelCache(Vector2l*)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(ref Vector2l)
Documentation for this section has not yet been entered.
static
PrefetchTemporalAllCacheLevels(Vector2l*)
Documentation for this section has not yet been entered.
static
StoreAligned(ref Vector2l, Vector2l)
Documentation for this section has not yet been entered.
static
StoreAligned(Vector2l*, Vector2l)
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(Vector2l, Vector2l)Computes the sum of two vectors.
static
BitwiseAnd(Vector2l, Vector2l)Computes the bitwise and of two vectors.
static
BitwiseOr(Vector2l, Vector2l)Computes the bitwise and of two vectors.
static
ExclusiveOr(Vector2l, Vector2l)Computes the bitwise xor of two vectors.
static
LeftShift(Vector2l, int)Documentation for this section has not yet been entered.
static
Subtraction(Vector2l, Vector2l)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.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.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 Vector2l, Vector2l) : Vector2l
Documentation for this section has not yet been entered.
static
CompareGreaterThan(this Vector2l, Vector2l) : Vector2l
Documentation for this section has not yet been entered.
static
LogicalRightShift(this Vector2l, int) : Vector2l
Documentation for this section has not yet been entered.
static
UnpackHigh(this Vector2l, Vector2l) : Vector2l
Documentation for this section has not yet been entered.
static
UnpackLow(this Vector2l, Vector2l) : Vector2l
Documentation for this section has not yet been entered.