Mono Class Library: OverviewMono.Simd.Vector2d: Members |
The members of Mono.Simd.Vector2d are listed below.
See Also: Inherited members from System.ValueType
default propertyComponent(int) double. Gets/Sets the component's value. [read-only] staticE Vector2d. Documentation for this section has not yet been entered. [read-only] staticMinusOne Vector2d. Documentation for this section has not yet been entered. [read-only] staticOne Vector2d. Documentation for this section has not yet been entered. [read-only] staticPi Vector2d. Documentation for this section has not yet been entered. X double. The X component. Y double. The Y component. [read-only] staticZero Vector2d. Documentation for this section has not yet been entered.
staticLoadAligned(ref Vector2d) : Vector2d Documentation for this section has not yet been entered. staticLoadAligned(Vector2d*) : Vector2d Documentation for this section has not yet been entered. staticPrefetchNonTemporal(ref Vector2d) Documentation for this section has not yet been entered. staticPrefetchNonTemporal(Vector2d*) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(ref Vector2d) Documentation for this section has not yet been entered. staticPrefetchTemporal1stLevelCache(Vector2d*) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(ref Vector2d) Documentation for this section has not yet been entered. staticPrefetchTemporal2ndLevelCache(Vector2d*) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(ref Vector2d) Documentation for this section has not yet been entered. staticPrefetchTemporalAllCacheLevels(Vector2d*) Documentation for this section has not yet been entered. staticStoreAligned(ref Vector2d, Vector2d) Documentation for this section has not yet been entered. staticStoreAligned(Vector2d*, Vector2d) Documentation for this section has not yet been entered. overrideToString() : string Documentation for this section has not yet been entered.
staticAddition(Vector2d, Vector2d) Computes the sum of two vectors. staticBitwiseAnd(Vector2d, Vector2d) Computes the bitwise and of two vectors. staticBitwiseOr(Vector2d, Vector2d) Computes the bitwise and of two vectors. staticDivision(Vector2d, Vector2d) Documentation for this section has not yet been entered. staticExclusiveOr(Vector2d, Vector2d) Computes the bitwise xor of two vectors. staticMultiply(Vector2d, Vector2d) Documentation for this section has not yet been entered. staticSubtraction(Vector2d, Vector2d) 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.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.
staticAddSub(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticAndNot(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareEqual(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareLessEqual(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareLessThan(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareNotEqual(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareNotLessEqual(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareNotLessThan(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareOrdered(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticCompareUnordered(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticDuplicate(this Vector2d) : Vector2d Documentation for this section has not yet been entered. staticHorizontalAdd(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticHorizontalSub(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticInterleaveHigh(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticInterleaveLow(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticMax(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticMin(this Vector2d, Vector2d) : Vector2d Documentation for this section has not yet been entered. staticSqrt(this Vector2d) : Vector2d Documentation for this section has not yet been entered.