Mono Class Library: OverviewMono.Simd.Vector2l: Members |
The members of Mono.Simd.Vector2l are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) long. Gets/Sets the component's value. [read-only] staticMinusOne Vector2l. Documentation for this section has not yet been entered. [read-only] staticOne Vector2l. Documentation for this section has not yet been entered. X long. The X component. Y long. The Y component. [read-only] staticZero Vector2l. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector2l) : Vector2l Documentation for this section has not yet been entered. staticLoadAligned(Vector2l*) : Vector2l Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector2l) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector2l*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector2l) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector2l*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector2l) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector2l*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector2l) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector2l*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector2l, Vector2l) Documentation for this section has not yet been entered. staticStoreAligned(Vector2l*, Vector2l) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector2l, Vector2l) Computes the sum of two vectors. staticBitwiseAnd(Vector2l, Vector2l) Computes the bitwise and of two vectors. staticBitwiseOr(Vector2l, Vector2l) Computes the bitwise and of two vectors. staticExclusiveOr(Vector2l, Vector2l) Computes the bitwise xor of two vectors. staticLeftShift(Vector2l, int) Documentation for this section has not yet been entered. staticSubtraction(Vector2l, Vector2l) 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.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.
staticCompareEqual(this Vector2l, Vector2l) : Vector2l Documentation for this section has not yet been entered. staticCompareGreaterThan(this Vector2l, Vector2l) : Vector2l Documentation for this section has not yet been entered. staticLogicalRightShift(this Vector2l, int) : Vector2l Documentation for this section has not yet been entered. staticUnpackHigh(this Vector2l, Vector2l) : Vector2l Documentation for this section has not yet been entered. staticUnpackLow(this Vector2l, Vector2l) : Vector2l Documentation for this section has not yet been entered.