Mono Class Library: OverviewMono.Simd.Vector4ui: Members |
The members of Mono.Simd.Vector4ui are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) uint. Gets/Sets the component's value. [read-only] staticIdentity Vector4ui. Documentation for this section has not yet been entered. W uint. The W component. X uint. The X component. Y uint. The Y component. Z uint. The Z component. [read-only] staticZero Vector4ui. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector4ui) : Vector4ui Documentation for this section has not yet been entered. staticLoadAligned(Vector4ui*) : Vector4ui Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector4ui) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector4ui*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector4ui) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector4ui*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector4ui) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector4ui*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector4ui) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector4ui*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector4ui, Vector4ui) Documentation for this section has not yet been entered. staticStoreAligned(Vector4ui*, Vector4ui) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector4ui, Vector4ui) Computes the sum of two vectors. staticBitwiseAnd(Vector4ui, Vector4ui) Computes the bitwise and of two vectors. staticBitwiseOr(Vector4ui, Vector4ui) Computes the bitwise and of two vectors. staticEquality(Vector4ui, Vector4ui) Documentation for this section has not yet been entered. staticExclusiveOr(Vector4ui, Vector4ui) Computes the bitwise xor of two vectors. staticInequality(Vector4ui, Vector4ui) Documentation for this section has not yet been entered. staticLeftShift(Vector4ui, int) Documentation for this section has not yet been entered. staticMultiply(Vector4ui, Vector4ui) Documentation for this section has not yet been entered. staticRightShift(Vector4ui, int) Documentation for this section has not yet been entered. staticSubtraction(Vector4ui, Vector4ui) 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.Vector8s(Explicit) Convertion operator. staticConversion to Mono.Simd.Vector8us(Explicit) Convertion operator.
staticArithmeticRightShift(this Vector4ui, int) : Vector4ui Documentation for this section has not yet been entered. staticCompareEqual(this Vector4ui, Vector4ui) : Vector4ui Documentation for this section has not yet been entered. staticMax(this Vector4ui, Vector4ui) : Vector4ui Documentation for this section has not yet been entered. staticMin(this Vector4ui, Vector4ui) : Vector4ui Documentation for this section has not yet been entered. staticShuffle(this Vector4ui, ShuffleSel) : Vector4ui Documentation for this section has not yet been entered. staticSignedPackWithSignedSaturation(this Vector4ui, Vector4ui) : Vector8s Documentation for this section has not yet been entered. staticSignedPackWithUnsignedSaturation(this Vector4ui, Vector4ui) : Vector8us Documentation for this section has not yet been entered. staticUnpackHigh(this Vector4ui, Vector4ui) : Vector4ui Documentation for this section has not yet been entered. staticUnpackLow(this Vector4ui, Vector4ui) : Vector4ui Documentation for this section has not yet been entered.