Mono Class Library: OverviewMono.Simd.Vector8s: Members |
The members of Mono.Simd.Vector8s are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) short. Gets/Sets the component's value. [read-only] staticIdentity Vector8s. Documentation for this section has not yet been entered. [read-only] staticMinusOne Vector8s. Documentation for this section has not yet been entered. V0 short. The V0 component. V1 short. The V1 component. V2 short. The V2 component. V3 short. The V3 component. V4 short. The V4 component. V5 short. The V5 component. V6 short. The V6 component. V7 short. The V7 component. [read-only] staticZero Vector8s. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector8s) : Vector8s Documentation for this section has not yet been entered. staticLoadAligned(Vector8s*) : Vector8s Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector8s) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector8s*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector8s) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector8s*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector8s) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector8s*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector8s) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector8s*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector8s, Vector8s) Documentation for this section has not yet been entered. staticStoreAligned(Vector8s*, Vector8s) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector8s, Vector8s) Computes the sum of two vectors. staticBitwiseAnd(Vector8s, Vector8s) Computes the bitwise and of two vectors. staticBitwiseOr(Vector8s, Vector8s) Computes the bitwise and of two vectors. staticEquality(Vector8s, Vector8s) Documentation for this section has not yet been entered. staticExclusiveOr(Vector8s, Vector8s) Computes the bitwise xor of two vectors. staticInequality(Vector8s, Vector8s) Documentation for this section has not yet been entered. staticLeftShift(Vector8s, int) Documentation for this section has not yet been entered. staticMultiply(Vector8s, Vector8s) Documentation for this section has not yet been entered. staticRightShift(Vector8s, int) Documentation for this section has not yet been entered. staticSubtraction(Vector8s, Vector8s) 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.Vector4i(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector4ui(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8us(Explicit) Convertion operator.
staticAddWithSaturation(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticCompareEqual(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticCompareGreaterThan(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticLogicalRightShift(this Vector8s, int) : Vector8s Documentation for this section has not yet been entered. staticMax(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticMin(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticMultiplyStoreHigh(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticPackWithSignedSaturation(this Vector8s, Vector8s) : Vector16sb Documentation for this section has not yet been entered. staticPackWithUnsignedSaturation(this Vector8s, Vector8s) : Vector16b Documentation for this section has not yet been entered. staticShuffleHigh(this Vector8s, ShuffleSel) : Vector8s Documentation for this section has not yet been entered. staticShuffleLow(this Vector8s, ShuffleSel) : Vector8s Documentation for this section has not yet been entered. staticSubtractWithSaturation(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticUnpackHigh(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered. staticUnpackLow(this Vector8s, Vector8s) : Vector8s Documentation for this section has not yet been entered.