Mono Class Library: OverviewMono.Simd.Vector4i: Members |
The members of Mono.Simd.Vector4i are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) int. Gets/Sets the component's value. [read-only] staticIdentity Vector4i. Documentation for this section has not yet been entered. [read-only] staticMinusOne Vector4i. Documentation for this section has not yet been entered. W int. The W component. X int. The X component. Y int. The Y component. Z int. The Z component. [read-only] staticZero Vector4i. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector4i) : Vector4i Documentation for this section has not yet been entered. staticLoadAligned(Vector4i*) : Vector4i Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector4i) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector4i*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector4i) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector4i*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector4i) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector4i*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector4i) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector4i*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector4i, Vector4i) Documentation for this section has not yet been entered. staticStoreAligned(Vector4i*, Vector4i) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector4i, Vector4i) Computes the sum of two vectors. staticBitwiseAnd(Vector4i, Vector4i) Computes the bitwise and of two vectors. staticBitwiseOr(Vector4i, Vector4i) Computes the bitwise and of two vectors. staticEquality(Vector4i, Vector4i) Documentation for this section has not yet been entered. staticExclusiveOr(Vector4i, Vector4i) Computes the bitwise xor of two vectors. staticInequality(Vector4i, Vector4i) Documentation for this section has not yet been entered. staticLeftShift(Vector4i, int) Documentation for this section has not yet been entered. staticMultiply(Vector4i, Vector4i) Documentation for this section has not yet been entered. staticRightShift(Vector4i, int) Documentation for this section has not yet been entered. staticSubtraction(Vector4i, Vector4i) Substracts the values from the second vector from the first. staticConversion to Mono.Simd.Vector16b(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector16sb(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2d(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2l(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector2ul(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector4f(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector4ui(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8s(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8us(Explicit) Convertion operator.
staticCompareEqual(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered. staticCompareGreaterThan(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered. staticLogicalRightShift(this Vector4i, int) : Vector4i Documentation for this section has not yet been entered. staticMax(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered. staticMin(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered. staticPackWithSignedSaturation(this Vector4i, Vector4i) : Vector8s Documentation for this section has not yet been entered. staticPackWithUnsignedSaturation(this Vector4i, Vector4i) : Vector8us Documentation for this section has not yet been entered. staticShuffle(this Vector4i, ShuffleSel) : Vector4i Documentation for this section has not yet been entered. staticUnpackHigh(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered. staticUnpackLow(this Vector4i, Vector4i) : Vector4i Documentation for this section has not yet been entered.