Mono Class Library: OverviewMono.Simd.Vector16b: Members |
The members of Mono.Simd.Vector16b are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) byte. Gets/Sets the component's value. [read-only] staticOne Vector16b. Documentation for this section has not yet been entered. V0 byte. The V0 component. V1 byte. The V1 component. V10 byte. The V10 component. V11 byte. The V11 component. V12 byte. The V12 component. V13 byte. The V13 component. V14 byte. The V14 component. V15 byte. The V15 component. V2 byte. The V2 component. V3 byte. The V3 component. V4 byte. The V4 component. V5 byte. The V5 component. V6 byte. The V6 component. V7 byte. The V7 component. V8 byte. The V8 component. V9 byte. The V9 component. [read-only] staticZero Vector16b. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector16b) : Vector16b Documentation for this section has not yet been entered. staticLoadAligned(Vector16b*) : Vector16b Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector16b) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector16b*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector16b) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector16b*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector16b) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector16b*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector16b) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector16b*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector16b, Vector16b) Documentation for this section has not yet been entered. staticStoreAligned(Vector16b*, Vector16b) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector16b, Vector16b) Computes the sum of two vectors. staticBitwiseAnd(Vector16b, Vector16b) Computes the bitwise and of two vectors. staticBitwiseOr(Vector16b, Vector16b) Computes the bitwise or of two vectors. staticEquality(Vector16b, Vector16b) Documentation for this section has not yet been entered. staticExclusiveOr(Vector16b, Vector16b) Computes the bitwise xor of two vectors. staticInequality(Vector16b, Vector16b) Documentation for this section has not yet been entered. staticSubtraction(Vector16b, Vector16b) Substracts the values from the second vector from the first. 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.Vector8s(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8us(Explicit) Convertion operator.
staticAddWithSaturation(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticAverage(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticCompareEqual(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticExtractByteMask(this Vector16b) : int Documentation for this section has not yet been entered. staticMax(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticMin(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticSubtractWithSaturation(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticSumOfAbsoluteDifferences(this Vector16b, Vector16sb) : Vector8us Documentation for this section has not yet been entered. staticUnpackHigh(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered. staticUnpackLow(this Vector16b, Vector16b) : Vector16b Documentation for this section has not yet been entered.