PySimultan 0.5.9.7__py3-none-any.whl → 0.6.0.1__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (133) hide show
  1. PySimultan2/CHANGELOG.md +4 -0
  2. PySimultan2/__about__.py +1 -1
  3. PySimultan2/data_model.py +3 -3
  4. PySimultan2/default_types.py +39 -8
  5. PySimultan2/files.py +1 -1
  6. PySimultan2/object_mapper.py +2 -0
  7. PySimultan2/resources/BruTile.dll +0 -0
  8. PySimultan2/resources/ComponentBuilder.dll +0 -0
  9. PySimultan2/resources/ComponentBuilder.xml +93 -15
  10. PySimultan2/resources/HelixToolkit.Core.Wpf.dll +0 -0
  11. PySimultan2/resources/HelixToolkit.SharpDX.Core.Wpf.dll +0 -0
  12. PySimultan2/resources/HelixToolkit.SharpDX.Core.dll +0 -0
  13. PySimultan2/resources/HelixToolkit.dll +0 -0
  14. PySimultan2/resources/Python.Runtime.dll +0 -0
  15. PySimultan2/resources/SIMULTAN.Lang.dll +0 -0
  16. PySimultan2/resources/SIMULTAN.Lang.xml +62 -1
  17. PySimultan2/resources/SIMULTAN.UI.dll +0 -0
  18. PySimultan2/resources/SIMULTAN.UI.xml +57 -0
  19. PySimultan2/resources/SIMULTAN.dll +0 -0
  20. PySimultan2/resources/SIMULTAN.xml +73 -3
  21. PySimultan2/resources/System.Reflection.MetadataLoadContext.dll +0 -0
  22. PySimultan2/resources/defaultsettings.xml +0 -0
  23. PySimultan2/simultan_object.py +6 -1
  24. PySimultan2/typings/SIMULTAN/Data/Assets/__init__.pyi +616 -0
  25. PySimultan2/typings/SIMULTAN/Data/Components/__init__.pyi +2538 -0
  26. PySimultan2/typings/SIMULTAN/Data/FlowNetworks/__init__.pyi +499 -0
  27. PySimultan2/typings/SIMULTAN/Data/Geometry/__init__.pyi +2219 -0
  28. PySimultan2/typings/SIMULTAN/Data/MultiValues/__init__.pyi +682 -0
  29. PySimultan2/typings/SIMULTAN/Data/SimMath/__init__.pyi +1654 -0
  30. PySimultan2/typings/SIMULTAN/Data/SimNetworks/__init__.pyi +442 -0
  31. PySimultan2/typings/SIMULTAN/Data/SitePlanner/__init__.pyi +193 -0
  32. PySimultan2/typings/SIMULTAN/Data/Taxonomy/__init__.pyi +367 -0
  33. PySimultan2/typings/SIMULTAN/Data/Users/__init__.pyi +116 -0
  34. PySimultan2/typings/SIMULTAN/Data/ValueMappings/__init__.pyi +212 -0
  35. PySimultan2/typings/SIMULTAN/Data/__init__.pyi +232 -0
  36. PySimultan2/typings/SIMULTAN/DataMapping/__init__.pyi +916 -0
  37. PySimultan2/typings/SIMULTAN/Excel/__init__.pyi +15 -0
  38. PySimultan2/typings/SIMULTAN/Exceptions/__init__.pyi +268 -0
  39. PySimultan2/typings/SIMULTAN/Exchange/SimNetworkConnectors/__init__.pyi +32 -0
  40. PySimultan2/typings/SIMULTAN/Exchange/__init__.pyi +116 -0
  41. PySimultan2/typings/SIMULTAN/Projects/ManagedFiles/__init__.pyi +433 -0
  42. PySimultan2/typings/SIMULTAN/Projects/__init__.pyi +435 -0
  43. PySimultan2/typings/SIMULTAN/Serializer/CODXF/__init__.pyi +103 -0
  44. PySimultan2/typings/SIMULTAN/Serializer/CSV/__init__.pyi +122 -0
  45. PySimultan2/typings/SIMULTAN/Serializer/DXF/__init__.pyi +1335 -0
  46. PySimultan2/typings/SIMULTAN/Serializer/Geometry/__init__.pyi +48 -0
  47. PySimultan2/typings/SIMULTAN/Serializer/JSON/__init__.pyi +562 -0
  48. PySimultan2/typings/SIMULTAN/Serializer/METADXF/__init__.pyi +11 -0
  49. PySimultan2/typings/SIMULTAN/Serializer/PADXF/__init__.pyi +21 -0
  50. PySimultan2/typings/SIMULTAN/Serializer/PPATH/__init__.pyi +11 -0
  51. PySimultan2/typings/SIMULTAN/Serializer/Projects/__init__.pyi +112 -0
  52. PySimultan2/typings/SIMULTAN/Serializer/SIMLINKS/__init__.pyi +5 -0
  53. PySimultan2/typings/SIMULTAN/Serializer/SPDXF/__init__.pyi +13 -0
  54. PySimultan2/typings/SIMULTAN/Serializer/SimGeo/__init__.pyi +54 -0
  55. PySimultan2/typings/SIMULTAN/Serializer/TXDXF/__init__.pyi +46 -0
  56. PySimultan2/typings/SIMULTAN/Serializer/XMI/__init__.pyi +22 -0
  57. PySimultan2/typings/SIMULTAN/Serializer/__init__.pyi +32 -0
  58. PySimultan2/typings/SIMULTAN/Utils/BackgroundWork/__init__.pyi +43 -0
  59. PySimultan2/typings/SIMULTAN/Utils/Collections/__init__.pyi +216 -0
  60. PySimultan2/typings/SIMULTAN/Utils/ElevationProvider/__init__.pyi +66 -0
  61. PySimultan2/typings/SIMULTAN/Utils/Files/__init__.pyi +48 -0
  62. PySimultan2/typings/SIMULTAN/Utils/Randomize/__init__.pyi +11 -0
  63. PySimultan2/typings/SIMULTAN/Utils/Streams/__init__.pyi +59 -0
  64. PySimultan2/typings/SIMULTAN/Utils/UndoRedo/__init__.pyi +133 -0
  65. PySimultan2/typings/SIMULTAN/Utils/__init__.pyi +570 -0
  66. PySimultan2/typings/System/Buffers/Binary/__init__.pyi +248 -0
  67. PySimultan2/typings/System/Buffers/Text/__init__.pyi +91 -0
  68. PySimultan2/typings/System/Buffers/__init__.pyi +192 -0
  69. PySimultan2/typings/System/CodeDom/Compiler/__init__.pyi +137 -0
  70. PySimultan2/typings/System/Collections/Concurrent/__init__.pyi +47 -0
  71. PySimultan2/typings/System/Collections/Generic/__init__.pyi +1293 -0
  72. PySimultan2/typings/System/Collections/ObjectModel/__init__.pyi +166 -0
  73. PySimultan2/typings/System/Collections/Specialized/__init__.pyi +82 -0
  74. PySimultan2/typings/System/Collections/__init__.pyi +403 -0
  75. PySimultan2/typings/System/ComponentModel/__init__.pyi +582 -0
  76. PySimultan2/typings/System/Configuration/Assemblies/__init__.pyi +30 -0
  77. PySimultan2/typings/System/Diagnostics/CodeAnalysis/__init__.pyi +315 -0
  78. PySimultan2/typings/System/Diagnostics/Contracts/__init__.pyi +297 -0
  79. PySimultan2/typings/System/Diagnostics/SymbolStore/__init__.pyi +9 -0
  80. PySimultan2/typings/System/Diagnostics/Tracing/__init__.pyi +641 -0
  81. PySimultan2/typings/System/Diagnostics/__init__.pyi +1101 -0
  82. PySimultan2/typings/System/Globalization/__init__.pyi +1675 -0
  83. PySimultan2/typings/System/IO/Enumeration/__init__.pyi +125 -0
  84. PySimultan2/typings/System/IO/__init__.pyi +2747 -0
  85. PySimultan2/typings/System/Linq/Expressions/__init__.pyi +1815 -0
  86. PySimultan2/typings/System/Net/__init__.pyi +81 -0
  87. PySimultan2/typings/System/Numerics/__init__.pyi +2853 -0
  88. PySimultan2/typings/System/Reflection/Emit/__init__.pyi +1945 -0
  89. PySimultan2/typings/System/Reflection/Metadata/__init__.pyi +24 -0
  90. PySimultan2/typings/System/Reflection/__init__.pyi +2724 -0
  91. PySimultan2/typings/System/Resources/__init__.pyi +205 -0
  92. PySimultan2/typings/System/Runtime/CompilerServices/__init__.pyi +1926 -0
  93. PySimultan2/typings/System/Runtime/ConstrainedExecution/__init__.pyi +49 -0
  94. PySimultan2/typings/System/Runtime/ExceptionServices/__init__.pyi +34 -0
  95. PySimultan2/typings/System/Runtime/InteropServices/ComTypes/__init__.pyi +758 -0
  96. PySimultan2/typings/System/Runtime/InteropServices/Marshalling/__init__.pyi +461 -0
  97. PySimultan2/typings/System/Runtime/InteropServices/ObjectiveC/__init__.pyi +48 -0
  98. PySimultan2/typings/System/Runtime/InteropServices/__init__.pyi +2632 -0
  99. PySimultan2/typings/System/Runtime/Intrinsics/Arm/__init__.pyi +4757 -0
  100. PySimultan2/typings/System/Runtime/Intrinsics/Wasm/__init__.pyi +844 -0
  101. PySimultan2/typings/System/Runtime/Intrinsics/X86/__init__.pyi +5642 -0
  102. PySimultan2/typings/System/Runtime/Intrinsics/__init__.pyi +4504 -0
  103. PySimultan2/typings/System/Runtime/Loader/__init__.pyi +63 -0
  104. PySimultan2/typings/System/Runtime/Remoting/__init__.pyi +7 -0
  105. PySimultan2/typings/System/Runtime/Serialization/__init__.pyi +269 -0
  106. PySimultan2/typings/System/Runtime/Versioning/__init__.pyi +200 -0
  107. PySimultan2/typings/System/Runtime/__init__.pyi +141 -0
  108. PySimultan2/typings/System/Security/Cryptography/__init__.pyi +39 -0
  109. PySimultan2/typings/System/Security/Permissions/__init__.pyi +163 -0
  110. PySimultan2/typings/System/Security/Principal/__init__.pyi +45 -0
  111. PySimultan2/typings/System/Security/__init__.pyi +347 -0
  112. PySimultan2/typings/System/Text/Unicode/__init__.pyi +62 -0
  113. PySimultan2/typings/System/Text/__init__.pyi +1590 -0
  114. PySimultan2/typings/System/Threading/Tasks/Sources/__init__.pyi +76 -0
  115. PySimultan2/typings/System/Threading/Tasks/__init__.pyi +1403 -0
  116. PySimultan2/typings/System/Threading/__init__.pyi +1788 -0
  117. PySimultan2/typings/System/Xml/Schema/__init__.pyi +1255 -0
  118. PySimultan2/typings/System/Xml/Serialization/__init__.pyi +16 -0
  119. PySimultan2/typings/System/Xml/XPath/__init__.pyi +474 -0
  120. PySimultan2/typings/System/Xml/__init__.pyi +2410 -0
  121. PySimultan2/typings/System/__init__.pyi +17821 -0
  122. PySimultan2/utils.py +9 -4
  123. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/METADATA +1 -1
  124. pysimultan-0.6.0.1.dist-info/RECORD +174 -0
  125. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll +0 -0
  126. PySimultan2/resources/SIMULTAN.AutoUpdate.Client.dll.config +0 -11
  127. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll +0 -0
  128. PySimultan2/resources/SIMULTAN.AutoUpdate.DataTransferLibrary.dll.config +0 -15
  129. PySimultan2/resources/SIMULTAN.Plugins.dll +0 -0
  130. PySimultan2/resources/SIMULTAN.Plugins.xml +0 -396
  131. pysimultan-0.5.9.7.dist-info/RECORD +0 -81
  132. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/WHEEL +0 -0
  133. {pysimultan-0.5.9.7.dist-info → pysimultan-0.6.0.1.dist-info}/licenses/LICENSE.txt +0 -0
@@ -0,0 +1,4504 @@
1
+ import typing, clr, abc
2
+ from System.Numerics import Vector2, Vector3, Vector4, Vector_1
3
+ from System import UIntPtr, Array_1, Span_1, ReadOnlySpan_1, ValueTuple_2, IEquatable_1
4
+
5
+ class Vector128_GenericClasses(abc.ABCMeta):
6
+ Generic_Vector128_GenericClasses_Vector128_1_T = typing.TypeVar('Generic_Vector128_GenericClasses_Vector128_1_T')
7
+ def __getitem__(self, types : typing.Type[Generic_Vector128_GenericClasses_Vector128_1_T]) -> typing.Type[Vector128_1[Generic_Vector128_GenericClasses_Vector128_1_T]]: ...
8
+
9
+ class Vector128(Vector128_0, metaclass =Vector128_GenericClasses): ...
10
+
11
+ class Vector128_0(abc.ABC):
12
+ @classmethod
13
+ @property
14
+ def IsHardwareAccelerated(cls) -> bool: ...
15
+ @staticmethod
16
+ def AsVector2(value: Vector128_1[float]) -> Vector2: ...
17
+ @staticmethod
18
+ def AsVector3(value: Vector128_1[float]) -> Vector3: ...
19
+ @staticmethod
20
+ def AsVector4(value: Vector128_1[float]) -> Vector4: ...
21
+ @staticmethod
22
+ def ConvertToInt32(vector: Vector128_1[float]) -> Vector128_1[int]: ...
23
+ @staticmethod
24
+ def ConvertToInt64(vector: Vector128_1[float]) -> Vector128_1[int]: ...
25
+ @staticmethod
26
+ def ConvertToUInt32(vector: Vector128_1[float]) -> Vector128_1[int]: ...
27
+ @staticmethod
28
+ def ConvertToUInt64(vector: Vector128_1[float]) -> Vector128_1[int]: ...
29
+ # Skipped Abs due to it being static, abstract and generic.
30
+
31
+ Abs : Abs_MethodGroup
32
+ class Abs_MethodGroup:
33
+ def __getitem__(self, t:typing.Type[Abs_1_T1]) -> Abs_1[Abs_1_T1]: ...
34
+
35
+ Abs_1_T1 = typing.TypeVar('Abs_1_T1')
36
+ class Abs_1(typing.Generic[Abs_1_T1]):
37
+ Abs_1_T = Vector128_0.Abs_MethodGroup.Abs_1_T1
38
+ def __call__(self, vector: Vector128_1[Abs_1_T]) -> Vector128_1[Abs_1_T]:...
39
+
40
+
41
+ # Skipped Add due to it being static, abstract and generic.
42
+
43
+ Add : Add_MethodGroup
44
+ class Add_MethodGroup:
45
+ def __getitem__(self, t:typing.Type[Add_1_T1]) -> Add_1[Add_1_T1]: ...
46
+
47
+ Add_1_T1 = typing.TypeVar('Add_1_T1')
48
+ class Add_1(typing.Generic[Add_1_T1]):
49
+ Add_1_T = Vector128_0.Add_MethodGroup.Add_1_T1
50
+ def __call__(self, left: Vector128_1[Add_1_T], right: Vector128_1[Add_1_T]) -> Vector128_1[Add_1_T]:...
51
+
52
+
53
+ # Skipped AndNot due to it being static, abstract and generic.
54
+
55
+ AndNot : AndNot_MethodGroup
56
+ class AndNot_MethodGroup:
57
+ def __getitem__(self, t:typing.Type[AndNot_1_T1]) -> AndNot_1[AndNot_1_T1]: ...
58
+
59
+ AndNot_1_T1 = typing.TypeVar('AndNot_1_T1')
60
+ class AndNot_1(typing.Generic[AndNot_1_T1]):
61
+ AndNot_1_T = Vector128_0.AndNot_MethodGroup.AndNot_1_T1
62
+ def __call__(self, left: Vector128_1[AndNot_1_T], right: Vector128_1[AndNot_1_T]) -> Vector128_1[AndNot_1_T]:...
63
+
64
+
65
+ # Skipped As due to it being static, abstract and generic.
66
+
67
+ As : As_MethodGroup
68
+ class As_MethodGroup:
69
+ def __getitem__(self, t:typing.Tuple[typing.Type[As_2_T1], typing.Type[As_2_T2]]) -> As_2[As_2_T1, As_2_T2]: ...
70
+
71
+ As_2_T1 = typing.TypeVar('As_2_T1')
72
+ As_2_T2 = typing.TypeVar('As_2_T2')
73
+ class As_2(typing.Generic[As_2_T1, As_2_T2]):
74
+ As_2_TFrom = Vector128_0.As_MethodGroup.As_2_T1
75
+ As_2_TTo = Vector128_0.As_MethodGroup.As_2_T2
76
+ def __call__(self, vector: Vector128_1[As_2_TFrom]) -> Vector128_1[As_2_TTo]:...
77
+
78
+
79
+ # Skipped AsByte due to it being static, abstract and generic.
80
+
81
+ AsByte : AsByte_MethodGroup
82
+ class AsByte_MethodGroup:
83
+ def __getitem__(self, t:typing.Type[AsByte_1_T1]) -> AsByte_1[AsByte_1_T1]: ...
84
+
85
+ AsByte_1_T1 = typing.TypeVar('AsByte_1_T1')
86
+ class AsByte_1(typing.Generic[AsByte_1_T1]):
87
+ AsByte_1_T = Vector128_0.AsByte_MethodGroup.AsByte_1_T1
88
+ def __call__(self, vector: Vector128_1[AsByte_1_T]) -> Vector128_1[int]:...
89
+
90
+
91
+ # Skipped AsDouble due to it being static, abstract and generic.
92
+
93
+ AsDouble : AsDouble_MethodGroup
94
+ class AsDouble_MethodGroup:
95
+ def __getitem__(self, t:typing.Type[AsDouble_1_T1]) -> AsDouble_1[AsDouble_1_T1]: ...
96
+
97
+ AsDouble_1_T1 = typing.TypeVar('AsDouble_1_T1')
98
+ class AsDouble_1(typing.Generic[AsDouble_1_T1]):
99
+ AsDouble_1_T = Vector128_0.AsDouble_MethodGroup.AsDouble_1_T1
100
+ def __call__(self, vector: Vector128_1[AsDouble_1_T]) -> Vector128_1[float]:...
101
+
102
+
103
+ # Skipped AsInt16 due to it being static, abstract and generic.
104
+
105
+ AsInt16 : AsInt16_MethodGroup
106
+ class AsInt16_MethodGroup:
107
+ def __getitem__(self, t:typing.Type[AsInt16_1_T1]) -> AsInt16_1[AsInt16_1_T1]: ...
108
+
109
+ AsInt16_1_T1 = typing.TypeVar('AsInt16_1_T1')
110
+ class AsInt16_1(typing.Generic[AsInt16_1_T1]):
111
+ AsInt16_1_T = Vector128_0.AsInt16_MethodGroup.AsInt16_1_T1
112
+ def __call__(self, vector: Vector128_1[AsInt16_1_T]) -> Vector128_1[int]:...
113
+
114
+
115
+ # Skipped AsInt32 due to it being static, abstract and generic.
116
+
117
+ AsInt32 : AsInt32_MethodGroup
118
+ class AsInt32_MethodGroup:
119
+ def __getitem__(self, t:typing.Type[AsInt32_1_T1]) -> AsInt32_1[AsInt32_1_T1]: ...
120
+
121
+ AsInt32_1_T1 = typing.TypeVar('AsInt32_1_T1')
122
+ class AsInt32_1(typing.Generic[AsInt32_1_T1]):
123
+ AsInt32_1_T = Vector128_0.AsInt32_MethodGroup.AsInt32_1_T1
124
+ def __call__(self, vector: Vector128_1[AsInt32_1_T]) -> Vector128_1[int]:...
125
+
126
+
127
+ # Skipped AsInt64 due to it being static, abstract and generic.
128
+
129
+ AsInt64 : AsInt64_MethodGroup
130
+ class AsInt64_MethodGroup:
131
+ def __getitem__(self, t:typing.Type[AsInt64_1_T1]) -> AsInt64_1[AsInt64_1_T1]: ...
132
+
133
+ AsInt64_1_T1 = typing.TypeVar('AsInt64_1_T1')
134
+ class AsInt64_1(typing.Generic[AsInt64_1_T1]):
135
+ AsInt64_1_T = Vector128_0.AsInt64_MethodGroup.AsInt64_1_T1
136
+ def __call__(self, vector: Vector128_1[AsInt64_1_T]) -> Vector128_1[int]:...
137
+
138
+
139
+ # Skipped AsNInt due to it being static, abstract and generic.
140
+
141
+ AsNInt : AsNInt_MethodGroup
142
+ class AsNInt_MethodGroup:
143
+ def __getitem__(self, t:typing.Type[AsNInt_1_T1]) -> AsNInt_1[AsNInt_1_T1]: ...
144
+
145
+ AsNInt_1_T1 = typing.TypeVar('AsNInt_1_T1')
146
+ class AsNInt_1(typing.Generic[AsNInt_1_T1]):
147
+ AsNInt_1_T = Vector128_0.AsNInt_MethodGroup.AsNInt_1_T1
148
+ def __call__(self, vector: Vector128_1[AsNInt_1_T]) -> Vector128_1[int]:...
149
+
150
+
151
+ # Skipped AsNUInt due to it being static, abstract and generic.
152
+
153
+ AsNUInt : AsNUInt_MethodGroup
154
+ class AsNUInt_MethodGroup:
155
+ def __getitem__(self, t:typing.Type[AsNUInt_1_T1]) -> AsNUInt_1[AsNUInt_1_T1]: ...
156
+
157
+ AsNUInt_1_T1 = typing.TypeVar('AsNUInt_1_T1')
158
+ class AsNUInt_1(typing.Generic[AsNUInt_1_T1]):
159
+ AsNUInt_1_T = Vector128_0.AsNUInt_MethodGroup.AsNUInt_1_T1
160
+ def __call__(self, vector: Vector128_1[AsNUInt_1_T]) -> Vector128_1[UIntPtr]:...
161
+
162
+
163
+ # Skipped AsSByte due to it being static, abstract and generic.
164
+
165
+ AsSByte : AsSByte_MethodGroup
166
+ class AsSByte_MethodGroup:
167
+ def __getitem__(self, t:typing.Type[AsSByte_1_T1]) -> AsSByte_1[AsSByte_1_T1]: ...
168
+
169
+ AsSByte_1_T1 = typing.TypeVar('AsSByte_1_T1')
170
+ class AsSByte_1(typing.Generic[AsSByte_1_T1]):
171
+ AsSByte_1_T = Vector128_0.AsSByte_MethodGroup.AsSByte_1_T1
172
+ def __call__(self, vector: Vector128_1[AsSByte_1_T]) -> Vector128_1[int]:...
173
+
174
+
175
+ # Skipped AsSingle due to it being static, abstract and generic.
176
+
177
+ AsSingle : AsSingle_MethodGroup
178
+ class AsSingle_MethodGroup:
179
+ def __getitem__(self, t:typing.Type[AsSingle_1_T1]) -> AsSingle_1[AsSingle_1_T1]: ...
180
+
181
+ AsSingle_1_T1 = typing.TypeVar('AsSingle_1_T1')
182
+ class AsSingle_1(typing.Generic[AsSingle_1_T1]):
183
+ AsSingle_1_T = Vector128_0.AsSingle_MethodGroup.AsSingle_1_T1
184
+ def __call__(self, vector: Vector128_1[AsSingle_1_T]) -> Vector128_1[float]:...
185
+
186
+
187
+ # Skipped AsUInt16 due to it being static, abstract and generic.
188
+
189
+ AsUInt16 : AsUInt16_MethodGroup
190
+ class AsUInt16_MethodGroup:
191
+ def __getitem__(self, t:typing.Type[AsUInt16_1_T1]) -> AsUInt16_1[AsUInt16_1_T1]: ...
192
+
193
+ AsUInt16_1_T1 = typing.TypeVar('AsUInt16_1_T1')
194
+ class AsUInt16_1(typing.Generic[AsUInt16_1_T1]):
195
+ AsUInt16_1_T = Vector128_0.AsUInt16_MethodGroup.AsUInt16_1_T1
196
+ def __call__(self, vector: Vector128_1[AsUInt16_1_T]) -> Vector128_1[int]:...
197
+
198
+
199
+ # Skipped AsUInt32 due to it being static, abstract and generic.
200
+
201
+ AsUInt32 : AsUInt32_MethodGroup
202
+ class AsUInt32_MethodGroup:
203
+ def __getitem__(self, t:typing.Type[AsUInt32_1_T1]) -> AsUInt32_1[AsUInt32_1_T1]: ...
204
+
205
+ AsUInt32_1_T1 = typing.TypeVar('AsUInt32_1_T1')
206
+ class AsUInt32_1(typing.Generic[AsUInt32_1_T1]):
207
+ AsUInt32_1_T = Vector128_0.AsUInt32_MethodGroup.AsUInt32_1_T1
208
+ def __call__(self, vector: Vector128_1[AsUInt32_1_T]) -> Vector128_1[int]:...
209
+
210
+
211
+ # Skipped AsUInt64 due to it being static, abstract and generic.
212
+
213
+ AsUInt64 : AsUInt64_MethodGroup
214
+ class AsUInt64_MethodGroup:
215
+ def __getitem__(self, t:typing.Type[AsUInt64_1_T1]) -> AsUInt64_1[AsUInt64_1_T1]: ...
216
+
217
+ AsUInt64_1_T1 = typing.TypeVar('AsUInt64_1_T1')
218
+ class AsUInt64_1(typing.Generic[AsUInt64_1_T1]):
219
+ AsUInt64_1_T = Vector128_0.AsUInt64_MethodGroup.AsUInt64_1_T1
220
+ def __call__(self, vector: Vector128_1[AsUInt64_1_T]) -> Vector128_1[int]:...
221
+
222
+
223
+ # Skipped AsVector due to it being static, abstract and generic.
224
+
225
+ AsVector : AsVector_MethodGroup
226
+ class AsVector_MethodGroup:
227
+ def __getitem__(self, t:typing.Type[AsVector_1_T1]) -> AsVector_1[AsVector_1_T1]: ...
228
+
229
+ AsVector_1_T1 = typing.TypeVar('AsVector_1_T1')
230
+ class AsVector_1(typing.Generic[AsVector_1_T1]):
231
+ AsVector_1_T = Vector128_0.AsVector_MethodGroup.AsVector_1_T1
232
+ def __call__(self, value: Vector128_1[AsVector_1_T]) -> Vector_1[AsVector_1_T]:...
233
+
234
+
235
+ # Skipped AsVector128 due to it being static, abstract and generic.
236
+
237
+ AsVector128 : AsVector128_MethodGroup
238
+ class AsVector128_MethodGroup:
239
+ def __getitem__(self, t:typing.Type[AsVector128_1_T1]) -> AsVector128_1[AsVector128_1_T1]: ...
240
+
241
+ AsVector128_1_T1 = typing.TypeVar('AsVector128_1_T1')
242
+ class AsVector128_1(typing.Generic[AsVector128_1_T1]):
243
+ AsVector128_1_T = Vector128_0.AsVector128_MethodGroup.AsVector128_1_T1
244
+ def __call__(self, value: Vector_1[AsVector128_1_T]) -> Vector128_1[AsVector128_1_T]:...
245
+
246
+ @typing.overload
247
+ def __call__(self, value: Vector2) -> Vector128_1[float]:...
248
+ @typing.overload
249
+ def __call__(self, value: Vector3) -> Vector128_1[float]:...
250
+ @typing.overload
251
+ def __call__(self, value: Vector4) -> Vector128_1[float]:...
252
+
253
+ # Skipped BitwiseAnd due to it being static, abstract and generic.
254
+
255
+ BitwiseAnd : BitwiseAnd_MethodGroup
256
+ class BitwiseAnd_MethodGroup:
257
+ def __getitem__(self, t:typing.Type[BitwiseAnd_1_T1]) -> BitwiseAnd_1[BitwiseAnd_1_T1]: ...
258
+
259
+ BitwiseAnd_1_T1 = typing.TypeVar('BitwiseAnd_1_T1')
260
+ class BitwiseAnd_1(typing.Generic[BitwiseAnd_1_T1]):
261
+ BitwiseAnd_1_T = Vector128_0.BitwiseAnd_MethodGroup.BitwiseAnd_1_T1
262
+ def __call__(self, left: Vector128_1[BitwiseAnd_1_T], right: Vector128_1[BitwiseAnd_1_T]) -> Vector128_1[BitwiseAnd_1_T]:...
263
+
264
+
265
+ # Skipped BitwiseOr due to it being static, abstract and generic.
266
+
267
+ BitwiseOr : BitwiseOr_MethodGroup
268
+ class BitwiseOr_MethodGroup:
269
+ def __getitem__(self, t:typing.Type[BitwiseOr_1_T1]) -> BitwiseOr_1[BitwiseOr_1_T1]: ...
270
+
271
+ BitwiseOr_1_T1 = typing.TypeVar('BitwiseOr_1_T1')
272
+ class BitwiseOr_1(typing.Generic[BitwiseOr_1_T1]):
273
+ BitwiseOr_1_T = Vector128_0.BitwiseOr_MethodGroup.BitwiseOr_1_T1
274
+ def __call__(self, left: Vector128_1[BitwiseOr_1_T], right: Vector128_1[BitwiseOr_1_T]) -> Vector128_1[BitwiseOr_1_T]:...
275
+
276
+
277
+ # Skipped Ceiling due to it being static, abstract and generic.
278
+
279
+ Ceiling : Ceiling_MethodGroup
280
+ class Ceiling_MethodGroup:
281
+ def __call__(self, vector: Vector128_1[float]) -> Vector128_1[float]:...
282
+ # Method Ceiling(vector : Vector128`1) was skipped since it collides with above method
283
+
284
+ # Skipped ConditionalSelect due to it being static, abstract and generic.
285
+
286
+ ConditionalSelect : ConditionalSelect_MethodGroup
287
+ class ConditionalSelect_MethodGroup:
288
+ def __getitem__(self, t:typing.Type[ConditionalSelect_1_T1]) -> ConditionalSelect_1[ConditionalSelect_1_T1]: ...
289
+
290
+ ConditionalSelect_1_T1 = typing.TypeVar('ConditionalSelect_1_T1')
291
+ class ConditionalSelect_1(typing.Generic[ConditionalSelect_1_T1]):
292
+ ConditionalSelect_1_T = Vector128_0.ConditionalSelect_MethodGroup.ConditionalSelect_1_T1
293
+ def __call__(self, condition: Vector128_1[ConditionalSelect_1_T], left: Vector128_1[ConditionalSelect_1_T], right: Vector128_1[ConditionalSelect_1_T]) -> Vector128_1[ConditionalSelect_1_T]:...
294
+
295
+
296
+ # Skipped ConvertToDouble due to it being static, abstract and generic.
297
+
298
+ ConvertToDouble : ConvertToDouble_MethodGroup
299
+ class ConvertToDouble_MethodGroup:
300
+ def __call__(self, vector: Vector128_1[int]) -> Vector128_1[float]:...
301
+ # Method ConvertToDouble(vector : Vector128`1) was skipped since it collides with above method
302
+
303
+ # Skipped ConvertToSingle due to it being static, abstract and generic.
304
+
305
+ ConvertToSingle : ConvertToSingle_MethodGroup
306
+ class ConvertToSingle_MethodGroup:
307
+ def __call__(self, vector: Vector128_1[int]) -> Vector128_1[float]:...
308
+ # Method ConvertToSingle(vector : Vector128`1) was skipped since it collides with above method
309
+
310
+ # Skipped CopyTo due to it being static, abstract and generic.
311
+
312
+ CopyTo : CopyTo_MethodGroup
313
+ class CopyTo_MethodGroup:
314
+ def __getitem__(self, t:typing.Type[CopyTo_1_T1]) -> CopyTo_1[CopyTo_1_T1]: ...
315
+
316
+ CopyTo_1_T1 = typing.TypeVar('CopyTo_1_T1')
317
+ class CopyTo_1(typing.Generic[CopyTo_1_T1]):
318
+ CopyTo_1_T = Vector128_0.CopyTo_MethodGroup.CopyTo_1_T1
319
+ @typing.overload
320
+ def __call__(self, vector: Vector128_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T]) -> None:...
321
+ @typing.overload
322
+ def __call__(self, vector: Vector128_1[CopyTo_1_T], destination: Span_1[CopyTo_1_T]) -> None:...
323
+ @typing.overload
324
+ def __call__(self, vector: Vector128_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T], startIndex: int) -> None:...
325
+
326
+
327
+ # Skipped Create due to it being static, abstract and generic.
328
+
329
+ Create : Create_MethodGroup
330
+ class Create_MethodGroup:
331
+ def __getitem__(self, t:typing.Type[Create_1_T1]) -> Create_1[Create_1_T1]: ...
332
+
333
+ Create_1_T1 = typing.TypeVar('Create_1_T1')
334
+ class Create_1(typing.Generic[Create_1_T1]):
335
+ Create_1_T = Vector128_0.Create_MethodGroup.Create_1_T1
336
+ @typing.overload
337
+ def __call__(self, values: Array_1[Create_1_T]) -> Vector128_1[Create_1_T]:...
338
+ @typing.overload
339
+ def __call__(self, values: ReadOnlySpan_1[Create_1_T]) -> Vector128_1[Create_1_T]:...
340
+ @typing.overload
341
+ def __call__(self, value: Create_1_T) -> Vector128_1[Create_1_T]:...
342
+ @typing.overload
343
+ def __call__(self, values: Array_1[Create_1_T], index: int) -> Vector128_1[Create_1_T]:...
344
+ @typing.overload
345
+ def __call__(self, lower: Vector64_1[Create_1_T], upper: Vector64_1[Create_1_T]) -> Vector128_1[Create_1_T]:...
346
+
347
+ @typing.overload
348
+ def __call__(self, value: float) -> Vector128_1[float]:...
349
+ # Method Create(value : Single) was skipped since it collides with above method
350
+ # Method Create(value : Byte) was skipped since it collides with above method
351
+ # Method Create(value : Int16) was skipped since it collides with above method
352
+ # Method Create(value : Int32) was skipped since it collides with above method
353
+ # Method Create(value : Int64) was skipped since it collides with above method
354
+ # Method Create(value : SByte) was skipped since it collides with above method
355
+ # Method Create(value : UInt16) was skipped since it collides with above method
356
+ # Method Create(value : UInt32) was skipped since it collides with above method
357
+ # Method Create(value : UInt64) was skipped since it collides with above method
358
+ # Method Create(value : IntPtr) was skipped since it collides with above method
359
+ @typing.overload
360
+ def __call__(self, value: UIntPtr) -> Vector128_1[UIntPtr]:...
361
+ @typing.overload
362
+ def __call__(self, e0: float, e1: float) -> Vector128_1[float]:...
363
+ # Method Create(e0 : Int64, e1 : Int64) was skipped since it collides with above method
364
+ # Method Create(e0 : UInt64, e1 : UInt64) was skipped since it collides with above method
365
+ @typing.overload
366
+ def __call__(self, lower: Vector64_1[float], upper: Vector64_1[float]) -> Vector128_1[float]:...
367
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
368
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
369
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
370
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
371
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
372
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
373
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
374
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
375
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
376
+ # Method Create(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
377
+ @typing.overload
378
+ def __call__(self, lower: Vector64_1[UIntPtr], upper: Vector64_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
379
+ @typing.overload
380
+ def __call__(self, e0: float, e1: float, e2: float, e3: float) -> Vector128_1[float]:...
381
+ # Method Create(e0 : Int32, e1 : Int32, e2 : Int32, e3 : Int32) was skipped since it collides with above method
382
+ # Method Create(e0 : UInt32, e1 : UInt32, e2 : UInt32, e3 : UInt32) was skipped since it collides with above method
383
+ @typing.overload
384
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int) -> Vector128_1[int]:...
385
+ # Method Create(e0 : UInt16, e1 : UInt16, e2 : UInt16, e3 : UInt16, e4 : UInt16, e5 : UInt16, e6 : UInt16, e7 : UInt16) was skipped since it collides with above method
386
+ @typing.overload
387
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int) -> Vector128_1[int]:...
388
+ # Method Create(e0 : SByte, e1 : SByte, e2 : SByte, e3 : SByte, e4 : SByte, e5 : SByte, e6 : SByte, e7 : SByte, e8 : SByte, e9 : SByte, e10 : SByte, e11 : SByte, e12 : SByte, e13 : SByte, e14 : SByte, e15 : SByte) was skipped since it collides with above method
389
+
390
+ # Skipped CreateScalar due to it being static, abstract and generic.
391
+
392
+ CreateScalar : CreateScalar_MethodGroup
393
+ class CreateScalar_MethodGroup:
394
+ def __getitem__(self, t:typing.Type[CreateScalar_1_T1]) -> CreateScalar_1[CreateScalar_1_T1]: ...
395
+
396
+ CreateScalar_1_T1 = typing.TypeVar('CreateScalar_1_T1')
397
+ class CreateScalar_1(typing.Generic[CreateScalar_1_T1]):
398
+ CreateScalar_1_T = Vector128_0.CreateScalar_MethodGroup.CreateScalar_1_T1
399
+ def __call__(self, value: CreateScalar_1_T) -> Vector128_1[CreateScalar_1_T]:...
400
+
401
+ @typing.overload
402
+ def __call__(self, value: float) -> Vector128_1[float]:...
403
+ # Method CreateScalar(value : Single) was skipped since it collides with above method
404
+ # Method CreateScalar(value : Byte) was skipped since it collides with above method
405
+ # Method CreateScalar(value : Int16) was skipped since it collides with above method
406
+ # Method CreateScalar(value : Int32) was skipped since it collides with above method
407
+ # Method CreateScalar(value : Int64) was skipped since it collides with above method
408
+ # Method CreateScalar(value : SByte) was skipped since it collides with above method
409
+ # Method CreateScalar(value : UInt16) was skipped since it collides with above method
410
+ # Method CreateScalar(value : UInt32) was skipped since it collides with above method
411
+ # Method CreateScalar(value : UInt64) was skipped since it collides with above method
412
+ # Method CreateScalar(value : IntPtr) was skipped since it collides with above method
413
+ @typing.overload
414
+ def __call__(self, value: UIntPtr) -> Vector128_1[UIntPtr]:...
415
+
416
+ # Skipped CreateScalarUnsafe due to it being static, abstract and generic.
417
+
418
+ CreateScalarUnsafe : CreateScalarUnsafe_MethodGroup
419
+ class CreateScalarUnsafe_MethodGroup:
420
+ def __getitem__(self, t:typing.Type[CreateScalarUnsafe_1_T1]) -> CreateScalarUnsafe_1[CreateScalarUnsafe_1_T1]: ...
421
+
422
+ CreateScalarUnsafe_1_T1 = typing.TypeVar('CreateScalarUnsafe_1_T1')
423
+ class CreateScalarUnsafe_1(typing.Generic[CreateScalarUnsafe_1_T1]):
424
+ CreateScalarUnsafe_1_T = Vector128_0.CreateScalarUnsafe_MethodGroup.CreateScalarUnsafe_1_T1
425
+ def __call__(self, value: CreateScalarUnsafe_1_T) -> Vector128_1[CreateScalarUnsafe_1_T]:...
426
+
427
+ @typing.overload
428
+ def __call__(self, value: float) -> Vector128_1[float]:...
429
+ # Method CreateScalarUnsafe(value : Single) was skipped since it collides with above method
430
+ # Method CreateScalarUnsafe(value : Byte) was skipped since it collides with above method
431
+ # Method CreateScalarUnsafe(value : Int16) was skipped since it collides with above method
432
+ # Method CreateScalarUnsafe(value : Int32) was skipped since it collides with above method
433
+ # Method CreateScalarUnsafe(value : Int64) was skipped since it collides with above method
434
+ # Method CreateScalarUnsafe(value : SByte) was skipped since it collides with above method
435
+ # Method CreateScalarUnsafe(value : UInt16) was skipped since it collides with above method
436
+ # Method CreateScalarUnsafe(value : UInt32) was skipped since it collides with above method
437
+ # Method CreateScalarUnsafe(value : UInt64) was skipped since it collides with above method
438
+ # Method CreateScalarUnsafe(value : IntPtr) was skipped since it collides with above method
439
+ @typing.overload
440
+ def __call__(self, value: UIntPtr) -> Vector128_1[UIntPtr]:...
441
+
442
+ # Skipped Divide due to it being static, abstract and generic.
443
+
444
+ Divide : Divide_MethodGroup
445
+ class Divide_MethodGroup:
446
+ def __getitem__(self, t:typing.Type[Divide_1_T1]) -> Divide_1[Divide_1_T1]: ...
447
+
448
+ Divide_1_T1 = typing.TypeVar('Divide_1_T1')
449
+ class Divide_1(typing.Generic[Divide_1_T1]):
450
+ Divide_1_T = Vector128_0.Divide_MethodGroup.Divide_1_T1
451
+ @typing.overload
452
+ def __call__(self, left: Vector128_1[Divide_1_T], right: Vector128_1[Divide_1_T]) -> Vector128_1[Divide_1_T]:...
453
+ @typing.overload
454
+ def __call__(self, left: Vector128_1[Divide_1_T], right: Divide_1_T) -> Vector128_1[Divide_1_T]:...
455
+
456
+
457
+ # Skipped Dot due to it being static, abstract and generic.
458
+
459
+ Dot : Dot_MethodGroup
460
+ class Dot_MethodGroup:
461
+ def __getitem__(self, t:typing.Type[Dot_1_T1]) -> Dot_1[Dot_1_T1]: ...
462
+
463
+ Dot_1_T1 = typing.TypeVar('Dot_1_T1')
464
+ class Dot_1(typing.Generic[Dot_1_T1]):
465
+ Dot_1_T = Vector128_0.Dot_MethodGroup.Dot_1_T1
466
+ def __call__(self, left: Vector128_1[Dot_1_T], right: Vector128_1[Dot_1_T]) -> Dot_1_T:...
467
+
468
+
469
+ # Skipped Equals due to it being static, abstract and generic.
470
+
471
+ Equals : Equals_MethodGroup
472
+ class Equals_MethodGroup:
473
+ def __getitem__(self, t:typing.Type[Equals_1_T1]) -> Equals_1[Equals_1_T1]: ...
474
+
475
+ Equals_1_T1 = typing.TypeVar('Equals_1_T1')
476
+ class Equals_1(typing.Generic[Equals_1_T1]):
477
+ Equals_1_T = Vector128_0.Equals_MethodGroup.Equals_1_T1
478
+ def __call__(self, left: Vector128_1[Equals_1_T], right: Vector128_1[Equals_1_T]) -> Vector128_1[Equals_1_T]:...
479
+
480
+
481
+ # Skipped EqualsAll due to it being static, abstract and generic.
482
+
483
+ EqualsAll : EqualsAll_MethodGroup
484
+ class EqualsAll_MethodGroup:
485
+ def __getitem__(self, t:typing.Type[EqualsAll_1_T1]) -> EqualsAll_1[EqualsAll_1_T1]: ...
486
+
487
+ EqualsAll_1_T1 = typing.TypeVar('EqualsAll_1_T1')
488
+ class EqualsAll_1(typing.Generic[EqualsAll_1_T1]):
489
+ EqualsAll_1_T = Vector128_0.EqualsAll_MethodGroup.EqualsAll_1_T1
490
+ def __call__(self, left: Vector128_1[EqualsAll_1_T], right: Vector128_1[EqualsAll_1_T]) -> bool:...
491
+
492
+
493
+ # Skipped EqualsAny due to it being static, abstract and generic.
494
+
495
+ EqualsAny : EqualsAny_MethodGroup
496
+ class EqualsAny_MethodGroup:
497
+ def __getitem__(self, t:typing.Type[EqualsAny_1_T1]) -> EqualsAny_1[EqualsAny_1_T1]: ...
498
+
499
+ EqualsAny_1_T1 = typing.TypeVar('EqualsAny_1_T1')
500
+ class EqualsAny_1(typing.Generic[EqualsAny_1_T1]):
501
+ EqualsAny_1_T = Vector128_0.EqualsAny_MethodGroup.EqualsAny_1_T1
502
+ def __call__(self, left: Vector128_1[EqualsAny_1_T], right: Vector128_1[EqualsAny_1_T]) -> bool:...
503
+
504
+
505
+ # Skipped ExtractMostSignificantBits due to it being static, abstract and generic.
506
+
507
+ ExtractMostSignificantBits : ExtractMostSignificantBits_MethodGroup
508
+ class ExtractMostSignificantBits_MethodGroup:
509
+ def __getitem__(self, t:typing.Type[ExtractMostSignificantBits_1_T1]) -> ExtractMostSignificantBits_1[ExtractMostSignificantBits_1_T1]: ...
510
+
511
+ ExtractMostSignificantBits_1_T1 = typing.TypeVar('ExtractMostSignificantBits_1_T1')
512
+ class ExtractMostSignificantBits_1(typing.Generic[ExtractMostSignificantBits_1_T1]):
513
+ ExtractMostSignificantBits_1_T = Vector128_0.ExtractMostSignificantBits_MethodGroup.ExtractMostSignificantBits_1_T1
514
+ def __call__(self, vector: Vector128_1[ExtractMostSignificantBits_1_T]) -> int:...
515
+
516
+
517
+ # Skipped Floor due to it being static, abstract and generic.
518
+
519
+ Floor : Floor_MethodGroup
520
+ class Floor_MethodGroup:
521
+ def __call__(self, vector: Vector128_1[float]) -> Vector128_1[float]:...
522
+ # Method Floor(vector : Vector128`1) was skipped since it collides with above method
523
+
524
+ # Skipped GetElement due to it being static, abstract and generic.
525
+
526
+ GetElement : GetElement_MethodGroup
527
+ class GetElement_MethodGroup:
528
+ def __getitem__(self, t:typing.Type[GetElement_1_T1]) -> GetElement_1[GetElement_1_T1]: ...
529
+
530
+ GetElement_1_T1 = typing.TypeVar('GetElement_1_T1')
531
+ class GetElement_1(typing.Generic[GetElement_1_T1]):
532
+ GetElement_1_T = Vector128_0.GetElement_MethodGroup.GetElement_1_T1
533
+ def __call__(self, vector: Vector128_1[GetElement_1_T], index: int) -> GetElement_1_T:...
534
+
535
+
536
+ # Skipped GetLower due to it being static, abstract and generic.
537
+
538
+ GetLower : GetLower_MethodGroup
539
+ class GetLower_MethodGroup:
540
+ def __getitem__(self, t:typing.Type[GetLower_1_T1]) -> GetLower_1[GetLower_1_T1]: ...
541
+
542
+ GetLower_1_T1 = typing.TypeVar('GetLower_1_T1')
543
+ class GetLower_1(typing.Generic[GetLower_1_T1]):
544
+ GetLower_1_T = Vector128_0.GetLower_MethodGroup.GetLower_1_T1
545
+ def __call__(self, vector: Vector128_1[GetLower_1_T]) -> Vector64_1[GetLower_1_T]:...
546
+
547
+
548
+ # Skipped GetUpper due to it being static, abstract and generic.
549
+
550
+ GetUpper : GetUpper_MethodGroup
551
+ class GetUpper_MethodGroup:
552
+ def __getitem__(self, t:typing.Type[GetUpper_1_T1]) -> GetUpper_1[GetUpper_1_T1]: ...
553
+
554
+ GetUpper_1_T1 = typing.TypeVar('GetUpper_1_T1')
555
+ class GetUpper_1(typing.Generic[GetUpper_1_T1]):
556
+ GetUpper_1_T = Vector128_0.GetUpper_MethodGroup.GetUpper_1_T1
557
+ def __call__(self, vector: Vector128_1[GetUpper_1_T]) -> Vector64_1[GetUpper_1_T]:...
558
+
559
+
560
+ # Skipped GreaterThan due to it being static, abstract and generic.
561
+
562
+ GreaterThan : GreaterThan_MethodGroup
563
+ class GreaterThan_MethodGroup:
564
+ def __getitem__(self, t:typing.Type[GreaterThan_1_T1]) -> GreaterThan_1[GreaterThan_1_T1]: ...
565
+
566
+ GreaterThan_1_T1 = typing.TypeVar('GreaterThan_1_T1')
567
+ class GreaterThan_1(typing.Generic[GreaterThan_1_T1]):
568
+ GreaterThan_1_T = Vector128_0.GreaterThan_MethodGroup.GreaterThan_1_T1
569
+ def __call__(self, left: Vector128_1[GreaterThan_1_T], right: Vector128_1[GreaterThan_1_T]) -> Vector128_1[GreaterThan_1_T]:...
570
+
571
+
572
+ # Skipped GreaterThanAll due to it being static, abstract and generic.
573
+
574
+ GreaterThanAll : GreaterThanAll_MethodGroup
575
+ class GreaterThanAll_MethodGroup:
576
+ def __getitem__(self, t:typing.Type[GreaterThanAll_1_T1]) -> GreaterThanAll_1[GreaterThanAll_1_T1]: ...
577
+
578
+ GreaterThanAll_1_T1 = typing.TypeVar('GreaterThanAll_1_T1')
579
+ class GreaterThanAll_1(typing.Generic[GreaterThanAll_1_T1]):
580
+ GreaterThanAll_1_T = Vector128_0.GreaterThanAll_MethodGroup.GreaterThanAll_1_T1
581
+ def __call__(self, left: Vector128_1[GreaterThanAll_1_T], right: Vector128_1[GreaterThanAll_1_T]) -> bool:...
582
+
583
+
584
+ # Skipped GreaterThanAny due to it being static, abstract and generic.
585
+
586
+ GreaterThanAny : GreaterThanAny_MethodGroup
587
+ class GreaterThanAny_MethodGroup:
588
+ def __getitem__(self, t:typing.Type[GreaterThanAny_1_T1]) -> GreaterThanAny_1[GreaterThanAny_1_T1]: ...
589
+
590
+ GreaterThanAny_1_T1 = typing.TypeVar('GreaterThanAny_1_T1')
591
+ class GreaterThanAny_1(typing.Generic[GreaterThanAny_1_T1]):
592
+ GreaterThanAny_1_T = Vector128_0.GreaterThanAny_MethodGroup.GreaterThanAny_1_T1
593
+ def __call__(self, left: Vector128_1[GreaterThanAny_1_T], right: Vector128_1[GreaterThanAny_1_T]) -> bool:...
594
+
595
+
596
+ # Skipped GreaterThanOrEqual due to it being static, abstract and generic.
597
+
598
+ GreaterThanOrEqual : GreaterThanOrEqual_MethodGroup
599
+ class GreaterThanOrEqual_MethodGroup:
600
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqual_1_T1]) -> GreaterThanOrEqual_1[GreaterThanOrEqual_1_T1]: ...
601
+
602
+ GreaterThanOrEqual_1_T1 = typing.TypeVar('GreaterThanOrEqual_1_T1')
603
+ class GreaterThanOrEqual_1(typing.Generic[GreaterThanOrEqual_1_T1]):
604
+ GreaterThanOrEqual_1_T = Vector128_0.GreaterThanOrEqual_MethodGroup.GreaterThanOrEqual_1_T1
605
+ def __call__(self, left: Vector128_1[GreaterThanOrEqual_1_T], right: Vector128_1[GreaterThanOrEqual_1_T]) -> Vector128_1[GreaterThanOrEqual_1_T]:...
606
+
607
+
608
+ # Skipped GreaterThanOrEqualAll due to it being static, abstract and generic.
609
+
610
+ GreaterThanOrEqualAll : GreaterThanOrEqualAll_MethodGroup
611
+ class GreaterThanOrEqualAll_MethodGroup:
612
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAll_1_T1]) -> GreaterThanOrEqualAll_1[GreaterThanOrEqualAll_1_T1]: ...
613
+
614
+ GreaterThanOrEqualAll_1_T1 = typing.TypeVar('GreaterThanOrEqualAll_1_T1')
615
+ class GreaterThanOrEqualAll_1(typing.Generic[GreaterThanOrEqualAll_1_T1]):
616
+ GreaterThanOrEqualAll_1_T = Vector128_0.GreaterThanOrEqualAll_MethodGroup.GreaterThanOrEqualAll_1_T1
617
+ def __call__(self, left: Vector128_1[GreaterThanOrEqualAll_1_T], right: Vector128_1[GreaterThanOrEqualAll_1_T]) -> bool:...
618
+
619
+
620
+ # Skipped GreaterThanOrEqualAny due to it being static, abstract and generic.
621
+
622
+ GreaterThanOrEqualAny : GreaterThanOrEqualAny_MethodGroup
623
+ class GreaterThanOrEqualAny_MethodGroup:
624
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAny_1_T1]) -> GreaterThanOrEqualAny_1[GreaterThanOrEqualAny_1_T1]: ...
625
+
626
+ GreaterThanOrEqualAny_1_T1 = typing.TypeVar('GreaterThanOrEqualAny_1_T1')
627
+ class GreaterThanOrEqualAny_1(typing.Generic[GreaterThanOrEqualAny_1_T1]):
628
+ GreaterThanOrEqualAny_1_T = Vector128_0.GreaterThanOrEqualAny_MethodGroup.GreaterThanOrEqualAny_1_T1
629
+ def __call__(self, left: Vector128_1[GreaterThanOrEqualAny_1_T], right: Vector128_1[GreaterThanOrEqualAny_1_T]) -> bool:...
630
+
631
+
632
+ # Skipped LessThan due to it being static, abstract and generic.
633
+
634
+ LessThan : LessThan_MethodGroup
635
+ class LessThan_MethodGroup:
636
+ def __getitem__(self, t:typing.Type[LessThan_1_T1]) -> LessThan_1[LessThan_1_T1]: ...
637
+
638
+ LessThan_1_T1 = typing.TypeVar('LessThan_1_T1')
639
+ class LessThan_1(typing.Generic[LessThan_1_T1]):
640
+ LessThan_1_T = Vector128_0.LessThan_MethodGroup.LessThan_1_T1
641
+ def __call__(self, left: Vector128_1[LessThan_1_T], right: Vector128_1[LessThan_1_T]) -> Vector128_1[LessThan_1_T]:...
642
+
643
+
644
+ # Skipped LessThanAll due to it being static, abstract and generic.
645
+
646
+ LessThanAll : LessThanAll_MethodGroup
647
+ class LessThanAll_MethodGroup:
648
+ def __getitem__(self, t:typing.Type[LessThanAll_1_T1]) -> LessThanAll_1[LessThanAll_1_T1]: ...
649
+
650
+ LessThanAll_1_T1 = typing.TypeVar('LessThanAll_1_T1')
651
+ class LessThanAll_1(typing.Generic[LessThanAll_1_T1]):
652
+ LessThanAll_1_T = Vector128_0.LessThanAll_MethodGroup.LessThanAll_1_T1
653
+ def __call__(self, left: Vector128_1[LessThanAll_1_T], right: Vector128_1[LessThanAll_1_T]) -> bool:...
654
+
655
+
656
+ # Skipped LessThanAny due to it being static, abstract and generic.
657
+
658
+ LessThanAny : LessThanAny_MethodGroup
659
+ class LessThanAny_MethodGroup:
660
+ def __getitem__(self, t:typing.Type[LessThanAny_1_T1]) -> LessThanAny_1[LessThanAny_1_T1]: ...
661
+
662
+ LessThanAny_1_T1 = typing.TypeVar('LessThanAny_1_T1')
663
+ class LessThanAny_1(typing.Generic[LessThanAny_1_T1]):
664
+ LessThanAny_1_T = Vector128_0.LessThanAny_MethodGroup.LessThanAny_1_T1
665
+ def __call__(self, left: Vector128_1[LessThanAny_1_T], right: Vector128_1[LessThanAny_1_T]) -> bool:...
666
+
667
+
668
+ # Skipped LessThanOrEqual due to it being static, abstract and generic.
669
+
670
+ LessThanOrEqual : LessThanOrEqual_MethodGroup
671
+ class LessThanOrEqual_MethodGroup:
672
+ def __getitem__(self, t:typing.Type[LessThanOrEqual_1_T1]) -> LessThanOrEqual_1[LessThanOrEqual_1_T1]: ...
673
+
674
+ LessThanOrEqual_1_T1 = typing.TypeVar('LessThanOrEqual_1_T1')
675
+ class LessThanOrEqual_1(typing.Generic[LessThanOrEqual_1_T1]):
676
+ LessThanOrEqual_1_T = Vector128_0.LessThanOrEqual_MethodGroup.LessThanOrEqual_1_T1
677
+ def __call__(self, left: Vector128_1[LessThanOrEqual_1_T], right: Vector128_1[LessThanOrEqual_1_T]) -> Vector128_1[LessThanOrEqual_1_T]:...
678
+
679
+
680
+ # Skipped LessThanOrEqualAll due to it being static, abstract and generic.
681
+
682
+ LessThanOrEqualAll : LessThanOrEqualAll_MethodGroup
683
+ class LessThanOrEqualAll_MethodGroup:
684
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAll_1_T1]) -> LessThanOrEqualAll_1[LessThanOrEqualAll_1_T1]: ...
685
+
686
+ LessThanOrEqualAll_1_T1 = typing.TypeVar('LessThanOrEqualAll_1_T1')
687
+ class LessThanOrEqualAll_1(typing.Generic[LessThanOrEqualAll_1_T1]):
688
+ LessThanOrEqualAll_1_T = Vector128_0.LessThanOrEqualAll_MethodGroup.LessThanOrEqualAll_1_T1
689
+ def __call__(self, left: Vector128_1[LessThanOrEqualAll_1_T], right: Vector128_1[LessThanOrEqualAll_1_T]) -> bool:...
690
+
691
+
692
+ # Skipped LessThanOrEqualAny due to it being static, abstract and generic.
693
+
694
+ LessThanOrEqualAny : LessThanOrEqualAny_MethodGroup
695
+ class LessThanOrEqualAny_MethodGroup:
696
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAny_1_T1]) -> LessThanOrEqualAny_1[LessThanOrEqualAny_1_T1]: ...
697
+
698
+ LessThanOrEqualAny_1_T1 = typing.TypeVar('LessThanOrEqualAny_1_T1')
699
+ class LessThanOrEqualAny_1(typing.Generic[LessThanOrEqualAny_1_T1]):
700
+ LessThanOrEqualAny_1_T = Vector128_0.LessThanOrEqualAny_MethodGroup.LessThanOrEqualAny_1_T1
701
+ def __call__(self, left: Vector128_1[LessThanOrEqualAny_1_T], right: Vector128_1[LessThanOrEqualAny_1_T]) -> bool:...
702
+
703
+
704
+ # Skipped Load due to it being static, abstract and generic.
705
+
706
+ Load : Load_MethodGroup
707
+ class Load_MethodGroup:
708
+ def __getitem__(self, t:typing.Type[Load_1_T1]) -> Load_1[Load_1_T1]: ...
709
+
710
+ Load_1_T1 = typing.TypeVar('Load_1_T1')
711
+ class Load_1(typing.Generic[Load_1_T1]):
712
+ Load_1_T = Vector128_0.Load_MethodGroup.Load_1_T1
713
+ def __call__(self, source: clr.Reference[Load_1_T]) -> Vector128_1[Load_1_T]:...
714
+
715
+
716
+ # Skipped LoadAligned due to it being static, abstract and generic.
717
+
718
+ LoadAligned : LoadAligned_MethodGroup
719
+ class LoadAligned_MethodGroup:
720
+ def __getitem__(self, t:typing.Type[LoadAligned_1_T1]) -> LoadAligned_1[LoadAligned_1_T1]: ...
721
+
722
+ LoadAligned_1_T1 = typing.TypeVar('LoadAligned_1_T1')
723
+ class LoadAligned_1(typing.Generic[LoadAligned_1_T1]):
724
+ LoadAligned_1_T = Vector128_0.LoadAligned_MethodGroup.LoadAligned_1_T1
725
+ def __call__(self, source: clr.Reference[LoadAligned_1_T]) -> Vector128_1[LoadAligned_1_T]:...
726
+
727
+
728
+ # Skipped LoadAlignedNonTemporal due to it being static, abstract and generic.
729
+
730
+ LoadAlignedNonTemporal : LoadAlignedNonTemporal_MethodGroup
731
+ class LoadAlignedNonTemporal_MethodGroup:
732
+ def __getitem__(self, t:typing.Type[LoadAlignedNonTemporal_1_T1]) -> LoadAlignedNonTemporal_1[LoadAlignedNonTemporal_1_T1]: ...
733
+
734
+ LoadAlignedNonTemporal_1_T1 = typing.TypeVar('LoadAlignedNonTemporal_1_T1')
735
+ class LoadAlignedNonTemporal_1(typing.Generic[LoadAlignedNonTemporal_1_T1]):
736
+ LoadAlignedNonTemporal_1_T = Vector128_0.LoadAlignedNonTemporal_MethodGroup.LoadAlignedNonTemporal_1_T1
737
+ def __call__(self, source: clr.Reference[LoadAlignedNonTemporal_1_T]) -> Vector128_1[LoadAlignedNonTemporal_1_T]:...
738
+
739
+
740
+ # Skipped LoadUnsafe due to it being static, abstract and generic.
741
+
742
+ LoadUnsafe : LoadUnsafe_MethodGroup
743
+ class LoadUnsafe_MethodGroup:
744
+ def __getitem__(self, t:typing.Type[LoadUnsafe_1_T1]) -> LoadUnsafe_1[LoadUnsafe_1_T1]: ...
745
+
746
+ LoadUnsafe_1_T1 = typing.TypeVar('LoadUnsafe_1_T1')
747
+ class LoadUnsafe_1(typing.Generic[LoadUnsafe_1_T1]):
748
+ LoadUnsafe_1_T = Vector128_0.LoadUnsafe_MethodGroup.LoadUnsafe_1_T1
749
+ @typing.overload
750
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T]) -> Vector128_1[LoadUnsafe_1_T]:...
751
+ @typing.overload
752
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T], elementOffset: UIntPtr) -> Vector128_1[LoadUnsafe_1_T]:...
753
+
754
+
755
+ # Skipped Max due to it being static, abstract and generic.
756
+
757
+ Max : Max_MethodGroup
758
+ class Max_MethodGroup:
759
+ def __getitem__(self, t:typing.Type[Max_1_T1]) -> Max_1[Max_1_T1]: ...
760
+
761
+ Max_1_T1 = typing.TypeVar('Max_1_T1')
762
+ class Max_1(typing.Generic[Max_1_T1]):
763
+ Max_1_T = Vector128_0.Max_MethodGroup.Max_1_T1
764
+ def __call__(self, left: Vector128_1[Max_1_T], right: Vector128_1[Max_1_T]) -> Vector128_1[Max_1_T]:...
765
+
766
+
767
+ # Skipped Min due to it being static, abstract and generic.
768
+
769
+ Min : Min_MethodGroup
770
+ class Min_MethodGroup:
771
+ def __getitem__(self, t:typing.Type[Min_1_T1]) -> Min_1[Min_1_T1]: ...
772
+
773
+ Min_1_T1 = typing.TypeVar('Min_1_T1')
774
+ class Min_1(typing.Generic[Min_1_T1]):
775
+ Min_1_T = Vector128_0.Min_MethodGroup.Min_1_T1
776
+ def __call__(self, left: Vector128_1[Min_1_T], right: Vector128_1[Min_1_T]) -> Vector128_1[Min_1_T]:...
777
+
778
+
779
+ # Skipped Multiply due to it being static, abstract and generic.
780
+
781
+ Multiply : Multiply_MethodGroup
782
+ class Multiply_MethodGroup:
783
+ def __getitem__(self, t:typing.Type[Multiply_1_T1]) -> Multiply_1[Multiply_1_T1]: ...
784
+
785
+ Multiply_1_T1 = typing.TypeVar('Multiply_1_T1')
786
+ class Multiply_1(typing.Generic[Multiply_1_T1]):
787
+ Multiply_1_T = Vector128_0.Multiply_MethodGroup.Multiply_1_T1
788
+ @typing.overload
789
+ def __call__(self, left: Vector128_1[Multiply_1_T], right: Vector128_1[Multiply_1_T]) -> Vector128_1[Multiply_1_T]:...
790
+ @typing.overload
791
+ def __call__(self, left: Vector128_1[Multiply_1_T], right: Multiply_1_T) -> Vector128_1[Multiply_1_T]:...
792
+ @typing.overload
793
+ def __call__(self, left: Multiply_1_T, right: Vector128_1[Multiply_1_T]) -> Vector128_1[Multiply_1_T]:...
794
+
795
+
796
+ # Skipped Narrow due to it being static, abstract and generic.
797
+
798
+ Narrow : Narrow_MethodGroup
799
+ class Narrow_MethodGroup:
800
+ def __call__(self, lower: Vector128_1[float], upper: Vector128_1[float]) -> Vector128_1[float]:...
801
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
802
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
803
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
804
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
805
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
806
+ # Method Narrow(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
807
+
808
+ # Skipped Negate due to it being static, abstract and generic.
809
+
810
+ Negate : Negate_MethodGroup
811
+ class Negate_MethodGroup:
812
+ def __getitem__(self, t:typing.Type[Negate_1_T1]) -> Negate_1[Negate_1_T1]: ...
813
+
814
+ Negate_1_T1 = typing.TypeVar('Negate_1_T1')
815
+ class Negate_1(typing.Generic[Negate_1_T1]):
816
+ Negate_1_T = Vector128_0.Negate_MethodGroup.Negate_1_T1
817
+ def __call__(self, vector: Vector128_1[Negate_1_T]) -> Vector128_1[Negate_1_T]:...
818
+
819
+
820
+ # Skipped OnesComplement due to it being static, abstract and generic.
821
+
822
+ OnesComplement : OnesComplement_MethodGroup
823
+ class OnesComplement_MethodGroup:
824
+ def __getitem__(self, t:typing.Type[OnesComplement_1_T1]) -> OnesComplement_1[OnesComplement_1_T1]: ...
825
+
826
+ OnesComplement_1_T1 = typing.TypeVar('OnesComplement_1_T1')
827
+ class OnesComplement_1(typing.Generic[OnesComplement_1_T1]):
828
+ OnesComplement_1_T = Vector128_0.OnesComplement_MethodGroup.OnesComplement_1_T1
829
+ def __call__(self, vector: Vector128_1[OnesComplement_1_T]) -> Vector128_1[OnesComplement_1_T]:...
830
+
831
+
832
+ # Skipped ShiftLeft due to it being static, abstract and generic.
833
+
834
+ ShiftLeft : ShiftLeft_MethodGroup
835
+ class ShiftLeft_MethodGroup:
836
+ @typing.overload
837
+ def __call__(self, vector: Vector128_1[int], shiftCount: int) -> Vector128_1[int]:...
838
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
839
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
840
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
841
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
842
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
843
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
844
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
845
+ # Method ShiftLeft(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
846
+ @typing.overload
847
+ def __call__(self, vector: Vector128_1[UIntPtr], shiftCount: int) -> Vector128_1[UIntPtr]:...
848
+
849
+ # Skipped ShiftRightArithmetic due to it being static, abstract and generic.
850
+
851
+ ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
852
+ class ShiftRightArithmetic_MethodGroup:
853
+ def __call__(self, vector: Vector128_1[int], shiftCount: int) -> Vector128_1[int]:...
854
+ # Method ShiftRightArithmetic(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
855
+ # Method ShiftRightArithmetic(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
856
+ # Method ShiftRightArithmetic(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
857
+ # Method ShiftRightArithmetic(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
858
+
859
+ # Skipped ShiftRightLogical due to it being static, abstract and generic.
860
+
861
+ ShiftRightLogical : ShiftRightLogical_MethodGroup
862
+ class ShiftRightLogical_MethodGroup:
863
+ @typing.overload
864
+ def __call__(self, vector: Vector128_1[int], shiftCount: int) -> Vector128_1[int]:...
865
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
866
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
867
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
868
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
869
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
870
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
871
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
872
+ # Method ShiftRightLogical(vector : Vector128`1, shiftCount : Int32) was skipped since it collides with above method
873
+ @typing.overload
874
+ def __call__(self, vector: Vector128_1[UIntPtr], shiftCount: int) -> Vector128_1[UIntPtr]:...
875
+
876
+ # Skipped Shuffle due to it being static, abstract and generic.
877
+
878
+ Shuffle : Shuffle_MethodGroup
879
+ class Shuffle_MethodGroup:
880
+ def __call__(self, vector: Vector128_1[float], indices: Vector128_1[int]) -> Vector128_1[float]:...
881
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
882
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
883
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
884
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
885
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
886
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
887
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
888
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
889
+ # Method Shuffle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
890
+
891
+ # Skipped Sqrt due to it being static, abstract and generic.
892
+
893
+ Sqrt : Sqrt_MethodGroup
894
+ class Sqrt_MethodGroup:
895
+ def __getitem__(self, t:typing.Type[Sqrt_1_T1]) -> Sqrt_1[Sqrt_1_T1]: ...
896
+
897
+ Sqrt_1_T1 = typing.TypeVar('Sqrt_1_T1')
898
+ class Sqrt_1(typing.Generic[Sqrt_1_T1]):
899
+ Sqrt_1_T = Vector128_0.Sqrt_MethodGroup.Sqrt_1_T1
900
+ def __call__(self, vector: Vector128_1[Sqrt_1_T]) -> Vector128_1[Sqrt_1_T]:...
901
+
902
+
903
+ # Skipped Store due to it being static, abstract and generic.
904
+
905
+ Store : Store_MethodGroup
906
+ class Store_MethodGroup:
907
+ def __getitem__(self, t:typing.Type[Store_1_T1]) -> Store_1[Store_1_T1]: ...
908
+
909
+ Store_1_T1 = typing.TypeVar('Store_1_T1')
910
+ class Store_1(typing.Generic[Store_1_T1]):
911
+ Store_1_T = Vector128_0.Store_MethodGroup.Store_1_T1
912
+ def __call__(self, source: Vector128_1[Store_1_T], destination: clr.Reference[Store_1_T]) -> None:...
913
+
914
+
915
+ # Skipped StoreAligned due to it being static, abstract and generic.
916
+
917
+ StoreAligned : StoreAligned_MethodGroup
918
+ class StoreAligned_MethodGroup:
919
+ def __getitem__(self, t:typing.Type[StoreAligned_1_T1]) -> StoreAligned_1[StoreAligned_1_T1]: ...
920
+
921
+ StoreAligned_1_T1 = typing.TypeVar('StoreAligned_1_T1')
922
+ class StoreAligned_1(typing.Generic[StoreAligned_1_T1]):
923
+ StoreAligned_1_T = Vector128_0.StoreAligned_MethodGroup.StoreAligned_1_T1
924
+ def __call__(self, source: Vector128_1[StoreAligned_1_T], destination: clr.Reference[StoreAligned_1_T]) -> None:...
925
+
926
+
927
+ # Skipped StoreAlignedNonTemporal due to it being static, abstract and generic.
928
+
929
+ StoreAlignedNonTemporal : StoreAlignedNonTemporal_MethodGroup
930
+ class StoreAlignedNonTemporal_MethodGroup:
931
+ def __getitem__(self, t:typing.Type[StoreAlignedNonTemporal_1_T1]) -> StoreAlignedNonTemporal_1[StoreAlignedNonTemporal_1_T1]: ...
932
+
933
+ StoreAlignedNonTemporal_1_T1 = typing.TypeVar('StoreAlignedNonTemporal_1_T1')
934
+ class StoreAlignedNonTemporal_1(typing.Generic[StoreAlignedNonTemporal_1_T1]):
935
+ StoreAlignedNonTemporal_1_T = Vector128_0.StoreAlignedNonTemporal_MethodGroup.StoreAlignedNonTemporal_1_T1
936
+ def __call__(self, source: Vector128_1[StoreAlignedNonTemporal_1_T], destination: clr.Reference[StoreAlignedNonTemporal_1_T]) -> None:...
937
+
938
+
939
+ # Skipped StoreUnsafe due to it being static, abstract and generic.
940
+
941
+ StoreUnsafe : StoreUnsafe_MethodGroup
942
+ class StoreUnsafe_MethodGroup:
943
+ def __getitem__(self, t:typing.Type[StoreUnsafe_1_T1]) -> StoreUnsafe_1[StoreUnsafe_1_T1]: ...
944
+
945
+ StoreUnsafe_1_T1 = typing.TypeVar('StoreUnsafe_1_T1')
946
+ class StoreUnsafe_1(typing.Generic[StoreUnsafe_1_T1]):
947
+ StoreUnsafe_1_T = Vector128_0.StoreUnsafe_MethodGroup.StoreUnsafe_1_T1
948
+ @typing.overload
949
+ def __call__(self, source: Vector128_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T]) -> None:...
950
+ @typing.overload
951
+ def __call__(self, source: Vector128_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T], elementOffset: UIntPtr) -> None:...
952
+
953
+
954
+ # Skipped Subtract due to it being static, abstract and generic.
955
+
956
+ Subtract : Subtract_MethodGroup
957
+ class Subtract_MethodGroup:
958
+ def __getitem__(self, t:typing.Type[Subtract_1_T1]) -> Subtract_1[Subtract_1_T1]: ...
959
+
960
+ Subtract_1_T1 = typing.TypeVar('Subtract_1_T1')
961
+ class Subtract_1(typing.Generic[Subtract_1_T1]):
962
+ Subtract_1_T = Vector128_0.Subtract_MethodGroup.Subtract_1_T1
963
+ def __call__(self, left: Vector128_1[Subtract_1_T], right: Vector128_1[Subtract_1_T]) -> Vector128_1[Subtract_1_T]:...
964
+
965
+
966
+ # Skipped Sum due to it being static, abstract and generic.
967
+
968
+ Sum : Sum_MethodGroup
969
+ class Sum_MethodGroup:
970
+ def __getitem__(self, t:typing.Type[Sum_1_T1]) -> Sum_1[Sum_1_T1]: ...
971
+
972
+ Sum_1_T1 = typing.TypeVar('Sum_1_T1')
973
+ class Sum_1(typing.Generic[Sum_1_T1]):
974
+ Sum_1_T = Vector128_0.Sum_MethodGroup.Sum_1_T1
975
+ def __call__(self, vector: Vector128_1[Sum_1_T]) -> Sum_1_T:...
976
+
977
+
978
+ # Skipped ToScalar due to it being static, abstract and generic.
979
+
980
+ ToScalar : ToScalar_MethodGroup
981
+ class ToScalar_MethodGroup:
982
+ def __getitem__(self, t:typing.Type[ToScalar_1_T1]) -> ToScalar_1[ToScalar_1_T1]: ...
983
+
984
+ ToScalar_1_T1 = typing.TypeVar('ToScalar_1_T1')
985
+ class ToScalar_1(typing.Generic[ToScalar_1_T1]):
986
+ ToScalar_1_T = Vector128_0.ToScalar_MethodGroup.ToScalar_1_T1
987
+ def __call__(self, vector: Vector128_1[ToScalar_1_T]) -> ToScalar_1_T:...
988
+
989
+
990
+ # Skipped ToVector256 due to it being static, abstract and generic.
991
+
992
+ ToVector256 : ToVector256_MethodGroup
993
+ class ToVector256_MethodGroup:
994
+ def __getitem__(self, t:typing.Type[ToVector256_1_T1]) -> ToVector256_1[ToVector256_1_T1]: ...
995
+
996
+ ToVector256_1_T1 = typing.TypeVar('ToVector256_1_T1')
997
+ class ToVector256_1(typing.Generic[ToVector256_1_T1]):
998
+ ToVector256_1_T = Vector128_0.ToVector256_MethodGroup.ToVector256_1_T1
999
+ def __call__(self, vector: Vector128_1[ToVector256_1_T]) -> Vector256_1[ToVector256_1_T]:...
1000
+
1001
+
1002
+ # Skipped ToVector256Unsafe due to it being static, abstract and generic.
1003
+
1004
+ ToVector256Unsafe : ToVector256Unsafe_MethodGroup
1005
+ class ToVector256Unsafe_MethodGroup:
1006
+ def __getitem__(self, t:typing.Type[ToVector256Unsafe_1_T1]) -> ToVector256Unsafe_1[ToVector256Unsafe_1_T1]: ...
1007
+
1008
+ ToVector256Unsafe_1_T1 = typing.TypeVar('ToVector256Unsafe_1_T1')
1009
+ class ToVector256Unsafe_1(typing.Generic[ToVector256Unsafe_1_T1]):
1010
+ ToVector256Unsafe_1_T = Vector128_0.ToVector256Unsafe_MethodGroup.ToVector256Unsafe_1_T1
1011
+ def __call__(self, vector: Vector128_1[ToVector256Unsafe_1_T]) -> Vector256_1[ToVector256Unsafe_1_T]:...
1012
+
1013
+
1014
+ # Skipped TryCopyTo due to it being static, abstract and generic.
1015
+
1016
+ TryCopyTo : TryCopyTo_MethodGroup
1017
+ class TryCopyTo_MethodGroup:
1018
+ def __getitem__(self, t:typing.Type[TryCopyTo_1_T1]) -> TryCopyTo_1[TryCopyTo_1_T1]: ...
1019
+
1020
+ TryCopyTo_1_T1 = typing.TypeVar('TryCopyTo_1_T1')
1021
+ class TryCopyTo_1(typing.Generic[TryCopyTo_1_T1]):
1022
+ TryCopyTo_1_T = Vector128_0.TryCopyTo_MethodGroup.TryCopyTo_1_T1
1023
+ def __call__(self, vector: Vector128_1[TryCopyTo_1_T], destination: Span_1[TryCopyTo_1_T]) -> bool:...
1024
+
1025
+
1026
+ # Skipped Widen due to it being static, abstract and generic.
1027
+
1028
+ Widen : Widen_MethodGroup
1029
+ class Widen_MethodGroup:
1030
+ def __call__(self, source: Vector128_1[float]) -> ValueTuple_2[Vector128_1[float], Vector128_1[float]]:...
1031
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1032
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1033
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1034
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1035
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1036
+ # Method Widen(source : Vector128`1) was skipped since it collides with above method
1037
+
1038
+ # Skipped WidenLower due to it being static, abstract and generic.
1039
+
1040
+ WidenLower : WidenLower_MethodGroup
1041
+ class WidenLower_MethodGroup:
1042
+ def __call__(self, source: Vector128_1[float]) -> Vector128_1[float]:...
1043
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1044
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1045
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1046
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1047
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1048
+ # Method WidenLower(source : Vector128`1) was skipped since it collides with above method
1049
+
1050
+ # Skipped WidenUpper due to it being static, abstract and generic.
1051
+
1052
+ WidenUpper : WidenUpper_MethodGroup
1053
+ class WidenUpper_MethodGroup:
1054
+ def __call__(self, source: Vector128_1[float]) -> Vector128_1[float]:...
1055
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1056
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1057
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1058
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1059
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1060
+ # Method WidenUpper(source : Vector128`1) was skipped since it collides with above method
1061
+
1062
+ # Skipped WithElement due to it being static, abstract and generic.
1063
+
1064
+ WithElement : WithElement_MethodGroup
1065
+ class WithElement_MethodGroup:
1066
+ def __getitem__(self, t:typing.Type[WithElement_1_T1]) -> WithElement_1[WithElement_1_T1]: ...
1067
+
1068
+ WithElement_1_T1 = typing.TypeVar('WithElement_1_T1')
1069
+ class WithElement_1(typing.Generic[WithElement_1_T1]):
1070
+ WithElement_1_T = Vector128_0.WithElement_MethodGroup.WithElement_1_T1
1071
+ def __call__(self, vector: Vector128_1[WithElement_1_T], index: int, value: WithElement_1_T) -> Vector128_1[WithElement_1_T]:...
1072
+
1073
+
1074
+ # Skipped WithLower due to it being static, abstract and generic.
1075
+
1076
+ WithLower : WithLower_MethodGroup
1077
+ class WithLower_MethodGroup:
1078
+ def __getitem__(self, t:typing.Type[WithLower_1_T1]) -> WithLower_1[WithLower_1_T1]: ...
1079
+
1080
+ WithLower_1_T1 = typing.TypeVar('WithLower_1_T1')
1081
+ class WithLower_1(typing.Generic[WithLower_1_T1]):
1082
+ WithLower_1_T = Vector128_0.WithLower_MethodGroup.WithLower_1_T1
1083
+ def __call__(self, vector: Vector128_1[WithLower_1_T], value: Vector64_1[WithLower_1_T]) -> Vector128_1[WithLower_1_T]:...
1084
+
1085
+
1086
+ # Skipped WithUpper due to it being static, abstract and generic.
1087
+
1088
+ WithUpper : WithUpper_MethodGroup
1089
+ class WithUpper_MethodGroup:
1090
+ def __getitem__(self, t:typing.Type[WithUpper_1_T1]) -> WithUpper_1[WithUpper_1_T1]: ...
1091
+
1092
+ WithUpper_1_T1 = typing.TypeVar('WithUpper_1_T1')
1093
+ class WithUpper_1(typing.Generic[WithUpper_1_T1]):
1094
+ WithUpper_1_T = Vector128_0.WithUpper_MethodGroup.WithUpper_1_T1
1095
+ def __call__(self, vector: Vector128_1[WithUpper_1_T], value: Vector64_1[WithUpper_1_T]) -> Vector128_1[WithUpper_1_T]:...
1096
+
1097
+
1098
+ # Skipped Xor due to it being static, abstract and generic.
1099
+
1100
+ Xor : Xor_MethodGroup
1101
+ class Xor_MethodGroup:
1102
+ def __getitem__(self, t:typing.Type[Xor_1_T1]) -> Xor_1[Xor_1_T1]: ...
1103
+
1104
+ Xor_1_T1 = typing.TypeVar('Xor_1_T1')
1105
+ class Xor_1(typing.Generic[Xor_1_T1]):
1106
+ Xor_1_T = Vector128_0.Xor_MethodGroup.Xor_1_T1
1107
+ def __call__(self, left: Vector128_1[Xor_1_T], right: Vector128_1[Xor_1_T]) -> Vector128_1[Xor_1_T]:...
1108
+
1109
+
1110
+
1111
+
1112
+ Vector128_1_T = typing.TypeVar('Vector128_1_T')
1113
+ class Vector128_1(typing.Generic[Vector128_1_T], IEquatable_1[Vector128_1[Vector128_1_T]]):
1114
+ @classmethod
1115
+ @property
1116
+ def AllBitsSet(cls) -> Vector128_1[Vector128_1_T]: ...
1117
+ @classmethod
1118
+ @property
1119
+ def Count(cls) -> int: ...
1120
+ @classmethod
1121
+ @property
1122
+ def IsSupported(cls) -> bool: ...
1123
+ @property
1124
+ def Item(self) -> Vector128_1_T: ...
1125
+ @classmethod
1126
+ @property
1127
+ def One(cls) -> Vector128_1[Vector128_1_T]: ...
1128
+ @classmethod
1129
+ @property
1130
+ def Zero(cls) -> Vector128_1[Vector128_1_T]: ...
1131
+ def GetHashCode(self) -> int: ...
1132
+ def __add__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1133
+ def __and__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1134
+ def __or__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1135
+ @typing.overload
1136
+ def __truediv__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1137
+ @typing.overload
1138
+ def __truediv__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1_T) -> Vector128_1[Vector128_1_T]: ...
1139
+ def __eq__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> bool: ...
1140
+ def __xor__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1141
+ def __ne__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> bool: ...
1142
+ def __lshift__(self, value: Vector128_1[Vector128_1_T], shiftCount: int) -> Vector128_1[Vector128_1_T]: ...
1143
+ @typing.overload
1144
+ def __mul__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1145
+ @typing.overload
1146
+ def __mul__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1_T) -> Vector128_1[Vector128_1_T]: ...
1147
+ @typing.overload
1148
+ def __mul__(self, left: Vector128_1_T, right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1149
+ def __invert__(self, vector: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1150
+ def __rshift__(self, value: Vector128_1[Vector128_1_T], shiftCount: int) -> Vector128_1[Vector128_1_T]: ...
1151
+ def __sub__(self, left: Vector128_1[Vector128_1_T], right: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1152
+ def __neg__(self, vector: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1153
+ def __pos__(self, value: Vector128_1[Vector128_1_T]) -> Vector128_1[Vector128_1_T]: ...
1154
+ # Operator not supported op_UnsignedRightShift(value: Vector128`1, shiftCount: Int32)
1155
+ def ToString(self) -> str: ...
1156
+ # Skipped Equals due to it being static, abstract and generic.
1157
+
1158
+ Equals : Equals_MethodGroup[Vector128_1_T]
1159
+ Equals_MethodGroup_Vector128_1_T = typing.TypeVar('Equals_MethodGroup_Vector128_1_T')
1160
+ class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_Vector128_1_T]):
1161
+ Equals_MethodGroup_Vector128_1_T = Vector128_1.Equals_MethodGroup_Vector128_1_T
1162
+ @typing.overload
1163
+ def __call__(self, other: Vector128_1[Equals_MethodGroup_Vector128_1_T]) -> bool:...
1164
+ @typing.overload
1165
+ def __call__(self, obj: typing.Any) -> bool:...
1166
+
1167
+
1168
+
1169
+ class Vector256_GenericClasses(abc.ABCMeta):
1170
+ Generic_Vector256_GenericClasses_Vector256_1_T = typing.TypeVar('Generic_Vector256_GenericClasses_Vector256_1_T')
1171
+ def __getitem__(self, types : typing.Type[Generic_Vector256_GenericClasses_Vector256_1_T]) -> typing.Type[Vector256_1[Generic_Vector256_GenericClasses_Vector256_1_T]]: ...
1172
+
1173
+ class Vector256(Vector256_0, metaclass =Vector256_GenericClasses): ...
1174
+
1175
+ class Vector256_0(abc.ABC):
1176
+ @classmethod
1177
+ @property
1178
+ def IsHardwareAccelerated(cls) -> bool: ...
1179
+ @staticmethod
1180
+ def ConvertToInt32(vector: Vector256_1[float]) -> Vector256_1[int]: ...
1181
+ @staticmethod
1182
+ def ConvertToInt64(vector: Vector256_1[float]) -> Vector256_1[int]: ...
1183
+ @staticmethod
1184
+ def ConvertToUInt32(vector: Vector256_1[float]) -> Vector256_1[int]: ...
1185
+ @staticmethod
1186
+ def ConvertToUInt64(vector: Vector256_1[float]) -> Vector256_1[int]: ...
1187
+ # Skipped Abs due to it being static, abstract and generic.
1188
+
1189
+ Abs : Abs_MethodGroup
1190
+ class Abs_MethodGroup:
1191
+ def __getitem__(self, t:typing.Type[Abs_1_T1]) -> Abs_1[Abs_1_T1]: ...
1192
+
1193
+ Abs_1_T1 = typing.TypeVar('Abs_1_T1')
1194
+ class Abs_1(typing.Generic[Abs_1_T1]):
1195
+ Abs_1_T = Vector256_0.Abs_MethodGroup.Abs_1_T1
1196
+ def __call__(self, vector: Vector256_1[Abs_1_T]) -> Vector256_1[Abs_1_T]:...
1197
+
1198
+
1199
+ # Skipped Add due to it being static, abstract and generic.
1200
+
1201
+ Add : Add_MethodGroup
1202
+ class Add_MethodGroup:
1203
+ def __getitem__(self, t:typing.Type[Add_1_T1]) -> Add_1[Add_1_T1]: ...
1204
+
1205
+ Add_1_T1 = typing.TypeVar('Add_1_T1')
1206
+ class Add_1(typing.Generic[Add_1_T1]):
1207
+ Add_1_T = Vector256_0.Add_MethodGroup.Add_1_T1
1208
+ def __call__(self, left: Vector256_1[Add_1_T], right: Vector256_1[Add_1_T]) -> Vector256_1[Add_1_T]:...
1209
+
1210
+
1211
+ # Skipped AndNot due to it being static, abstract and generic.
1212
+
1213
+ AndNot : AndNot_MethodGroup
1214
+ class AndNot_MethodGroup:
1215
+ def __getitem__(self, t:typing.Type[AndNot_1_T1]) -> AndNot_1[AndNot_1_T1]: ...
1216
+
1217
+ AndNot_1_T1 = typing.TypeVar('AndNot_1_T1')
1218
+ class AndNot_1(typing.Generic[AndNot_1_T1]):
1219
+ AndNot_1_T = Vector256_0.AndNot_MethodGroup.AndNot_1_T1
1220
+ def __call__(self, left: Vector256_1[AndNot_1_T], right: Vector256_1[AndNot_1_T]) -> Vector256_1[AndNot_1_T]:...
1221
+
1222
+
1223
+ # Skipped As due to it being static, abstract and generic.
1224
+
1225
+ As : As_MethodGroup
1226
+ class As_MethodGroup:
1227
+ def __getitem__(self, t:typing.Tuple[typing.Type[As_2_T1], typing.Type[As_2_T2]]) -> As_2[As_2_T1, As_2_T2]: ...
1228
+
1229
+ As_2_T1 = typing.TypeVar('As_2_T1')
1230
+ As_2_T2 = typing.TypeVar('As_2_T2')
1231
+ class As_2(typing.Generic[As_2_T1, As_2_T2]):
1232
+ As_2_TFrom = Vector256_0.As_MethodGroup.As_2_T1
1233
+ As_2_TTo = Vector256_0.As_MethodGroup.As_2_T2
1234
+ def __call__(self, vector: Vector256_1[As_2_TFrom]) -> Vector256_1[As_2_TTo]:...
1235
+
1236
+
1237
+ # Skipped AsByte due to it being static, abstract and generic.
1238
+
1239
+ AsByte : AsByte_MethodGroup
1240
+ class AsByte_MethodGroup:
1241
+ def __getitem__(self, t:typing.Type[AsByte_1_T1]) -> AsByte_1[AsByte_1_T1]: ...
1242
+
1243
+ AsByte_1_T1 = typing.TypeVar('AsByte_1_T1')
1244
+ class AsByte_1(typing.Generic[AsByte_1_T1]):
1245
+ AsByte_1_T = Vector256_0.AsByte_MethodGroup.AsByte_1_T1
1246
+ def __call__(self, vector: Vector256_1[AsByte_1_T]) -> Vector256_1[int]:...
1247
+
1248
+
1249
+ # Skipped AsDouble due to it being static, abstract and generic.
1250
+
1251
+ AsDouble : AsDouble_MethodGroup
1252
+ class AsDouble_MethodGroup:
1253
+ def __getitem__(self, t:typing.Type[AsDouble_1_T1]) -> AsDouble_1[AsDouble_1_T1]: ...
1254
+
1255
+ AsDouble_1_T1 = typing.TypeVar('AsDouble_1_T1')
1256
+ class AsDouble_1(typing.Generic[AsDouble_1_T1]):
1257
+ AsDouble_1_T = Vector256_0.AsDouble_MethodGroup.AsDouble_1_T1
1258
+ def __call__(self, vector: Vector256_1[AsDouble_1_T]) -> Vector256_1[float]:...
1259
+
1260
+
1261
+ # Skipped AsInt16 due to it being static, abstract and generic.
1262
+
1263
+ AsInt16 : AsInt16_MethodGroup
1264
+ class AsInt16_MethodGroup:
1265
+ def __getitem__(self, t:typing.Type[AsInt16_1_T1]) -> AsInt16_1[AsInt16_1_T1]: ...
1266
+
1267
+ AsInt16_1_T1 = typing.TypeVar('AsInt16_1_T1')
1268
+ class AsInt16_1(typing.Generic[AsInt16_1_T1]):
1269
+ AsInt16_1_T = Vector256_0.AsInt16_MethodGroup.AsInt16_1_T1
1270
+ def __call__(self, vector: Vector256_1[AsInt16_1_T]) -> Vector256_1[int]:...
1271
+
1272
+
1273
+ # Skipped AsInt32 due to it being static, abstract and generic.
1274
+
1275
+ AsInt32 : AsInt32_MethodGroup
1276
+ class AsInt32_MethodGroup:
1277
+ def __getitem__(self, t:typing.Type[AsInt32_1_T1]) -> AsInt32_1[AsInt32_1_T1]: ...
1278
+
1279
+ AsInt32_1_T1 = typing.TypeVar('AsInt32_1_T1')
1280
+ class AsInt32_1(typing.Generic[AsInt32_1_T1]):
1281
+ AsInt32_1_T = Vector256_0.AsInt32_MethodGroup.AsInt32_1_T1
1282
+ def __call__(self, vector: Vector256_1[AsInt32_1_T]) -> Vector256_1[int]:...
1283
+
1284
+
1285
+ # Skipped AsInt64 due to it being static, abstract and generic.
1286
+
1287
+ AsInt64 : AsInt64_MethodGroup
1288
+ class AsInt64_MethodGroup:
1289
+ def __getitem__(self, t:typing.Type[AsInt64_1_T1]) -> AsInt64_1[AsInt64_1_T1]: ...
1290
+
1291
+ AsInt64_1_T1 = typing.TypeVar('AsInt64_1_T1')
1292
+ class AsInt64_1(typing.Generic[AsInt64_1_T1]):
1293
+ AsInt64_1_T = Vector256_0.AsInt64_MethodGroup.AsInt64_1_T1
1294
+ def __call__(self, vector: Vector256_1[AsInt64_1_T]) -> Vector256_1[int]:...
1295
+
1296
+
1297
+ # Skipped AsNInt due to it being static, abstract and generic.
1298
+
1299
+ AsNInt : AsNInt_MethodGroup
1300
+ class AsNInt_MethodGroup:
1301
+ def __getitem__(self, t:typing.Type[AsNInt_1_T1]) -> AsNInt_1[AsNInt_1_T1]: ...
1302
+
1303
+ AsNInt_1_T1 = typing.TypeVar('AsNInt_1_T1')
1304
+ class AsNInt_1(typing.Generic[AsNInt_1_T1]):
1305
+ AsNInt_1_T = Vector256_0.AsNInt_MethodGroup.AsNInt_1_T1
1306
+ def __call__(self, vector: Vector256_1[AsNInt_1_T]) -> Vector256_1[int]:...
1307
+
1308
+
1309
+ # Skipped AsNUInt due to it being static, abstract and generic.
1310
+
1311
+ AsNUInt : AsNUInt_MethodGroup
1312
+ class AsNUInt_MethodGroup:
1313
+ def __getitem__(self, t:typing.Type[AsNUInt_1_T1]) -> AsNUInt_1[AsNUInt_1_T1]: ...
1314
+
1315
+ AsNUInt_1_T1 = typing.TypeVar('AsNUInt_1_T1')
1316
+ class AsNUInt_1(typing.Generic[AsNUInt_1_T1]):
1317
+ AsNUInt_1_T = Vector256_0.AsNUInt_MethodGroup.AsNUInt_1_T1
1318
+ def __call__(self, vector: Vector256_1[AsNUInt_1_T]) -> Vector256_1[UIntPtr]:...
1319
+
1320
+
1321
+ # Skipped AsSByte due to it being static, abstract and generic.
1322
+
1323
+ AsSByte : AsSByte_MethodGroup
1324
+ class AsSByte_MethodGroup:
1325
+ def __getitem__(self, t:typing.Type[AsSByte_1_T1]) -> AsSByte_1[AsSByte_1_T1]: ...
1326
+
1327
+ AsSByte_1_T1 = typing.TypeVar('AsSByte_1_T1')
1328
+ class AsSByte_1(typing.Generic[AsSByte_1_T1]):
1329
+ AsSByte_1_T = Vector256_0.AsSByte_MethodGroup.AsSByte_1_T1
1330
+ def __call__(self, vector: Vector256_1[AsSByte_1_T]) -> Vector256_1[int]:...
1331
+
1332
+
1333
+ # Skipped AsSingle due to it being static, abstract and generic.
1334
+
1335
+ AsSingle : AsSingle_MethodGroup
1336
+ class AsSingle_MethodGroup:
1337
+ def __getitem__(self, t:typing.Type[AsSingle_1_T1]) -> AsSingle_1[AsSingle_1_T1]: ...
1338
+
1339
+ AsSingle_1_T1 = typing.TypeVar('AsSingle_1_T1')
1340
+ class AsSingle_1(typing.Generic[AsSingle_1_T1]):
1341
+ AsSingle_1_T = Vector256_0.AsSingle_MethodGroup.AsSingle_1_T1
1342
+ def __call__(self, vector: Vector256_1[AsSingle_1_T]) -> Vector256_1[float]:...
1343
+
1344
+
1345
+ # Skipped AsUInt16 due to it being static, abstract and generic.
1346
+
1347
+ AsUInt16 : AsUInt16_MethodGroup
1348
+ class AsUInt16_MethodGroup:
1349
+ def __getitem__(self, t:typing.Type[AsUInt16_1_T1]) -> AsUInt16_1[AsUInt16_1_T1]: ...
1350
+
1351
+ AsUInt16_1_T1 = typing.TypeVar('AsUInt16_1_T1')
1352
+ class AsUInt16_1(typing.Generic[AsUInt16_1_T1]):
1353
+ AsUInt16_1_T = Vector256_0.AsUInt16_MethodGroup.AsUInt16_1_T1
1354
+ def __call__(self, vector: Vector256_1[AsUInt16_1_T]) -> Vector256_1[int]:...
1355
+
1356
+
1357
+ # Skipped AsUInt32 due to it being static, abstract and generic.
1358
+
1359
+ AsUInt32 : AsUInt32_MethodGroup
1360
+ class AsUInt32_MethodGroup:
1361
+ def __getitem__(self, t:typing.Type[AsUInt32_1_T1]) -> AsUInt32_1[AsUInt32_1_T1]: ...
1362
+
1363
+ AsUInt32_1_T1 = typing.TypeVar('AsUInt32_1_T1')
1364
+ class AsUInt32_1(typing.Generic[AsUInt32_1_T1]):
1365
+ AsUInt32_1_T = Vector256_0.AsUInt32_MethodGroup.AsUInt32_1_T1
1366
+ def __call__(self, vector: Vector256_1[AsUInt32_1_T]) -> Vector256_1[int]:...
1367
+
1368
+
1369
+ # Skipped AsUInt64 due to it being static, abstract and generic.
1370
+
1371
+ AsUInt64 : AsUInt64_MethodGroup
1372
+ class AsUInt64_MethodGroup:
1373
+ def __getitem__(self, t:typing.Type[AsUInt64_1_T1]) -> AsUInt64_1[AsUInt64_1_T1]: ...
1374
+
1375
+ AsUInt64_1_T1 = typing.TypeVar('AsUInt64_1_T1')
1376
+ class AsUInt64_1(typing.Generic[AsUInt64_1_T1]):
1377
+ AsUInt64_1_T = Vector256_0.AsUInt64_MethodGroup.AsUInt64_1_T1
1378
+ def __call__(self, vector: Vector256_1[AsUInt64_1_T]) -> Vector256_1[int]:...
1379
+
1380
+
1381
+ # Skipped AsVector due to it being static, abstract and generic.
1382
+
1383
+ AsVector : AsVector_MethodGroup
1384
+ class AsVector_MethodGroup:
1385
+ def __getitem__(self, t:typing.Type[AsVector_1_T1]) -> AsVector_1[AsVector_1_T1]: ...
1386
+
1387
+ AsVector_1_T1 = typing.TypeVar('AsVector_1_T1')
1388
+ class AsVector_1(typing.Generic[AsVector_1_T1]):
1389
+ AsVector_1_T = Vector256_0.AsVector_MethodGroup.AsVector_1_T1
1390
+ def __call__(self, value: Vector256_1[AsVector_1_T]) -> Vector_1[AsVector_1_T]:...
1391
+
1392
+
1393
+ # Skipped AsVector256 due to it being static, abstract and generic.
1394
+
1395
+ AsVector256 : AsVector256_MethodGroup
1396
+ class AsVector256_MethodGroup:
1397
+ def __getitem__(self, t:typing.Type[AsVector256_1_T1]) -> AsVector256_1[AsVector256_1_T1]: ...
1398
+
1399
+ AsVector256_1_T1 = typing.TypeVar('AsVector256_1_T1')
1400
+ class AsVector256_1(typing.Generic[AsVector256_1_T1]):
1401
+ AsVector256_1_T = Vector256_0.AsVector256_MethodGroup.AsVector256_1_T1
1402
+ def __call__(self, value: Vector_1[AsVector256_1_T]) -> Vector256_1[AsVector256_1_T]:...
1403
+
1404
+
1405
+ # Skipped BitwiseAnd due to it being static, abstract and generic.
1406
+
1407
+ BitwiseAnd : BitwiseAnd_MethodGroup
1408
+ class BitwiseAnd_MethodGroup:
1409
+ def __getitem__(self, t:typing.Type[BitwiseAnd_1_T1]) -> BitwiseAnd_1[BitwiseAnd_1_T1]: ...
1410
+
1411
+ BitwiseAnd_1_T1 = typing.TypeVar('BitwiseAnd_1_T1')
1412
+ class BitwiseAnd_1(typing.Generic[BitwiseAnd_1_T1]):
1413
+ BitwiseAnd_1_T = Vector256_0.BitwiseAnd_MethodGroup.BitwiseAnd_1_T1
1414
+ def __call__(self, left: Vector256_1[BitwiseAnd_1_T], right: Vector256_1[BitwiseAnd_1_T]) -> Vector256_1[BitwiseAnd_1_T]:...
1415
+
1416
+
1417
+ # Skipped BitwiseOr due to it being static, abstract and generic.
1418
+
1419
+ BitwiseOr : BitwiseOr_MethodGroup
1420
+ class BitwiseOr_MethodGroup:
1421
+ def __getitem__(self, t:typing.Type[BitwiseOr_1_T1]) -> BitwiseOr_1[BitwiseOr_1_T1]: ...
1422
+
1423
+ BitwiseOr_1_T1 = typing.TypeVar('BitwiseOr_1_T1')
1424
+ class BitwiseOr_1(typing.Generic[BitwiseOr_1_T1]):
1425
+ BitwiseOr_1_T = Vector256_0.BitwiseOr_MethodGroup.BitwiseOr_1_T1
1426
+ def __call__(self, left: Vector256_1[BitwiseOr_1_T], right: Vector256_1[BitwiseOr_1_T]) -> Vector256_1[BitwiseOr_1_T]:...
1427
+
1428
+
1429
+ # Skipped Ceiling due to it being static, abstract and generic.
1430
+
1431
+ Ceiling : Ceiling_MethodGroup
1432
+ class Ceiling_MethodGroup:
1433
+ def __call__(self, vector: Vector256_1[float]) -> Vector256_1[float]:...
1434
+ # Method Ceiling(vector : Vector256`1) was skipped since it collides with above method
1435
+
1436
+ # Skipped ConditionalSelect due to it being static, abstract and generic.
1437
+
1438
+ ConditionalSelect : ConditionalSelect_MethodGroup
1439
+ class ConditionalSelect_MethodGroup:
1440
+ def __getitem__(self, t:typing.Type[ConditionalSelect_1_T1]) -> ConditionalSelect_1[ConditionalSelect_1_T1]: ...
1441
+
1442
+ ConditionalSelect_1_T1 = typing.TypeVar('ConditionalSelect_1_T1')
1443
+ class ConditionalSelect_1(typing.Generic[ConditionalSelect_1_T1]):
1444
+ ConditionalSelect_1_T = Vector256_0.ConditionalSelect_MethodGroup.ConditionalSelect_1_T1
1445
+ def __call__(self, condition: Vector256_1[ConditionalSelect_1_T], left: Vector256_1[ConditionalSelect_1_T], right: Vector256_1[ConditionalSelect_1_T]) -> Vector256_1[ConditionalSelect_1_T]:...
1446
+
1447
+
1448
+ # Skipped ConvertToDouble due to it being static, abstract and generic.
1449
+
1450
+ ConvertToDouble : ConvertToDouble_MethodGroup
1451
+ class ConvertToDouble_MethodGroup:
1452
+ def __call__(self, vector: Vector256_1[int]) -> Vector256_1[float]:...
1453
+ # Method ConvertToDouble(vector : Vector256`1) was skipped since it collides with above method
1454
+
1455
+ # Skipped ConvertToSingle due to it being static, abstract and generic.
1456
+
1457
+ ConvertToSingle : ConvertToSingle_MethodGroup
1458
+ class ConvertToSingle_MethodGroup:
1459
+ def __call__(self, vector: Vector256_1[int]) -> Vector256_1[float]:...
1460
+ # Method ConvertToSingle(vector : Vector256`1) was skipped since it collides with above method
1461
+
1462
+ # Skipped CopyTo due to it being static, abstract and generic.
1463
+
1464
+ CopyTo : CopyTo_MethodGroup
1465
+ class CopyTo_MethodGroup:
1466
+ def __getitem__(self, t:typing.Type[CopyTo_1_T1]) -> CopyTo_1[CopyTo_1_T1]: ...
1467
+
1468
+ CopyTo_1_T1 = typing.TypeVar('CopyTo_1_T1')
1469
+ class CopyTo_1(typing.Generic[CopyTo_1_T1]):
1470
+ CopyTo_1_T = Vector256_0.CopyTo_MethodGroup.CopyTo_1_T1
1471
+ @typing.overload
1472
+ def __call__(self, vector: Vector256_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T]) -> None:...
1473
+ @typing.overload
1474
+ def __call__(self, vector: Vector256_1[CopyTo_1_T], destination: Span_1[CopyTo_1_T]) -> None:...
1475
+ @typing.overload
1476
+ def __call__(self, vector: Vector256_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T], startIndex: int) -> None:...
1477
+
1478
+
1479
+ # Skipped Create due to it being static, abstract and generic.
1480
+
1481
+ Create : Create_MethodGroup
1482
+ class Create_MethodGroup:
1483
+ def __getitem__(self, t:typing.Type[Create_1_T1]) -> Create_1[Create_1_T1]: ...
1484
+
1485
+ Create_1_T1 = typing.TypeVar('Create_1_T1')
1486
+ class Create_1(typing.Generic[Create_1_T1]):
1487
+ Create_1_T = Vector256_0.Create_MethodGroup.Create_1_T1
1488
+ @typing.overload
1489
+ def __call__(self, values: Array_1[Create_1_T]) -> Vector256_1[Create_1_T]:...
1490
+ @typing.overload
1491
+ def __call__(self, values: ReadOnlySpan_1[Create_1_T]) -> Vector256_1[Create_1_T]:...
1492
+ @typing.overload
1493
+ def __call__(self, value: Create_1_T) -> Vector256_1[Create_1_T]:...
1494
+ @typing.overload
1495
+ def __call__(self, values: Array_1[Create_1_T], index: int) -> Vector256_1[Create_1_T]:...
1496
+ @typing.overload
1497
+ def __call__(self, lower: Vector128_1[Create_1_T], upper: Vector128_1[Create_1_T]) -> Vector256_1[Create_1_T]:...
1498
+
1499
+ @typing.overload
1500
+ def __call__(self, value: float) -> Vector256_1[float]:...
1501
+ # Method Create(value : Single) was skipped since it collides with above method
1502
+ # Method Create(value : Byte) was skipped since it collides with above method
1503
+ # Method Create(value : Int16) was skipped since it collides with above method
1504
+ # Method Create(value : Int32) was skipped since it collides with above method
1505
+ # Method Create(value : Int64) was skipped since it collides with above method
1506
+ # Method Create(value : SByte) was skipped since it collides with above method
1507
+ # Method Create(value : UInt16) was skipped since it collides with above method
1508
+ # Method Create(value : UInt32) was skipped since it collides with above method
1509
+ # Method Create(value : UInt64) was skipped since it collides with above method
1510
+ # Method Create(value : IntPtr) was skipped since it collides with above method
1511
+ @typing.overload
1512
+ def __call__(self, value: UIntPtr) -> Vector256_1[UIntPtr]:...
1513
+ @typing.overload
1514
+ def __call__(self, lower: Vector128_1[float], upper: Vector128_1[float]) -> Vector256_1[float]:...
1515
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1516
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1517
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1518
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1519
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1520
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1521
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1522
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1523
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1524
+ # Method Create(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
1525
+ @typing.overload
1526
+ def __call__(self, lower: Vector128_1[UIntPtr], upper: Vector128_1[UIntPtr]) -> Vector256_1[UIntPtr]:...
1527
+ @typing.overload
1528
+ def __call__(self, e0: float, e1: float, e2: float, e3: float) -> Vector256_1[float]:...
1529
+ # Method Create(e0 : Int64, e1 : Int64, e2 : Int64, e3 : Int64) was skipped since it collides with above method
1530
+ # Method Create(e0 : UInt64, e1 : UInt64, e2 : UInt64, e3 : UInt64) was skipped since it collides with above method
1531
+ @typing.overload
1532
+ def __call__(self, e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float) -> Vector256_1[float]:...
1533
+ # Method Create(e0 : Int32, e1 : Int32, e2 : Int32, e3 : Int32, e4 : Int32, e5 : Int32, e6 : Int32, e7 : Int32) was skipped since it collides with above method
1534
+ # Method Create(e0 : UInt32, e1 : UInt32, e2 : UInt32, e3 : UInt32, e4 : UInt32, e5 : UInt32, e6 : UInt32, e7 : UInt32) was skipped since it collides with above method
1535
+ @typing.overload
1536
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int) -> Vector256_1[int]:...
1537
+ # Method Create(e0 : UInt16, e1 : UInt16, e2 : UInt16, e3 : UInt16, e4 : UInt16, e5 : UInt16, e6 : UInt16, e7 : UInt16, e8 : UInt16, e9 : UInt16, e10 : UInt16, e11 : UInt16, e12 : UInt16, e13 : UInt16, e14 : UInt16, e15 : UInt16) was skipped since it collides with above method
1538
+ @typing.overload
1539
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int, e16: int, e17: int, e18: int, e19: int, e20: int, e21: int, e22: int, e23: int, e24: int, e25: int, e26: int, e27: int, e28: int, e29: int, e30: int, e31: int) -> Vector256_1[int]:...
1540
+ # Method Create(e0 : SByte, e1 : SByte, e2 : SByte, e3 : SByte, e4 : SByte, e5 : SByte, e6 : SByte, e7 : SByte, e8 : SByte, e9 : SByte, e10 : SByte, e11 : SByte, e12 : SByte, e13 : SByte, e14 : SByte, e15 : SByte, e16 : SByte, e17 : SByte, e18 : SByte, e19 : SByte, e20 : SByte, e21 : SByte, e22 : SByte, e23 : SByte, e24 : SByte, e25 : SByte, e26 : SByte, e27 : SByte, e28 : SByte, e29 : SByte, e30 : SByte, e31 : SByte) was skipped since it collides with above method
1541
+
1542
+ # Skipped CreateScalar due to it being static, abstract and generic.
1543
+
1544
+ CreateScalar : CreateScalar_MethodGroup
1545
+ class CreateScalar_MethodGroup:
1546
+ def __getitem__(self, t:typing.Type[CreateScalar_1_T1]) -> CreateScalar_1[CreateScalar_1_T1]: ...
1547
+
1548
+ CreateScalar_1_T1 = typing.TypeVar('CreateScalar_1_T1')
1549
+ class CreateScalar_1(typing.Generic[CreateScalar_1_T1]):
1550
+ CreateScalar_1_T = Vector256_0.CreateScalar_MethodGroup.CreateScalar_1_T1
1551
+ def __call__(self, value: CreateScalar_1_T) -> Vector256_1[CreateScalar_1_T]:...
1552
+
1553
+ @typing.overload
1554
+ def __call__(self, value: float) -> Vector256_1[float]:...
1555
+ # Method CreateScalar(value : Single) was skipped since it collides with above method
1556
+ # Method CreateScalar(value : Byte) was skipped since it collides with above method
1557
+ # Method CreateScalar(value : Int16) was skipped since it collides with above method
1558
+ # Method CreateScalar(value : Int32) was skipped since it collides with above method
1559
+ # Method CreateScalar(value : Int64) was skipped since it collides with above method
1560
+ # Method CreateScalar(value : SByte) was skipped since it collides with above method
1561
+ # Method CreateScalar(value : UInt16) was skipped since it collides with above method
1562
+ # Method CreateScalar(value : UInt32) was skipped since it collides with above method
1563
+ # Method CreateScalar(value : UInt64) was skipped since it collides with above method
1564
+ # Method CreateScalar(value : IntPtr) was skipped since it collides with above method
1565
+ @typing.overload
1566
+ def __call__(self, value: UIntPtr) -> Vector256_1[UIntPtr]:...
1567
+
1568
+ # Skipped CreateScalarUnsafe due to it being static, abstract and generic.
1569
+
1570
+ CreateScalarUnsafe : CreateScalarUnsafe_MethodGroup
1571
+ class CreateScalarUnsafe_MethodGroup:
1572
+ def __getitem__(self, t:typing.Type[CreateScalarUnsafe_1_T1]) -> CreateScalarUnsafe_1[CreateScalarUnsafe_1_T1]: ...
1573
+
1574
+ CreateScalarUnsafe_1_T1 = typing.TypeVar('CreateScalarUnsafe_1_T1')
1575
+ class CreateScalarUnsafe_1(typing.Generic[CreateScalarUnsafe_1_T1]):
1576
+ CreateScalarUnsafe_1_T = Vector256_0.CreateScalarUnsafe_MethodGroup.CreateScalarUnsafe_1_T1
1577
+ def __call__(self, value: CreateScalarUnsafe_1_T) -> Vector256_1[CreateScalarUnsafe_1_T]:...
1578
+
1579
+ @typing.overload
1580
+ def __call__(self, value: float) -> Vector256_1[float]:...
1581
+ # Method CreateScalarUnsafe(value : Single) was skipped since it collides with above method
1582
+ # Method CreateScalarUnsafe(value : Byte) was skipped since it collides with above method
1583
+ # Method CreateScalarUnsafe(value : Int16) was skipped since it collides with above method
1584
+ # Method CreateScalarUnsafe(value : Int32) was skipped since it collides with above method
1585
+ # Method CreateScalarUnsafe(value : Int64) was skipped since it collides with above method
1586
+ # Method CreateScalarUnsafe(value : SByte) was skipped since it collides with above method
1587
+ # Method CreateScalarUnsafe(value : UInt16) was skipped since it collides with above method
1588
+ # Method CreateScalarUnsafe(value : UInt32) was skipped since it collides with above method
1589
+ # Method CreateScalarUnsafe(value : UInt64) was skipped since it collides with above method
1590
+ # Method CreateScalarUnsafe(value : IntPtr) was skipped since it collides with above method
1591
+ @typing.overload
1592
+ def __call__(self, value: UIntPtr) -> Vector256_1[UIntPtr]:...
1593
+
1594
+ # Skipped Divide due to it being static, abstract and generic.
1595
+
1596
+ Divide : Divide_MethodGroup
1597
+ class Divide_MethodGroup:
1598
+ def __getitem__(self, t:typing.Type[Divide_1_T1]) -> Divide_1[Divide_1_T1]: ...
1599
+
1600
+ Divide_1_T1 = typing.TypeVar('Divide_1_T1')
1601
+ class Divide_1(typing.Generic[Divide_1_T1]):
1602
+ Divide_1_T = Vector256_0.Divide_MethodGroup.Divide_1_T1
1603
+ @typing.overload
1604
+ def __call__(self, left: Vector256_1[Divide_1_T], right: Vector256_1[Divide_1_T]) -> Vector256_1[Divide_1_T]:...
1605
+ @typing.overload
1606
+ def __call__(self, left: Vector256_1[Divide_1_T], right: Divide_1_T) -> Vector256_1[Divide_1_T]:...
1607
+
1608
+
1609
+ # Skipped Dot due to it being static, abstract and generic.
1610
+
1611
+ Dot : Dot_MethodGroup
1612
+ class Dot_MethodGroup:
1613
+ def __getitem__(self, t:typing.Type[Dot_1_T1]) -> Dot_1[Dot_1_T1]: ...
1614
+
1615
+ Dot_1_T1 = typing.TypeVar('Dot_1_T1')
1616
+ class Dot_1(typing.Generic[Dot_1_T1]):
1617
+ Dot_1_T = Vector256_0.Dot_MethodGroup.Dot_1_T1
1618
+ def __call__(self, left: Vector256_1[Dot_1_T], right: Vector256_1[Dot_1_T]) -> Dot_1_T:...
1619
+
1620
+
1621
+ # Skipped Equals due to it being static, abstract and generic.
1622
+
1623
+ Equals : Equals_MethodGroup
1624
+ class Equals_MethodGroup:
1625
+ def __getitem__(self, t:typing.Type[Equals_1_T1]) -> Equals_1[Equals_1_T1]: ...
1626
+
1627
+ Equals_1_T1 = typing.TypeVar('Equals_1_T1')
1628
+ class Equals_1(typing.Generic[Equals_1_T1]):
1629
+ Equals_1_T = Vector256_0.Equals_MethodGroup.Equals_1_T1
1630
+ def __call__(self, left: Vector256_1[Equals_1_T], right: Vector256_1[Equals_1_T]) -> Vector256_1[Equals_1_T]:...
1631
+
1632
+
1633
+ # Skipped EqualsAll due to it being static, abstract and generic.
1634
+
1635
+ EqualsAll : EqualsAll_MethodGroup
1636
+ class EqualsAll_MethodGroup:
1637
+ def __getitem__(self, t:typing.Type[EqualsAll_1_T1]) -> EqualsAll_1[EqualsAll_1_T1]: ...
1638
+
1639
+ EqualsAll_1_T1 = typing.TypeVar('EqualsAll_1_T1')
1640
+ class EqualsAll_1(typing.Generic[EqualsAll_1_T1]):
1641
+ EqualsAll_1_T = Vector256_0.EqualsAll_MethodGroup.EqualsAll_1_T1
1642
+ def __call__(self, left: Vector256_1[EqualsAll_1_T], right: Vector256_1[EqualsAll_1_T]) -> bool:...
1643
+
1644
+
1645
+ # Skipped EqualsAny due to it being static, abstract and generic.
1646
+
1647
+ EqualsAny : EqualsAny_MethodGroup
1648
+ class EqualsAny_MethodGroup:
1649
+ def __getitem__(self, t:typing.Type[EqualsAny_1_T1]) -> EqualsAny_1[EqualsAny_1_T1]: ...
1650
+
1651
+ EqualsAny_1_T1 = typing.TypeVar('EqualsAny_1_T1')
1652
+ class EqualsAny_1(typing.Generic[EqualsAny_1_T1]):
1653
+ EqualsAny_1_T = Vector256_0.EqualsAny_MethodGroup.EqualsAny_1_T1
1654
+ def __call__(self, left: Vector256_1[EqualsAny_1_T], right: Vector256_1[EqualsAny_1_T]) -> bool:...
1655
+
1656
+
1657
+ # Skipped ExtractMostSignificantBits due to it being static, abstract and generic.
1658
+
1659
+ ExtractMostSignificantBits : ExtractMostSignificantBits_MethodGroup
1660
+ class ExtractMostSignificantBits_MethodGroup:
1661
+ def __getitem__(self, t:typing.Type[ExtractMostSignificantBits_1_T1]) -> ExtractMostSignificantBits_1[ExtractMostSignificantBits_1_T1]: ...
1662
+
1663
+ ExtractMostSignificantBits_1_T1 = typing.TypeVar('ExtractMostSignificantBits_1_T1')
1664
+ class ExtractMostSignificantBits_1(typing.Generic[ExtractMostSignificantBits_1_T1]):
1665
+ ExtractMostSignificantBits_1_T = Vector256_0.ExtractMostSignificantBits_MethodGroup.ExtractMostSignificantBits_1_T1
1666
+ def __call__(self, vector: Vector256_1[ExtractMostSignificantBits_1_T]) -> int:...
1667
+
1668
+
1669
+ # Skipped Floor due to it being static, abstract and generic.
1670
+
1671
+ Floor : Floor_MethodGroup
1672
+ class Floor_MethodGroup:
1673
+ def __call__(self, vector: Vector256_1[float]) -> Vector256_1[float]:...
1674
+ # Method Floor(vector : Vector256`1) was skipped since it collides with above method
1675
+
1676
+ # Skipped GetElement due to it being static, abstract and generic.
1677
+
1678
+ GetElement : GetElement_MethodGroup
1679
+ class GetElement_MethodGroup:
1680
+ def __getitem__(self, t:typing.Type[GetElement_1_T1]) -> GetElement_1[GetElement_1_T1]: ...
1681
+
1682
+ GetElement_1_T1 = typing.TypeVar('GetElement_1_T1')
1683
+ class GetElement_1(typing.Generic[GetElement_1_T1]):
1684
+ GetElement_1_T = Vector256_0.GetElement_MethodGroup.GetElement_1_T1
1685
+ def __call__(self, vector: Vector256_1[GetElement_1_T], index: int) -> GetElement_1_T:...
1686
+
1687
+
1688
+ # Skipped GetLower due to it being static, abstract and generic.
1689
+
1690
+ GetLower : GetLower_MethodGroup
1691
+ class GetLower_MethodGroup:
1692
+ def __getitem__(self, t:typing.Type[GetLower_1_T1]) -> GetLower_1[GetLower_1_T1]: ...
1693
+
1694
+ GetLower_1_T1 = typing.TypeVar('GetLower_1_T1')
1695
+ class GetLower_1(typing.Generic[GetLower_1_T1]):
1696
+ GetLower_1_T = Vector256_0.GetLower_MethodGroup.GetLower_1_T1
1697
+ def __call__(self, vector: Vector256_1[GetLower_1_T]) -> Vector128_1[GetLower_1_T]:...
1698
+
1699
+
1700
+ # Skipped GetUpper due to it being static, abstract and generic.
1701
+
1702
+ GetUpper : GetUpper_MethodGroup
1703
+ class GetUpper_MethodGroup:
1704
+ def __getitem__(self, t:typing.Type[GetUpper_1_T1]) -> GetUpper_1[GetUpper_1_T1]: ...
1705
+
1706
+ GetUpper_1_T1 = typing.TypeVar('GetUpper_1_T1')
1707
+ class GetUpper_1(typing.Generic[GetUpper_1_T1]):
1708
+ GetUpper_1_T = Vector256_0.GetUpper_MethodGroup.GetUpper_1_T1
1709
+ def __call__(self, vector: Vector256_1[GetUpper_1_T]) -> Vector128_1[GetUpper_1_T]:...
1710
+
1711
+
1712
+ # Skipped GreaterThan due to it being static, abstract and generic.
1713
+
1714
+ GreaterThan : GreaterThan_MethodGroup
1715
+ class GreaterThan_MethodGroup:
1716
+ def __getitem__(self, t:typing.Type[GreaterThan_1_T1]) -> GreaterThan_1[GreaterThan_1_T1]: ...
1717
+
1718
+ GreaterThan_1_T1 = typing.TypeVar('GreaterThan_1_T1')
1719
+ class GreaterThan_1(typing.Generic[GreaterThan_1_T1]):
1720
+ GreaterThan_1_T = Vector256_0.GreaterThan_MethodGroup.GreaterThan_1_T1
1721
+ def __call__(self, left: Vector256_1[GreaterThan_1_T], right: Vector256_1[GreaterThan_1_T]) -> Vector256_1[GreaterThan_1_T]:...
1722
+
1723
+
1724
+ # Skipped GreaterThanAll due to it being static, abstract and generic.
1725
+
1726
+ GreaterThanAll : GreaterThanAll_MethodGroup
1727
+ class GreaterThanAll_MethodGroup:
1728
+ def __getitem__(self, t:typing.Type[GreaterThanAll_1_T1]) -> GreaterThanAll_1[GreaterThanAll_1_T1]: ...
1729
+
1730
+ GreaterThanAll_1_T1 = typing.TypeVar('GreaterThanAll_1_T1')
1731
+ class GreaterThanAll_1(typing.Generic[GreaterThanAll_1_T1]):
1732
+ GreaterThanAll_1_T = Vector256_0.GreaterThanAll_MethodGroup.GreaterThanAll_1_T1
1733
+ def __call__(self, left: Vector256_1[GreaterThanAll_1_T], right: Vector256_1[GreaterThanAll_1_T]) -> bool:...
1734
+
1735
+
1736
+ # Skipped GreaterThanAny due to it being static, abstract and generic.
1737
+
1738
+ GreaterThanAny : GreaterThanAny_MethodGroup
1739
+ class GreaterThanAny_MethodGroup:
1740
+ def __getitem__(self, t:typing.Type[GreaterThanAny_1_T1]) -> GreaterThanAny_1[GreaterThanAny_1_T1]: ...
1741
+
1742
+ GreaterThanAny_1_T1 = typing.TypeVar('GreaterThanAny_1_T1')
1743
+ class GreaterThanAny_1(typing.Generic[GreaterThanAny_1_T1]):
1744
+ GreaterThanAny_1_T = Vector256_0.GreaterThanAny_MethodGroup.GreaterThanAny_1_T1
1745
+ def __call__(self, left: Vector256_1[GreaterThanAny_1_T], right: Vector256_1[GreaterThanAny_1_T]) -> bool:...
1746
+
1747
+
1748
+ # Skipped GreaterThanOrEqual due to it being static, abstract and generic.
1749
+
1750
+ GreaterThanOrEqual : GreaterThanOrEqual_MethodGroup
1751
+ class GreaterThanOrEqual_MethodGroup:
1752
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqual_1_T1]) -> GreaterThanOrEqual_1[GreaterThanOrEqual_1_T1]: ...
1753
+
1754
+ GreaterThanOrEqual_1_T1 = typing.TypeVar('GreaterThanOrEqual_1_T1')
1755
+ class GreaterThanOrEqual_1(typing.Generic[GreaterThanOrEqual_1_T1]):
1756
+ GreaterThanOrEqual_1_T = Vector256_0.GreaterThanOrEqual_MethodGroup.GreaterThanOrEqual_1_T1
1757
+ def __call__(self, left: Vector256_1[GreaterThanOrEqual_1_T], right: Vector256_1[GreaterThanOrEqual_1_T]) -> Vector256_1[GreaterThanOrEqual_1_T]:...
1758
+
1759
+
1760
+ # Skipped GreaterThanOrEqualAll due to it being static, abstract and generic.
1761
+
1762
+ GreaterThanOrEqualAll : GreaterThanOrEqualAll_MethodGroup
1763
+ class GreaterThanOrEqualAll_MethodGroup:
1764
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAll_1_T1]) -> GreaterThanOrEqualAll_1[GreaterThanOrEqualAll_1_T1]: ...
1765
+
1766
+ GreaterThanOrEqualAll_1_T1 = typing.TypeVar('GreaterThanOrEqualAll_1_T1')
1767
+ class GreaterThanOrEqualAll_1(typing.Generic[GreaterThanOrEqualAll_1_T1]):
1768
+ GreaterThanOrEqualAll_1_T = Vector256_0.GreaterThanOrEqualAll_MethodGroup.GreaterThanOrEqualAll_1_T1
1769
+ def __call__(self, left: Vector256_1[GreaterThanOrEqualAll_1_T], right: Vector256_1[GreaterThanOrEqualAll_1_T]) -> bool:...
1770
+
1771
+
1772
+ # Skipped GreaterThanOrEqualAny due to it being static, abstract and generic.
1773
+
1774
+ GreaterThanOrEqualAny : GreaterThanOrEqualAny_MethodGroup
1775
+ class GreaterThanOrEqualAny_MethodGroup:
1776
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAny_1_T1]) -> GreaterThanOrEqualAny_1[GreaterThanOrEqualAny_1_T1]: ...
1777
+
1778
+ GreaterThanOrEqualAny_1_T1 = typing.TypeVar('GreaterThanOrEqualAny_1_T1')
1779
+ class GreaterThanOrEqualAny_1(typing.Generic[GreaterThanOrEqualAny_1_T1]):
1780
+ GreaterThanOrEqualAny_1_T = Vector256_0.GreaterThanOrEqualAny_MethodGroup.GreaterThanOrEqualAny_1_T1
1781
+ def __call__(self, left: Vector256_1[GreaterThanOrEqualAny_1_T], right: Vector256_1[GreaterThanOrEqualAny_1_T]) -> bool:...
1782
+
1783
+
1784
+ # Skipped LessThan due to it being static, abstract and generic.
1785
+
1786
+ LessThan : LessThan_MethodGroup
1787
+ class LessThan_MethodGroup:
1788
+ def __getitem__(self, t:typing.Type[LessThan_1_T1]) -> LessThan_1[LessThan_1_T1]: ...
1789
+
1790
+ LessThan_1_T1 = typing.TypeVar('LessThan_1_T1')
1791
+ class LessThan_1(typing.Generic[LessThan_1_T1]):
1792
+ LessThan_1_T = Vector256_0.LessThan_MethodGroup.LessThan_1_T1
1793
+ def __call__(self, left: Vector256_1[LessThan_1_T], right: Vector256_1[LessThan_1_T]) -> Vector256_1[LessThan_1_T]:...
1794
+
1795
+
1796
+ # Skipped LessThanAll due to it being static, abstract and generic.
1797
+
1798
+ LessThanAll : LessThanAll_MethodGroup
1799
+ class LessThanAll_MethodGroup:
1800
+ def __getitem__(self, t:typing.Type[LessThanAll_1_T1]) -> LessThanAll_1[LessThanAll_1_T1]: ...
1801
+
1802
+ LessThanAll_1_T1 = typing.TypeVar('LessThanAll_1_T1')
1803
+ class LessThanAll_1(typing.Generic[LessThanAll_1_T1]):
1804
+ LessThanAll_1_T = Vector256_0.LessThanAll_MethodGroup.LessThanAll_1_T1
1805
+ def __call__(self, left: Vector256_1[LessThanAll_1_T], right: Vector256_1[LessThanAll_1_T]) -> bool:...
1806
+
1807
+
1808
+ # Skipped LessThanAny due to it being static, abstract and generic.
1809
+
1810
+ LessThanAny : LessThanAny_MethodGroup
1811
+ class LessThanAny_MethodGroup:
1812
+ def __getitem__(self, t:typing.Type[LessThanAny_1_T1]) -> LessThanAny_1[LessThanAny_1_T1]: ...
1813
+
1814
+ LessThanAny_1_T1 = typing.TypeVar('LessThanAny_1_T1')
1815
+ class LessThanAny_1(typing.Generic[LessThanAny_1_T1]):
1816
+ LessThanAny_1_T = Vector256_0.LessThanAny_MethodGroup.LessThanAny_1_T1
1817
+ def __call__(self, left: Vector256_1[LessThanAny_1_T], right: Vector256_1[LessThanAny_1_T]) -> bool:...
1818
+
1819
+
1820
+ # Skipped LessThanOrEqual due to it being static, abstract and generic.
1821
+
1822
+ LessThanOrEqual : LessThanOrEqual_MethodGroup
1823
+ class LessThanOrEqual_MethodGroup:
1824
+ def __getitem__(self, t:typing.Type[LessThanOrEqual_1_T1]) -> LessThanOrEqual_1[LessThanOrEqual_1_T1]: ...
1825
+
1826
+ LessThanOrEqual_1_T1 = typing.TypeVar('LessThanOrEqual_1_T1')
1827
+ class LessThanOrEqual_1(typing.Generic[LessThanOrEqual_1_T1]):
1828
+ LessThanOrEqual_1_T = Vector256_0.LessThanOrEqual_MethodGroup.LessThanOrEqual_1_T1
1829
+ def __call__(self, left: Vector256_1[LessThanOrEqual_1_T], right: Vector256_1[LessThanOrEqual_1_T]) -> Vector256_1[LessThanOrEqual_1_T]:...
1830
+
1831
+
1832
+ # Skipped LessThanOrEqualAll due to it being static, abstract and generic.
1833
+
1834
+ LessThanOrEqualAll : LessThanOrEqualAll_MethodGroup
1835
+ class LessThanOrEqualAll_MethodGroup:
1836
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAll_1_T1]) -> LessThanOrEqualAll_1[LessThanOrEqualAll_1_T1]: ...
1837
+
1838
+ LessThanOrEqualAll_1_T1 = typing.TypeVar('LessThanOrEqualAll_1_T1')
1839
+ class LessThanOrEqualAll_1(typing.Generic[LessThanOrEqualAll_1_T1]):
1840
+ LessThanOrEqualAll_1_T = Vector256_0.LessThanOrEqualAll_MethodGroup.LessThanOrEqualAll_1_T1
1841
+ def __call__(self, left: Vector256_1[LessThanOrEqualAll_1_T], right: Vector256_1[LessThanOrEqualAll_1_T]) -> bool:...
1842
+
1843
+
1844
+ # Skipped LessThanOrEqualAny due to it being static, abstract and generic.
1845
+
1846
+ LessThanOrEqualAny : LessThanOrEqualAny_MethodGroup
1847
+ class LessThanOrEqualAny_MethodGroup:
1848
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAny_1_T1]) -> LessThanOrEqualAny_1[LessThanOrEqualAny_1_T1]: ...
1849
+
1850
+ LessThanOrEqualAny_1_T1 = typing.TypeVar('LessThanOrEqualAny_1_T1')
1851
+ class LessThanOrEqualAny_1(typing.Generic[LessThanOrEqualAny_1_T1]):
1852
+ LessThanOrEqualAny_1_T = Vector256_0.LessThanOrEqualAny_MethodGroup.LessThanOrEqualAny_1_T1
1853
+ def __call__(self, left: Vector256_1[LessThanOrEqualAny_1_T], right: Vector256_1[LessThanOrEqualAny_1_T]) -> bool:...
1854
+
1855
+
1856
+ # Skipped Load due to it being static, abstract and generic.
1857
+
1858
+ Load : Load_MethodGroup
1859
+ class Load_MethodGroup:
1860
+ def __getitem__(self, t:typing.Type[Load_1_T1]) -> Load_1[Load_1_T1]: ...
1861
+
1862
+ Load_1_T1 = typing.TypeVar('Load_1_T1')
1863
+ class Load_1(typing.Generic[Load_1_T1]):
1864
+ Load_1_T = Vector256_0.Load_MethodGroup.Load_1_T1
1865
+ def __call__(self, source: clr.Reference[Load_1_T]) -> Vector256_1[Load_1_T]:...
1866
+
1867
+
1868
+ # Skipped LoadAligned due to it being static, abstract and generic.
1869
+
1870
+ LoadAligned : LoadAligned_MethodGroup
1871
+ class LoadAligned_MethodGroup:
1872
+ def __getitem__(self, t:typing.Type[LoadAligned_1_T1]) -> LoadAligned_1[LoadAligned_1_T1]: ...
1873
+
1874
+ LoadAligned_1_T1 = typing.TypeVar('LoadAligned_1_T1')
1875
+ class LoadAligned_1(typing.Generic[LoadAligned_1_T1]):
1876
+ LoadAligned_1_T = Vector256_0.LoadAligned_MethodGroup.LoadAligned_1_T1
1877
+ def __call__(self, source: clr.Reference[LoadAligned_1_T]) -> Vector256_1[LoadAligned_1_T]:...
1878
+
1879
+
1880
+ # Skipped LoadAlignedNonTemporal due to it being static, abstract and generic.
1881
+
1882
+ LoadAlignedNonTemporal : LoadAlignedNonTemporal_MethodGroup
1883
+ class LoadAlignedNonTemporal_MethodGroup:
1884
+ def __getitem__(self, t:typing.Type[LoadAlignedNonTemporal_1_T1]) -> LoadAlignedNonTemporal_1[LoadAlignedNonTemporal_1_T1]: ...
1885
+
1886
+ LoadAlignedNonTemporal_1_T1 = typing.TypeVar('LoadAlignedNonTemporal_1_T1')
1887
+ class LoadAlignedNonTemporal_1(typing.Generic[LoadAlignedNonTemporal_1_T1]):
1888
+ LoadAlignedNonTemporal_1_T = Vector256_0.LoadAlignedNonTemporal_MethodGroup.LoadAlignedNonTemporal_1_T1
1889
+ def __call__(self, source: clr.Reference[LoadAlignedNonTemporal_1_T]) -> Vector256_1[LoadAlignedNonTemporal_1_T]:...
1890
+
1891
+
1892
+ # Skipped LoadUnsafe due to it being static, abstract and generic.
1893
+
1894
+ LoadUnsafe : LoadUnsafe_MethodGroup
1895
+ class LoadUnsafe_MethodGroup:
1896
+ def __getitem__(self, t:typing.Type[LoadUnsafe_1_T1]) -> LoadUnsafe_1[LoadUnsafe_1_T1]: ...
1897
+
1898
+ LoadUnsafe_1_T1 = typing.TypeVar('LoadUnsafe_1_T1')
1899
+ class LoadUnsafe_1(typing.Generic[LoadUnsafe_1_T1]):
1900
+ LoadUnsafe_1_T = Vector256_0.LoadUnsafe_MethodGroup.LoadUnsafe_1_T1
1901
+ @typing.overload
1902
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T]) -> Vector256_1[LoadUnsafe_1_T]:...
1903
+ @typing.overload
1904
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T], elementOffset: UIntPtr) -> Vector256_1[LoadUnsafe_1_T]:...
1905
+
1906
+
1907
+ # Skipped Max due to it being static, abstract and generic.
1908
+
1909
+ Max : Max_MethodGroup
1910
+ class Max_MethodGroup:
1911
+ def __getitem__(self, t:typing.Type[Max_1_T1]) -> Max_1[Max_1_T1]: ...
1912
+
1913
+ Max_1_T1 = typing.TypeVar('Max_1_T1')
1914
+ class Max_1(typing.Generic[Max_1_T1]):
1915
+ Max_1_T = Vector256_0.Max_MethodGroup.Max_1_T1
1916
+ def __call__(self, left: Vector256_1[Max_1_T], right: Vector256_1[Max_1_T]) -> Vector256_1[Max_1_T]:...
1917
+
1918
+
1919
+ # Skipped Min due to it being static, abstract and generic.
1920
+
1921
+ Min : Min_MethodGroup
1922
+ class Min_MethodGroup:
1923
+ def __getitem__(self, t:typing.Type[Min_1_T1]) -> Min_1[Min_1_T1]: ...
1924
+
1925
+ Min_1_T1 = typing.TypeVar('Min_1_T1')
1926
+ class Min_1(typing.Generic[Min_1_T1]):
1927
+ Min_1_T = Vector256_0.Min_MethodGroup.Min_1_T1
1928
+ def __call__(self, left: Vector256_1[Min_1_T], right: Vector256_1[Min_1_T]) -> Vector256_1[Min_1_T]:...
1929
+
1930
+
1931
+ # Skipped Multiply due to it being static, abstract and generic.
1932
+
1933
+ Multiply : Multiply_MethodGroup
1934
+ class Multiply_MethodGroup:
1935
+ def __getitem__(self, t:typing.Type[Multiply_1_T1]) -> Multiply_1[Multiply_1_T1]: ...
1936
+
1937
+ Multiply_1_T1 = typing.TypeVar('Multiply_1_T1')
1938
+ class Multiply_1(typing.Generic[Multiply_1_T1]):
1939
+ Multiply_1_T = Vector256_0.Multiply_MethodGroup.Multiply_1_T1
1940
+ @typing.overload
1941
+ def __call__(self, left: Vector256_1[Multiply_1_T], right: Vector256_1[Multiply_1_T]) -> Vector256_1[Multiply_1_T]:...
1942
+ @typing.overload
1943
+ def __call__(self, left: Vector256_1[Multiply_1_T], right: Multiply_1_T) -> Vector256_1[Multiply_1_T]:...
1944
+ @typing.overload
1945
+ def __call__(self, left: Multiply_1_T, right: Vector256_1[Multiply_1_T]) -> Vector256_1[Multiply_1_T]:...
1946
+
1947
+
1948
+ # Skipped Narrow due to it being static, abstract and generic.
1949
+
1950
+ Narrow : Narrow_MethodGroup
1951
+ class Narrow_MethodGroup:
1952
+ def __call__(self, lower: Vector256_1[float], upper: Vector256_1[float]) -> Vector256_1[float]:...
1953
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1954
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1955
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1956
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1957
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1958
+ # Method Narrow(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
1959
+
1960
+ # Skipped Negate due to it being static, abstract and generic.
1961
+
1962
+ Negate : Negate_MethodGroup
1963
+ class Negate_MethodGroup:
1964
+ def __getitem__(self, t:typing.Type[Negate_1_T1]) -> Negate_1[Negate_1_T1]: ...
1965
+
1966
+ Negate_1_T1 = typing.TypeVar('Negate_1_T1')
1967
+ class Negate_1(typing.Generic[Negate_1_T1]):
1968
+ Negate_1_T = Vector256_0.Negate_MethodGroup.Negate_1_T1
1969
+ def __call__(self, vector: Vector256_1[Negate_1_T]) -> Vector256_1[Negate_1_T]:...
1970
+
1971
+
1972
+ # Skipped OnesComplement due to it being static, abstract and generic.
1973
+
1974
+ OnesComplement : OnesComplement_MethodGroup
1975
+ class OnesComplement_MethodGroup:
1976
+ def __getitem__(self, t:typing.Type[OnesComplement_1_T1]) -> OnesComplement_1[OnesComplement_1_T1]: ...
1977
+
1978
+ OnesComplement_1_T1 = typing.TypeVar('OnesComplement_1_T1')
1979
+ class OnesComplement_1(typing.Generic[OnesComplement_1_T1]):
1980
+ OnesComplement_1_T = Vector256_0.OnesComplement_MethodGroup.OnesComplement_1_T1
1981
+ def __call__(self, vector: Vector256_1[OnesComplement_1_T]) -> Vector256_1[OnesComplement_1_T]:...
1982
+
1983
+
1984
+ # Skipped ShiftLeft due to it being static, abstract and generic.
1985
+
1986
+ ShiftLeft : ShiftLeft_MethodGroup
1987
+ class ShiftLeft_MethodGroup:
1988
+ @typing.overload
1989
+ def __call__(self, vector: Vector256_1[int], shiftCount: int) -> Vector256_1[int]:...
1990
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1991
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1992
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1993
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1994
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1995
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1996
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1997
+ # Method ShiftLeft(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
1998
+ @typing.overload
1999
+ def __call__(self, vector: Vector256_1[UIntPtr], shiftCount: int) -> Vector256_1[UIntPtr]:...
2000
+
2001
+ # Skipped ShiftRightArithmetic due to it being static, abstract and generic.
2002
+
2003
+ ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
2004
+ class ShiftRightArithmetic_MethodGroup:
2005
+ def __call__(self, vector: Vector256_1[int], shiftCount: int) -> Vector256_1[int]:...
2006
+ # Method ShiftRightArithmetic(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2007
+ # Method ShiftRightArithmetic(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2008
+ # Method ShiftRightArithmetic(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2009
+ # Method ShiftRightArithmetic(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2010
+
2011
+ # Skipped ShiftRightLogical due to it being static, abstract and generic.
2012
+
2013
+ ShiftRightLogical : ShiftRightLogical_MethodGroup
2014
+ class ShiftRightLogical_MethodGroup:
2015
+ @typing.overload
2016
+ def __call__(self, vector: Vector256_1[int], shiftCount: int) -> Vector256_1[int]:...
2017
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2018
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2019
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2020
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2021
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2022
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2023
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2024
+ # Method ShiftRightLogical(vector : Vector256`1, shiftCount : Int32) was skipped since it collides with above method
2025
+ @typing.overload
2026
+ def __call__(self, vector: Vector256_1[UIntPtr], shiftCount: int) -> Vector256_1[UIntPtr]:...
2027
+
2028
+ # Skipped Shuffle due to it being static, abstract and generic.
2029
+
2030
+ Shuffle : Shuffle_MethodGroup
2031
+ class Shuffle_MethodGroup:
2032
+ def __call__(self, vector: Vector256_1[float], indices: Vector256_1[int]) -> Vector256_1[float]:...
2033
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2034
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2035
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2036
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2037
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2038
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2039
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2040
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2041
+ # Method Shuffle(vector : Vector256`1, indices : Vector256`1) was skipped since it collides with above method
2042
+
2043
+ # Skipped Sqrt due to it being static, abstract and generic.
2044
+
2045
+ Sqrt : Sqrt_MethodGroup
2046
+ class Sqrt_MethodGroup:
2047
+ def __getitem__(self, t:typing.Type[Sqrt_1_T1]) -> Sqrt_1[Sqrt_1_T1]: ...
2048
+
2049
+ Sqrt_1_T1 = typing.TypeVar('Sqrt_1_T1')
2050
+ class Sqrt_1(typing.Generic[Sqrt_1_T1]):
2051
+ Sqrt_1_T = Vector256_0.Sqrt_MethodGroup.Sqrt_1_T1
2052
+ def __call__(self, vector: Vector256_1[Sqrt_1_T]) -> Vector256_1[Sqrt_1_T]:...
2053
+
2054
+
2055
+ # Skipped Store due to it being static, abstract and generic.
2056
+
2057
+ Store : Store_MethodGroup
2058
+ class Store_MethodGroup:
2059
+ def __getitem__(self, t:typing.Type[Store_1_T1]) -> Store_1[Store_1_T1]: ...
2060
+
2061
+ Store_1_T1 = typing.TypeVar('Store_1_T1')
2062
+ class Store_1(typing.Generic[Store_1_T1]):
2063
+ Store_1_T = Vector256_0.Store_MethodGroup.Store_1_T1
2064
+ def __call__(self, source: Vector256_1[Store_1_T], destination: clr.Reference[Store_1_T]) -> None:...
2065
+
2066
+
2067
+ # Skipped StoreAligned due to it being static, abstract and generic.
2068
+
2069
+ StoreAligned : StoreAligned_MethodGroup
2070
+ class StoreAligned_MethodGroup:
2071
+ def __getitem__(self, t:typing.Type[StoreAligned_1_T1]) -> StoreAligned_1[StoreAligned_1_T1]: ...
2072
+
2073
+ StoreAligned_1_T1 = typing.TypeVar('StoreAligned_1_T1')
2074
+ class StoreAligned_1(typing.Generic[StoreAligned_1_T1]):
2075
+ StoreAligned_1_T = Vector256_0.StoreAligned_MethodGroup.StoreAligned_1_T1
2076
+ def __call__(self, source: Vector256_1[StoreAligned_1_T], destination: clr.Reference[StoreAligned_1_T]) -> None:...
2077
+
2078
+
2079
+ # Skipped StoreAlignedNonTemporal due to it being static, abstract and generic.
2080
+
2081
+ StoreAlignedNonTemporal : StoreAlignedNonTemporal_MethodGroup
2082
+ class StoreAlignedNonTemporal_MethodGroup:
2083
+ def __getitem__(self, t:typing.Type[StoreAlignedNonTemporal_1_T1]) -> StoreAlignedNonTemporal_1[StoreAlignedNonTemporal_1_T1]: ...
2084
+
2085
+ StoreAlignedNonTemporal_1_T1 = typing.TypeVar('StoreAlignedNonTemporal_1_T1')
2086
+ class StoreAlignedNonTemporal_1(typing.Generic[StoreAlignedNonTemporal_1_T1]):
2087
+ StoreAlignedNonTemporal_1_T = Vector256_0.StoreAlignedNonTemporal_MethodGroup.StoreAlignedNonTemporal_1_T1
2088
+ def __call__(self, source: Vector256_1[StoreAlignedNonTemporal_1_T], destination: clr.Reference[StoreAlignedNonTemporal_1_T]) -> None:...
2089
+
2090
+
2091
+ # Skipped StoreUnsafe due to it being static, abstract and generic.
2092
+
2093
+ StoreUnsafe : StoreUnsafe_MethodGroup
2094
+ class StoreUnsafe_MethodGroup:
2095
+ def __getitem__(self, t:typing.Type[StoreUnsafe_1_T1]) -> StoreUnsafe_1[StoreUnsafe_1_T1]: ...
2096
+
2097
+ StoreUnsafe_1_T1 = typing.TypeVar('StoreUnsafe_1_T1')
2098
+ class StoreUnsafe_1(typing.Generic[StoreUnsafe_1_T1]):
2099
+ StoreUnsafe_1_T = Vector256_0.StoreUnsafe_MethodGroup.StoreUnsafe_1_T1
2100
+ @typing.overload
2101
+ def __call__(self, source: Vector256_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T]) -> None:...
2102
+ @typing.overload
2103
+ def __call__(self, source: Vector256_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T], elementOffset: UIntPtr) -> None:...
2104
+
2105
+
2106
+ # Skipped Subtract due to it being static, abstract and generic.
2107
+
2108
+ Subtract : Subtract_MethodGroup
2109
+ class Subtract_MethodGroup:
2110
+ def __getitem__(self, t:typing.Type[Subtract_1_T1]) -> Subtract_1[Subtract_1_T1]: ...
2111
+
2112
+ Subtract_1_T1 = typing.TypeVar('Subtract_1_T1')
2113
+ class Subtract_1(typing.Generic[Subtract_1_T1]):
2114
+ Subtract_1_T = Vector256_0.Subtract_MethodGroup.Subtract_1_T1
2115
+ def __call__(self, left: Vector256_1[Subtract_1_T], right: Vector256_1[Subtract_1_T]) -> Vector256_1[Subtract_1_T]:...
2116
+
2117
+
2118
+ # Skipped Sum due to it being static, abstract and generic.
2119
+
2120
+ Sum : Sum_MethodGroup
2121
+ class Sum_MethodGroup:
2122
+ def __getitem__(self, t:typing.Type[Sum_1_T1]) -> Sum_1[Sum_1_T1]: ...
2123
+
2124
+ Sum_1_T1 = typing.TypeVar('Sum_1_T1')
2125
+ class Sum_1(typing.Generic[Sum_1_T1]):
2126
+ Sum_1_T = Vector256_0.Sum_MethodGroup.Sum_1_T1
2127
+ def __call__(self, vector: Vector256_1[Sum_1_T]) -> Sum_1_T:...
2128
+
2129
+
2130
+ # Skipped ToScalar due to it being static, abstract and generic.
2131
+
2132
+ ToScalar : ToScalar_MethodGroup
2133
+ class ToScalar_MethodGroup:
2134
+ def __getitem__(self, t:typing.Type[ToScalar_1_T1]) -> ToScalar_1[ToScalar_1_T1]: ...
2135
+
2136
+ ToScalar_1_T1 = typing.TypeVar('ToScalar_1_T1')
2137
+ class ToScalar_1(typing.Generic[ToScalar_1_T1]):
2138
+ ToScalar_1_T = Vector256_0.ToScalar_MethodGroup.ToScalar_1_T1
2139
+ def __call__(self, vector: Vector256_1[ToScalar_1_T]) -> ToScalar_1_T:...
2140
+
2141
+
2142
+ # Skipped ToVector512 due to it being static, abstract and generic.
2143
+
2144
+ ToVector512 : ToVector512_MethodGroup
2145
+ class ToVector512_MethodGroup:
2146
+ def __getitem__(self, t:typing.Type[ToVector512_1_T1]) -> ToVector512_1[ToVector512_1_T1]: ...
2147
+
2148
+ ToVector512_1_T1 = typing.TypeVar('ToVector512_1_T1')
2149
+ class ToVector512_1(typing.Generic[ToVector512_1_T1]):
2150
+ ToVector512_1_T = Vector256_0.ToVector512_MethodGroup.ToVector512_1_T1
2151
+ def __call__(self, vector: Vector256_1[ToVector512_1_T]) -> Vector512_1[ToVector512_1_T]:...
2152
+
2153
+
2154
+ # Skipped ToVector512Unsafe due to it being static, abstract and generic.
2155
+
2156
+ ToVector512Unsafe : ToVector512Unsafe_MethodGroup
2157
+ class ToVector512Unsafe_MethodGroup:
2158
+ def __getitem__(self, t:typing.Type[ToVector512Unsafe_1_T1]) -> ToVector512Unsafe_1[ToVector512Unsafe_1_T1]: ...
2159
+
2160
+ ToVector512Unsafe_1_T1 = typing.TypeVar('ToVector512Unsafe_1_T1')
2161
+ class ToVector512Unsafe_1(typing.Generic[ToVector512Unsafe_1_T1]):
2162
+ ToVector512Unsafe_1_T = Vector256_0.ToVector512Unsafe_MethodGroup.ToVector512Unsafe_1_T1
2163
+ def __call__(self, vector: Vector256_1[ToVector512Unsafe_1_T]) -> Vector512_1[ToVector512Unsafe_1_T]:...
2164
+
2165
+
2166
+ # Skipped TryCopyTo due to it being static, abstract and generic.
2167
+
2168
+ TryCopyTo : TryCopyTo_MethodGroup
2169
+ class TryCopyTo_MethodGroup:
2170
+ def __getitem__(self, t:typing.Type[TryCopyTo_1_T1]) -> TryCopyTo_1[TryCopyTo_1_T1]: ...
2171
+
2172
+ TryCopyTo_1_T1 = typing.TypeVar('TryCopyTo_1_T1')
2173
+ class TryCopyTo_1(typing.Generic[TryCopyTo_1_T1]):
2174
+ TryCopyTo_1_T = Vector256_0.TryCopyTo_MethodGroup.TryCopyTo_1_T1
2175
+ def __call__(self, vector: Vector256_1[TryCopyTo_1_T], destination: Span_1[TryCopyTo_1_T]) -> bool:...
2176
+
2177
+
2178
+ # Skipped Widen due to it being static, abstract and generic.
2179
+
2180
+ Widen : Widen_MethodGroup
2181
+ class Widen_MethodGroup:
2182
+ def __call__(self, source: Vector256_1[float]) -> ValueTuple_2[Vector256_1[float], Vector256_1[float]]:...
2183
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2184
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2185
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2186
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2187
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2188
+ # Method Widen(source : Vector256`1) was skipped since it collides with above method
2189
+
2190
+ # Skipped WidenLower due to it being static, abstract and generic.
2191
+
2192
+ WidenLower : WidenLower_MethodGroup
2193
+ class WidenLower_MethodGroup:
2194
+ def __call__(self, source: Vector256_1[float]) -> Vector256_1[float]:...
2195
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2196
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2197
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2198
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2199
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2200
+ # Method WidenLower(source : Vector256`1) was skipped since it collides with above method
2201
+
2202
+ # Skipped WidenUpper due to it being static, abstract and generic.
2203
+
2204
+ WidenUpper : WidenUpper_MethodGroup
2205
+ class WidenUpper_MethodGroup:
2206
+ def __call__(self, source: Vector256_1[float]) -> Vector256_1[float]:...
2207
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2208
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2209
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2210
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2211
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2212
+ # Method WidenUpper(source : Vector256`1) was skipped since it collides with above method
2213
+
2214
+ # Skipped WithElement due to it being static, abstract and generic.
2215
+
2216
+ WithElement : WithElement_MethodGroup
2217
+ class WithElement_MethodGroup:
2218
+ def __getitem__(self, t:typing.Type[WithElement_1_T1]) -> WithElement_1[WithElement_1_T1]: ...
2219
+
2220
+ WithElement_1_T1 = typing.TypeVar('WithElement_1_T1')
2221
+ class WithElement_1(typing.Generic[WithElement_1_T1]):
2222
+ WithElement_1_T = Vector256_0.WithElement_MethodGroup.WithElement_1_T1
2223
+ def __call__(self, vector: Vector256_1[WithElement_1_T], index: int, value: WithElement_1_T) -> Vector256_1[WithElement_1_T]:...
2224
+
2225
+
2226
+ # Skipped WithLower due to it being static, abstract and generic.
2227
+
2228
+ WithLower : WithLower_MethodGroup
2229
+ class WithLower_MethodGroup:
2230
+ def __getitem__(self, t:typing.Type[WithLower_1_T1]) -> WithLower_1[WithLower_1_T1]: ...
2231
+
2232
+ WithLower_1_T1 = typing.TypeVar('WithLower_1_T1')
2233
+ class WithLower_1(typing.Generic[WithLower_1_T1]):
2234
+ WithLower_1_T = Vector256_0.WithLower_MethodGroup.WithLower_1_T1
2235
+ def __call__(self, vector: Vector256_1[WithLower_1_T], value: Vector128_1[WithLower_1_T]) -> Vector256_1[WithLower_1_T]:...
2236
+
2237
+
2238
+ # Skipped WithUpper due to it being static, abstract and generic.
2239
+
2240
+ WithUpper : WithUpper_MethodGroup
2241
+ class WithUpper_MethodGroup:
2242
+ def __getitem__(self, t:typing.Type[WithUpper_1_T1]) -> WithUpper_1[WithUpper_1_T1]: ...
2243
+
2244
+ WithUpper_1_T1 = typing.TypeVar('WithUpper_1_T1')
2245
+ class WithUpper_1(typing.Generic[WithUpper_1_T1]):
2246
+ WithUpper_1_T = Vector256_0.WithUpper_MethodGroup.WithUpper_1_T1
2247
+ def __call__(self, vector: Vector256_1[WithUpper_1_T], value: Vector128_1[WithUpper_1_T]) -> Vector256_1[WithUpper_1_T]:...
2248
+
2249
+
2250
+ # Skipped Xor due to it being static, abstract and generic.
2251
+
2252
+ Xor : Xor_MethodGroup
2253
+ class Xor_MethodGroup:
2254
+ def __getitem__(self, t:typing.Type[Xor_1_T1]) -> Xor_1[Xor_1_T1]: ...
2255
+
2256
+ Xor_1_T1 = typing.TypeVar('Xor_1_T1')
2257
+ class Xor_1(typing.Generic[Xor_1_T1]):
2258
+ Xor_1_T = Vector256_0.Xor_MethodGroup.Xor_1_T1
2259
+ def __call__(self, left: Vector256_1[Xor_1_T], right: Vector256_1[Xor_1_T]) -> Vector256_1[Xor_1_T]:...
2260
+
2261
+
2262
+
2263
+
2264
+ Vector256_1_T = typing.TypeVar('Vector256_1_T')
2265
+ class Vector256_1(typing.Generic[Vector256_1_T], IEquatable_1[Vector256_1[Vector256_1_T]]):
2266
+ @classmethod
2267
+ @property
2268
+ def AllBitsSet(cls) -> Vector256_1[Vector256_1_T]: ...
2269
+ @classmethod
2270
+ @property
2271
+ def Count(cls) -> int: ...
2272
+ @classmethod
2273
+ @property
2274
+ def IsSupported(cls) -> bool: ...
2275
+ @property
2276
+ def Item(self) -> Vector256_1_T: ...
2277
+ @classmethod
2278
+ @property
2279
+ def One(cls) -> Vector256_1[Vector256_1_T]: ...
2280
+ @classmethod
2281
+ @property
2282
+ def Zero(cls) -> Vector256_1[Vector256_1_T]: ...
2283
+ def GetHashCode(self) -> int: ...
2284
+ def __add__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2285
+ def __and__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2286
+ def __or__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2287
+ @typing.overload
2288
+ def __truediv__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2289
+ @typing.overload
2290
+ def __truediv__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1_T) -> Vector256_1[Vector256_1_T]: ...
2291
+ def __eq__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> bool: ...
2292
+ def __xor__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2293
+ def __ne__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> bool: ...
2294
+ def __lshift__(self, value: Vector256_1[Vector256_1_T], shiftCount: int) -> Vector256_1[Vector256_1_T]: ...
2295
+ @typing.overload
2296
+ def __mul__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2297
+ @typing.overload
2298
+ def __mul__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1_T) -> Vector256_1[Vector256_1_T]: ...
2299
+ @typing.overload
2300
+ def __mul__(self, left: Vector256_1_T, right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2301
+ def __invert__(self, vector: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2302
+ def __rshift__(self, value: Vector256_1[Vector256_1_T], shiftCount: int) -> Vector256_1[Vector256_1_T]: ...
2303
+ def __sub__(self, left: Vector256_1[Vector256_1_T], right: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2304
+ def __neg__(self, vector: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2305
+ def __pos__(self, value: Vector256_1[Vector256_1_T]) -> Vector256_1[Vector256_1_T]: ...
2306
+ # Operator not supported op_UnsignedRightShift(value: Vector256`1, shiftCount: Int32)
2307
+ def ToString(self) -> str: ...
2308
+ # Skipped Equals due to it being static, abstract and generic.
2309
+
2310
+ Equals : Equals_MethodGroup[Vector256_1_T]
2311
+ Equals_MethodGroup_Vector256_1_T = typing.TypeVar('Equals_MethodGroup_Vector256_1_T')
2312
+ class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_Vector256_1_T]):
2313
+ Equals_MethodGroup_Vector256_1_T = Vector256_1.Equals_MethodGroup_Vector256_1_T
2314
+ @typing.overload
2315
+ def __call__(self, other: Vector256_1[Equals_MethodGroup_Vector256_1_T]) -> bool:...
2316
+ @typing.overload
2317
+ def __call__(self, obj: typing.Any) -> bool:...
2318
+
2319
+
2320
+
2321
+ class Vector512_GenericClasses(abc.ABCMeta):
2322
+ Generic_Vector512_GenericClasses_Vector512_1_T = typing.TypeVar('Generic_Vector512_GenericClasses_Vector512_1_T')
2323
+ def __getitem__(self, types : typing.Type[Generic_Vector512_GenericClasses_Vector512_1_T]) -> typing.Type[Vector512_1[Generic_Vector512_GenericClasses_Vector512_1_T]]: ...
2324
+
2325
+ class Vector512(Vector512_0, metaclass =Vector512_GenericClasses): ...
2326
+
2327
+ class Vector512_0(abc.ABC):
2328
+ @classmethod
2329
+ @property
2330
+ def IsHardwareAccelerated(cls) -> bool: ...
2331
+ @staticmethod
2332
+ def ConvertToInt32(vector: Vector512_1[float]) -> Vector512_1[int]: ...
2333
+ @staticmethod
2334
+ def ConvertToInt64(vector: Vector512_1[float]) -> Vector512_1[int]: ...
2335
+ @staticmethod
2336
+ def ConvertToUInt32(vector: Vector512_1[float]) -> Vector512_1[int]: ...
2337
+ @staticmethod
2338
+ def ConvertToUInt64(vector: Vector512_1[float]) -> Vector512_1[int]: ...
2339
+ # Skipped Abs due to it being static, abstract and generic.
2340
+
2341
+ Abs : Abs_MethodGroup
2342
+ class Abs_MethodGroup:
2343
+ def __getitem__(self, t:typing.Type[Abs_1_T1]) -> Abs_1[Abs_1_T1]: ...
2344
+
2345
+ Abs_1_T1 = typing.TypeVar('Abs_1_T1')
2346
+ class Abs_1(typing.Generic[Abs_1_T1]):
2347
+ Abs_1_T = Vector512_0.Abs_MethodGroup.Abs_1_T1
2348
+ def __call__(self, vector: Vector512_1[Abs_1_T]) -> Vector512_1[Abs_1_T]:...
2349
+
2350
+
2351
+ # Skipped Add due to it being static, abstract and generic.
2352
+
2353
+ Add : Add_MethodGroup
2354
+ class Add_MethodGroup:
2355
+ def __getitem__(self, t:typing.Type[Add_1_T1]) -> Add_1[Add_1_T1]: ...
2356
+
2357
+ Add_1_T1 = typing.TypeVar('Add_1_T1')
2358
+ class Add_1(typing.Generic[Add_1_T1]):
2359
+ Add_1_T = Vector512_0.Add_MethodGroup.Add_1_T1
2360
+ def __call__(self, left: Vector512_1[Add_1_T], right: Vector512_1[Add_1_T]) -> Vector512_1[Add_1_T]:...
2361
+
2362
+
2363
+ # Skipped AndNot due to it being static, abstract and generic.
2364
+
2365
+ AndNot : AndNot_MethodGroup
2366
+ class AndNot_MethodGroup:
2367
+ def __getitem__(self, t:typing.Type[AndNot_1_T1]) -> AndNot_1[AndNot_1_T1]: ...
2368
+
2369
+ AndNot_1_T1 = typing.TypeVar('AndNot_1_T1')
2370
+ class AndNot_1(typing.Generic[AndNot_1_T1]):
2371
+ AndNot_1_T = Vector512_0.AndNot_MethodGroup.AndNot_1_T1
2372
+ def __call__(self, left: Vector512_1[AndNot_1_T], right: Vector512_1[AndNot_1_T]) -> Vector512_1[AndNot_1_T]:...
2373
+
2374
+
2375
+ # Skipped As due to it being static, abstract and generic.
2376
+
2377
+ As : As_MethodGroup
2378
+ class As_MethodGroup:
2379
+ def __getitem__(self, t:typing.Tuple[typing.Type[As_2_T1], typing.Type[As_2_T2]]) -> As_2[As_2_T1, As_2_T2]: ...
2380
+
2381
+ As_2_T1 = typing.TypeVar('As_2_T1')
2382
+ As_2_T2 = typing.TypeVar('As_2_T2')
2383
+ class As_2(typing.Generic[As_2_T1, As_2_T2]):
2384
+ As_2_TFrom = Vector512_0.As_MethodGroup.As_2_T1
2385
+ As_2_TTo = Vector512_0.As_MethodGroup.As_2_T2
2386
+ def __call__(self, vector: Vector512_1[As_2_TFrom]) -> Vector512_1[As_2_TTo]:...
2387
+
2388
+
2389
+ # Skipped AsByte due to it being static, abstract and generic.
2390
+
2391
+ AsByte : AsByte_MethodGroup
2392
+ class AsByte_MethodGroup:
2393
+ def __getitem__(self, t:typing.Type[AsByte_1_T1]) -> AsByte_1[AsByte_1_T1]: ...
2394
+
2395
+ AsByte_1_T1 = typing.TypeVar('AsByte_1_T1')
2396
+ class AsByte_1(typing.Generic[AsByte_1_T1]):
2397
+ AsByte_1_T = Vector512_0.AsByte_MethodGroup.AsByte_1_T1
2398
+ def __call__(self, vector: Vector512_1[AsByte_1_T]) -> Vector512_1[int]:...
2399
+
2400
+
2401
+ # Skipped AsDouble due to it being static, abstract and generic.
2402
+
2403
+ AsDouble : AsDouble_MethodGroup
2404
+ class AsDouble_MethodGroup:
2405
+ def __getitem__(self, t:typing.Type[AsDouble_1_T1]) -> AsDouble_1[AsDouble_1_T1]: ...
2406
+
2407
+ AsDouble_1_T1 = typing.TypeVar('AsDouble_1_T1')
2408
+ class AsDouble_1(typing.Generic[AsDouble_1_T1]):
2409
+ AsDouble_1_T = Vector512_0.AsDouble_MethodGroup.AsDouble_1_T1
2410
+ def __call__(self, vector: Vector512_1[AsDouble_1_T]) -> Vector512_1[float]:...
2411
+
2412
+
2413
+ # Skipped AsInt16 due to it being static, abstract and generic.
2414
+
2415
+ AsInt16 : AsInt16_MethodGroup
2416
+ class AsInt16_MethodGroup:
2417
+ def __getitem__(self, t:typing.Type[AsInt16_1_T1]) -> AsInt16_1[AsInt16_1_T1]: ...
2418
+
2419
+ AsInt16_1_T1 = typing.TypeVar('AsInt16_1_T1')
2420
+ class AsInt16_1(typing.Generic[AsInt16_1_T1]):
2421
+ AsInt16_1_T = Vector512_0.AsInt16_MethodGroup.AsInt16_1_T1
2422
+ def __call__(self, vector: Vector512_1[AsInt16_1_T]) -> Vector512_1[int]:...
2423
+
2424
+
2425
+ # Skipped AsInt32 due to it being static, abstract and generic.
2426
+
2427
+ AsInt32 : AsInt32_MethodGroup
2428
+ class AsInt32_MethodGroup:
2429
+ def __getitem__(self, t:typing.Type[AsInt32_1_T1]) -> AsInt32_1[AsInt32_1_T1]: ...
2430
+
2431
+ AsInt32_1_T1 = typing.TypeVar('AsInt32_1_T1')
2432
+ class AsInt32_1(typing.Generic[AsInt32_1_T1]):
2433
+ AsInt32_1_T = Vector512_0.AsInt32_MethodGroup.AsInt32_1_T1
2434
+ def __call__(self, vector: Vector512_1[AsInt32_1_T]) -> Vector512_1[int]:...
2435
+
2436
+
2437
+ # Skipped AsInt64 due to it being static, abstract and generic.
2438
+
2439
+ AsInt64 : AsInt64_MethodGroup
2440
+ class AsInt64_MethodGroup:
2441
+ def __getitem__(self, t:typing.Type[AsInt64_1_T1]) -> AsInt64_1[AsInt64_1_T1]: ...
2442
+
2443
+ AsInt64_1_T1 = typing.TypeVar('AsInt64_1_T1')
2444
+ class AsInt64_1(typing.Generic[AsInt64_1_T1]):
2445
+ AsInt64_1_T = Vector512_0.AsInt64_MethodGroup.AsInt64_1_T1
2446
+ def __call__(self, vector: Vector512_1[AsInt64_1_T]) -> Vector512_1[int]:...
2447
+
2448
+
2449
+ # Skipped AsNInt due to it being static, abstract and generic.
2450
+
2451
+ AsNInt : AsNInt_MethodGroup
2452
+ class AsNInt_MethodGroup:
2453
+ def __getitem__(self, t:typing.Type[AsNInt_1_T1]) -> AsNInt_1[AsNInt_1_T1]: ...
2454
+
2455
+ AsNInt_1_T1 = typing.TypeVar('AsNInt_1_T1')
2456
+ class AsNInt_1(typing.Generic[AsNInt_1_T1]):
2457
+ AsNInt_1_T = Vector512_0.AsNInt_MethodGroup.AsNInt_1_T1
2458
+ def __call__(self, vector: Vector512_1[AsNInt_1_T]) -> Vector512_1[int]:...
2459
+
2460
+
2461
+ # Skipped AsNUInt due to it being static, abstract and generic.
2462
+
2463
+ AsNUInt : AsNUInt_MethodGroup
2464
+ class AsNUInt_MethodGroup:
2465
+ def __getitem__(self, t:typing.Type[AsNUInt_1_T1]) -> AsNUInt_1[AsNUInt_1_T1]: ...
2466
+
2467
+ AsNUInt_1_T1 = typing.TypeVar('AsNUInt_1_T1')
2468
+ class AsNUInt_1(typing.Generic[AsNUInt_1_T1]):
2469
+ AsNUInt_1_T = Vector512_0.AsNUInt_MethodGroup.AsNUInt_1_T1
2470
+ def __call__(self, vector: Vector512_1[AsNUInt_1_T]) -> Vector512_1[UIntPtr]:...
2471
+
2472
+
2473
+ # Skipped AsSByte due to it being static, abstract and generic.
2474
+
2475
+ AsSByte : AsSByte_MethodGroup
2476
+ class AsSByte_MethodGroup:
2477
+ def __getitem__(self, t:typing.Type[AsSByte_1_T1]) -> AsSByte_1[AsSByte_1_T1]: ...
2478
+
2479
+ AsSByte_1_T1 = typing.TypeVar('AsSByte_1_T1')
2480
+ class AsSByte_1(typing.Generic[AsSByte_1_T1]):
2481
+ AsSByte_1_T = Vector512_0.AsSByte_MethodGroup.AsSByte_1_T1
2482
+ def __call__(self, vector: Vector512_1[AsSByte_1_T]) -> Vector512_1[int]:...
2483
+
2484
+
2485
+ # Skipped AsSingle due to it being static, abstract and generic.
2486
+
2487
+ AsSingle : AsSingle_MethodGroup
2488
+ class AsSingle_MethodGroup:
2489
+ def __getitem__(self, t:typing.Type[AsSingle_1_T1]) -> AsSingle_1[AsSingle_1_T1]: ...
2490
+
2491
+ AsSingle_1_T1 = typing.TypeVar('AsSingle_1_T1')
2492
+ class AsSingle_1(typing.Generic[AsSingle_1_T1]):
2493
+ AsSingle_1_T = Vector512_0.AsSingle_MethodGroup.AsSingle_1_T1
2494
+ def __call__(self, vector: Vector512_1[AsSingle_1_T]) -> Vector512_1[float]:...
2495
+
2496
+
2497
+ # Skipped AsUInt16 due to it being static, abstract and generic.
2498
+
2499
+ AsUInt16 : AsUInt16_MethodGroup
2500
+ class AsUInt16_MethodGroup:
2501
+ def __getitem__(self, t:typing.Type[AsUInt16_1_T1]) -> AsUInt16_1[AsUInt16_1_T1]: ...
2502
+
2503
+ AsUInt16_1_T1 = typing.TypeVar('AsUInt16_1_T1')
2504
+ class AsUInt16_1(typing.Generic[AsUInt16_1_T1]):
2505
+ AsUInt16_1_T = Vector512_0.AsUInt16_MethodGroup.AsUInt16_1_T1
2506
+ def __call__(self, vector: Vector512_1[AsUInt16_1_T]) -> Vector512_1[int]:...
2507
+
2508
+
2509
+ # Skipped AsUInt32 due to it being static, abstract and generic.
2510
+
2511
+ AsUInt32 : AsUInt32_MethodGroup
2512
+ class AsUInt32_MethodGroup:
2513
+ def __getitem__(self, t:typing.Type[AsUInt32_1_T1]) -> AsUInt32_1[AsUInt32_1_T1]: ...
2514
+
2515
+ AsUInt32_1_T1 = typing.TypeVar('AsUInt32_1_T1')
2516
+ class AsUInt32_1(typing.Generic[AsUInt32_1_T1]):
2517
+ AsUInt32_1_T = Vector512_0.AsUInt32_MethodGroup.AsUInt32_1_T1
2518
+ def __call__(self, vector: Vector512_1[AsUInt32_1_T]) -> Vector512_1[int]:...
2519
+
2520
+
2521
+ # Skipped AsUInt64 due to it being static, abstract and generic.
2522
+
2523
+ AsUInt64 : AsUInt64_MethodGroup
2524
+ class AsUInt64_MethodGroup:
2525
+ def __getitem__(self, t:typing.Type[AsUInt64_1_T1]) -> AsUInt64_1[AsUInt64_1_T1]: ...
2526
+
2527
+ AsUInt64_1_T1 = typing.TypeVar('AsUInt64_1_T1')
2528
+ class AsUInt64_1(typing.Generic[AsUInt64_1_T1]):
2529
+ AsUInt64_1_T = Vector512_0.AsUInt64_MethodGroup.AsUInt64_1_T1
2530
+ def __call__(self, vector: Vector512_1[AsUInt64_1_T]) -> Vector512_1[int]:...
2531
+
2532
+
2533
+ # Skipped AsVector due to it being static, abstract and generic.
2534
+
2535
+ AsVector : AsVector_MethodGroup
2536
+ class AsVector_MethodGroup:
2537
+ def __getitem__(self, t:typing.Type[AsVector_1_T1]) -> AsVector_1[AsVector_1_T1]: ...
2538
+
2539
+ AsVector_1_T1 = typing.TypeVar('AsVector_1_T1')
2540
+ class AsVector_1(typing.Generic[AsVector_1_T1]):
2541
+ AsVector_1_T = Vector512_0.AsVector_MethodGroup.AsVector_1_T1
2542
+ def __call__(self, value: Vector512_1[AsVector_1_T]) -> Vector_1[AsVector_1_T]:...
2543
+
2544
+
2545
+ # Skipped AsVector512 due to it being static, abstract and generic.
2546
+
2547
+ AsVector512 : AsVector512_MethodGroup
2548
+ class AsVector512_MethodGroup:
2549
+ def __getitem__(self, t:typing.Type[AsVector512_1_T1]) -> AsVector512_1[AsVector512_1_T1]: ...
2550
+
2551
+ AsVector512_1_T1 = typing.TypeVar('AsVector512_1_T1')
2552
+ class AsVector512_1(typing.Generic[AsVector512_1_T1]):
2553
+ AsVector512_1_T = Vector512_0.AsVector512_MethodGroup.AsVector512_1_T1
2554
+ def __call__(self, value: Vector_1[AsVector512_1_T]) -> Vector512_1[AsVector512_1_T]:...
2555
+
2556
+
2557
+ # Skipped BitwiseAnd due to it being static, abstract and generic.
2558
+
2559
+ BitwiseAnd : BitwiseAnd_MethodGroup
2560
+ class BitwiseAnd_MethodGroup:
2561
+ def __getitem__(self, t:typing.Type[BitwiseAnd_1_T1]) -> BitwiseAnd_1[BitwiseAnd_1_T1]: ...
2562
+
2563
+ BitwiseAnd_1_T1 = typing.TypeVar('BitwiseAnd_1_T1')
2564
+ class BitwiseAnd_1(typing.Generic[BitwiseAnd_1_T1]):
2565
+ BitwiseAnd_1_T = Vector512_0.BitwiseAnd_MethodGroup.BitwiseAnd_1_T1
2566
+ def __call__(self, left: Vector512_1[BitwiseAnd_1_T], right: Vector512_1[BitwiseAnd_1_T]) -> Vector512_1[BitwiseAnd_1_T]:...
2567
+
2568
+
2569
+ # Skipped BitwiseOr due to it being static, abstract and generic.
2570
+
2571
+ BitwiseOr : BitwiseOr_MethodGroup
2572
+ class BitwiseOr_MethodGroup:
2573
+ def __getitem__(self, t:typing.Type[BitwiseOr_1_T1]) -> BitwiseOr_1[BitwiseOr_1_T1]: ...
2574
+
2575
+ BitwiseOr_1_T1 = typing.TypeVar('BitwiseOr_1_T1')
2576
+ class BitwiseOr_1(typing.Generic[BitwiseOr_1_T1]):
2577
+ BitwiseOr_1_T = Vector512_0.BitwiseOr_MethodGroup.BitwiseOr_1_T1
2578
+ def __call__(self, left: Vector512_1[BitwiseOr_1_T], right: Vector512_1[BitwiseOr_1_T]) -> Vector512_1[BitwiseOr_1_T]:...
2579
+
2580
+
2581
+ # Skipped Ceiling due to it being static, abstract and generic.
2582
+
2583
+ Ceiling : Ceiling_MethodGroup
2584
+ class Ceiling_MethodGroup:
2585
+ def __call__(self, vector: Vector512_1[float]) -> Vector512_1[float]:...
2586
+ # Method Ceiling(vector : Vector512`1) was skipped since it collides with above method
2587
+
2588
+ # Skipped ConditionalSelect due to it being static, abstract and generic.
2589
+
2590
+ ConditionalSelect : ConditionalSelect_MethodGroup
2591
+ class ConditionalSelect_MethodGroup:
2592
+ def __getitem__(self, t:typing.Type[ConditionalSelect_1_T1]) -> ConditionalSelect_1[ConditionalSelect_1_T1]: ...
2593
+
2594
+ ConditionalSelect_1_T1 = typing.TypeVar('ConditionalSelect_1_T1')
2595
+ class ConditionalSelect_1(typing.Generic[ConditionalSelect_1_T1]):
2596
+ ConditionalSelect_1_T = Vector512_0.ConditionalSelect_MethodGroup.ConditionalSelect_1_T1
2597
+ def __call__(self, condition: Vector512_1[ConditionalSelect_1_T], left: Vector512_1[ConditionalSelect_1_T], right: Vector512_1[ConditionalSelect_1_T]) -> Vector512_1[ConditionalSelect_1_T]:...
2598
+
2599
+
2600
+ # Skipped ConvertToDouble due to it being static, abstract and generic.
2601
+
2602
+ ConvertToDouble : ConvertToDouble_MethodGroup
2603
+ class ConvertToDouble_MethodGroup:
2604
+ def __call__(self, vector: Vector512_1[int]) -> Vector512_1[float]:...
2605
+ # Method ConvertToDouble(vector : Vector512`1) was skipped since it collides with above method
2606
+
2607
+ # Skipped ConvertToSingle due to it being static, abstract and generic.
2608
+
2609
+ ConvertToSingle : ConvertToSingle_MethodGroup
2610
+ class ConvertToSingle_MethodGroup:
2611
+ def __call__(self, vector: Vector512_1[int]) -> Vector512_1[float]:...
2612
+ # Method ConvertToSingle(vector : Vector512`1) was skipped since it collides with above method
2613
+
2614
+ # Skipped CopyTo due to it being static, abstract and generic.
2615
+
2616
+ CopyTo : CopyTo_MethodGroup
2617
+ class CopyTo_MethodGroup:
2618
+ def __getitem__(self, t:typing.Type[CopyTo_1_T1]) -> CopyTo_1[CopyTo_1_T1]: ...
2619
+
2620
+ CopyTo_1_T1 = typing.TypeVar('CopyTo_1_T1')
2621
+ class CopyTo_1(typing.Generic[CopyTo_1_T1]):
2622
+ CopyTo_1_T = Vector512_0.CopyTo_MethodGroup.CopyTo_1_T1
2623
+ @typing.overload
2624
+ def __call__(self, vector: Vector512_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T]) -> None:...
2625
+ @typing.overload
2626
+ def __call__(self, vector: Vector512_1[CopyTo_1_T], destination: Span_1[CopyTo_1_T]) -> None:...
2627
+ @typing.overload
2628
+ def __call__(self, vector: Vector512_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T], startIndex: int) -> None:...
2629
+
2630
+
2631
+ # Skipped Create due to it being static, abstract and generic.
2632
+
2633
+ Create : Create_MethodGroup
2634
+ class Create_MethodGroup:
2635
+ def __getitem__(self, t:typing.Type[Create_1_T1]) -> Create_1[Create_1_T1]: ...
2636
+
2637
+ Create_1_T1 = typing.TypeVar('Create_1_T1')
2638
+ class Create_1(typing.Generic[Create_1_T1]):
2639
+ Create_1_T = Vector512_0.Create_MethodGroup.Create_1_T1
2640
+ @typing.overload
2641
+ def __call__(self, values: Array_1[Create_1_T]) -> Vector512_1[Create_1_T]:...
2642
+ @typing.overload
2643
+ def __call__(self, values: ReadOnlySpan_1[Create_1_T]) -> Vector512_1[Create_1_T]:...
2644
+ @typing.overload
2645
+ def __call__(self, value: Create_1_T) -> Vector512_1[Create_1_T]:...
2646
+ @typing.overload
2647
+ def __call__(self, values: Array_1[Create_1_T], index: int) -> Vector512_1[Create_1_T]:...
2648
+ @typing.overload
2649
+ def __call__(self, lower: Vector256_1[Create_1_T], upper: Vector256_1[Create_1_T]) -> Vector512_1[Create_1_T]:...
2650
+
2651
+ @typing.overload
2652
+ def __call__(self, value: float) -> Vector512_1[float]:...
2653
+ # Method Create(value : Single) was skipped since it collides with above method
2654
+ # Method Create(value : Byte) was skipped since it collides with above method
2655
+ # Method Create(value : Int16) was skipped since it collides with above method
2656
+ # Method Create(value : Int32) was skipped since it collides with above method
2657
+ # Method Create(value : Int64) was skipped since it collides with above method
2658
+ # Method Create(value : SByte) was skipped since it collides with above method
2659
+ # Method Create(value : UInt16) was skipped since it collides with above method
2660
+ # Method Create(value : UInt32) was skipped since it collides with above method
2661
+ # Method Create(value : UInt64) was skipped since it collides with above method
2662
+ # Method Create(value : IntPtr) was skipped since it collides with above method
2663
+ @typing.overload
2664
+ def __call__(self, value: UIntPtr) -> Vector512_1[UIntPtr]:...
2665
+ @typing.overload
2666
+ def __call__(self, lower: Vector256_1[float], upper: Vector256_1[float]) -> Vector512_1[float]:...
2667
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2668
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2669
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2670
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2671
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2672
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2673
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2674
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2675
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2676
+ # Method Create(lower : Vector256`1, upper : Vector256`1) was skipped since it collides with above method
2677
+ @typing.overload
2678
+ def __call__(self, lower: Vector256_1[UIntPtr], upper: Vector256_1[UIntPtr]) -> Vector512_1[UIntPtr]:...
2679
+ @typing.overload
2680
+ def __call__(self, e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float) -> Vector512_1[float]:...
2681
+ # Method Create(e0 : Int64, e1 : Int64, e2 : Int64, e3 : Int64, e4 : Int64, e5 : Int64, e6 : Int64, e7 : Int64) was skipped since it collides with above method
2682
+ # Method Create(e0 : UInt64, e1 : UInt64, e2 : UInt64, e3 : UInt64, e4 : UInt64, e5 : UInt64, e6 : UInt64, e7 : UInt64) was skipped since it collides with above method
2683
+ @typing.overload
2684
+ def __call__(self, e0: float, e1: float, e2: float, e3: float, e4: float, e5: float, e6: float, e7: float, e8: float, e9: float, e10: float, e11: float, e12: float, e13: float, e14: float, e15: float) -> Vector512_1[float]:...
2685
+ # Method Create(e0 : Int32, e1 : Int32, e2 : Int32, e3 : Int32, e4 : Int32, e5 : Int32, e6 : Int32, e7 : Int32, e8 : Int32, e9 : Int32, e10 : Int32, e11 : Int32, e12 : Int32, e13 : Int32, e14 : Int32, e15 : Int32) was skipped since it collides with above method
2686
+ # Method Create(e0 : UInt32, e1 : UInt32, e2 : UInt32, e3 : UInt32, e4 : UInt32, e5 : UInt32, e6 : UInt32, e7 : UInt32, e8 : UInt32, e9 : UInt32, e10 : UInt32, e11 : UInt32, e12 : UInt32, e13 : UInt32, e14 : UInt32, e15 : UInt32) was skipped since it collides with above method
2687
+ @typing.overload
2688
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int, e16: int, e17: int, e18: int, e19: int, e20: int, e21: int, e22: int, e23: int, e24: int, e25: int, e26: int, e27: int, e28: int, e29: int, e30: int, e31: int) -> Vector512_1[int]:...
2689
+ # Method Create(e0 : UInt16, e1 : UInt16, e2 : UInt16, e3 : UInt16, e4 : UInt16, e5 : UInt16, e6 : UInt16, e7 : UInt16, e8 : UInt16, e9 : UInt16, e10 : UInt16, e11 : UInt16, e12 : UInt16, e13 : UInt16, e14 : UInt16, e15 : UInt16, e16 : UInt16, e17 : UInt16, e18 : UInt16, e19 : UInt16, e20 : UInt16, e21 : UInt16, e22 : UInt16, e23 : UInt16, e24 : UInt16, e25 : UInt16, e26 : UInt16, e27 : UInt16, e28 : UInt16, e29 : UInt16, e30 : UInt16, e31 : UInt16) was skipped since it collides with above method
2690
+ @typing.overload
2691
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int, e8: int, e9: int, e10: int, e11: int, e12: int, e13: int, e14: int, e15: int, e16: int, e17: int, e18: int, e19: int, e20: int, e21: int, e22: int, e23: int, e24: int, e25: int, e26: int, e27: int, e28: int, e29: int, e30: int, e31: int, e32: int, e33: int, e34: int, e35: int, e36: int, e37: int, e38: int, e39: int, e40: int, e41: int, e42: int, e43: int, e44: int, e45: int, e46: int, e47: int, e48: int, e49: int, e50: int, e51: int, e52: int, e53: int, e54: int, e55: int, e56: int, e57: int, e58: int, e59: int, e60: int, e61: int, e62: int, e63: int) -> Vector512_1[int]:...
2692
+ # Method Create(e0 : SByte, e1 : SByte, e2 : SByte, e3 : SByte, e4 : SByte, e5 : SByte, e6 : SByte, e7 : SByte, e8 : SByte, e9 : SByte, e10 : SByte, e11 : SByte, e12 : SByte, e13 : SByte, e14 : SByte, e15 : SByte, e16 : SByte, e17 : SByte, e18 : SByte, e19 : SByte, e20 : SByte, e21 : SByte, e22 : SByte, e23 : SByte, e24 : SByte, e25 : SByte, e26 : SByte, e27 : SByte, e28 : SByte, e29 : SByte, e30 : SByte, e31 : SByte, e32 : SByte, e33 : SByte, e34 : SByte, e35 : SByte, e36 : SByte, e37 : SByte, e38 : SByte, e39 : SByte, e40 : SByte, e41 : SByte, e42 : SByte, e43 : SByte, e44 : SByte, e45 : SByte, e46 : SByte, e47 : SByte, e48 : SByte, e49 : SByte, e50 : SByte, e51 : SByte, e52 : SByte, e53 : SByte, e54 : SByte, e55 : SByte, e56 : SByte, e57 : SByte, e58 : SByte, e59 : SByte, e60 : SByte, e61 : SByte, e62 : SByte, e63 : SByte) was skipped since it collides with above method
2693
+
2694
+ # Skipped CreateScalar due to it being static, abstract and generic.
2695
+
2696
+ CreateScalar : CreateScalar_MethodGroup
2697
+ class CreateScalar_MethodGroup:
2698
+ def __getitem__(self, t:typing.Type[CreateScalar_1_T1]) -> CreateScalar_1[CreateScalar_1_T1]: ...
2699
+
2700
+ CreateScalar_1_T1 = typing.TypeVar('CreateScalar_1_T1')
2701
+ class CreateScalar_1(typing.Generic[CreateScalar_1_T1]):
2702
+ CreateScalar_1_T = Vector512_0.CreateScalar_MethodGroup.CreateScalar_1_T1
2703
+ def __call__(self, value: CreateScalar_1_T) -> Vector512_1[CreateScalar_1_T]:...
2704
+
2705
+ @typing.overload
2706
+ def __call__(self, value: float) -> Vector512_1[float]:...
2707
+ # Method CreateScalar(value : Single) was skipped since it collides with above method
2708
+ # Method CreateScalar(value : Byte) was skipped since it collides with above method
2709
+ # Method CreateScalar(value : Int16) was skipped since it collides with above method
2710
+ # Method CreateScalar(value : Int32) was skipped since it collides with above method
2711
+ # Method CreateScalar(value : Int64) was skipped since it collides with above method
2712
+ # Method CreateScalar(value : SByte) was skipped since it collides with above method
2713
+ # Method CreateScalar(value : UInt16) was skipped since it collides with above method
2714
+ # Method CreateScalar(value : UInt32) was skipped since it collides with above method
2715
+ # Method CreateScalar(value : UInt64) was skipped since it collides with above method
2716
+ # Method CreateScalar(value : IntPtr) was skipped since it collides with above method
2717
+ @typing.overload
2718
+ def __call__(self, value: UIntPtr) -> Vector512_1[UIntPtr]:...
2719
+
2720
+ # Skipped CreateScalarUnsafe due to it being static, abstract and generic.
2721
+
2722
+ CreateScalarUnsafe : CreateScalarUnsafe_MethodGroup
2723
+ class CreateScalarUnsafe_MethodGroup:
2724
+ def __getitem__(self, t:typing.Type[CreateScalarUnsafe_1_T1]) -> CreateScalarUnsafe_1[CreateScalarUnsafe_1_T1]: ...
2725
+
2726
+ CreateScalarUnsafe_1_T1 = typing.TypeVar('CreateScalarUnsafe_1_T1')
2727
+ class CreateScalarUnsafe_1(typing.Generic[CreateScalarUnsafe_1_T1]):
2728
+ CreateScalarUnsafe_1_T = Vector512_0.CreateScalarUnsafe_MethodGroup.CreateScalarUnsafe_1_T1
2729
+ def __call__(self, value: CreateScalarUnsafe_1_T) -> Vector512_1[CreateScalarUnsafe_1_T]:...
2730
+
2731
+ @typing.overload
2732
+ def __call__(self, value: float) -> Vector512_1[float]:...
2733
+ # Method CreateScalarUnsafe(value : Single) was skipped since it collides with above method
2734
+ # Method CreateScalarUnsafe(value : Byte) was skipped since it collides with above method
2735
+ # Method CreateScalarUnsafe(value : Int16) was skipped since it collides with above method
2736
+ # Method CreateScalarUnsafe(value : Int32) was skipped since it collides with above method
2737
+ # Method CreateScalarUnsafe(value : Int64) was skipped since it collides with above method
2738
+ # Method CreateScalarUnsafe(value : SByte) was skipped since it collides with above method
2739
+ # Method CreateScalarUnsafe(value : UInt16) was skipped since it collides with above method
2740
+ # Method CreateScalarUnsafe(value : UInt32) was skipped since it collides with above method
2741
+ # Method CreateScalarUnsafe(value : UInt64) was skipped since it collides with above method
2742
+ # Method CreateScalarUnsafe(value : IntPtr) was skipped since it collides with above method
2743
+ @typing.overload
2744
+ def __call__(self, value: UIntPtr) -> Vector512_1[UIntPtr]:...
2745
+
2746
+ # Skipped Divide due to it being static, abstract and generic.
2747
+
2748
+ Divide : Divide_MethodGroup
2749
+ class Divide_MethodGroup:
2750
+ def __getitem__(self, t:typing.Type[Divide_1_T1]) -> Divide_1[Divide_1_T1]: ...
2751
+
2752
+ Divide_1_T1 = typing.TypeVar('Divide_1_T1')
2753
+ class Divide_1(typing.Generic[Divide_1_T1]):
2754
+ Divide_1_T = Vector512_0.Divide_MethodGroup.Divide_1_T1
2755
+ @typing.overload
2756
+ def __call__(self, left: Vector512_1[Divide_1_T], right: Vector512_1[Divide_1_T]) -> Vector512_1[Divide_1_T]:...
2757
+ @typing.overload
2758
+ def __call__(self, left: Vector512_1[Divide_1_T], right: Divide_1_T) -> Vector512_1[Divide_1_T]:...
2759
+
2760
+
2761
+ # Skipped Dot due to it being static, abstract and generic.
2762
+
2763
+ Dot : Dot_MethodGroup
2764
+ class Dot_MethodGroup:
2765
+ def __getitem__(self, t:typing.Type[Dot_1_T1]) -> Dot_1[Dot_1_T1]: ...
2766
+
2767
+ Dot_1_T1 = typing.TypeVar('Dot_1_T1')
2768
+ class Dot_1(typing.Generic[Dot_1_T1]):
2769
+ Dot_1_T = Vector512_0.Dot_MethodGroup.Dot_1_T1
2770
+ def __call__(self, left: Vector512_1[Dot_1_T], right: Vector512_1[Dot_1_T]) -> Dot_1_T:...
2771
+
2772
+
2773
+ # Skipped Equals due to it being static, abstract and generic.
2774
+
2775
+ Equals : Equals_MethodGroup
2776
+ class Equals_MethodGroup:
2777
+ def __getitem__(self, t:typing.Type[Equals_1_T1]) -> Equals_1[Equals_1_T1]: ...
2778
+
2779
+ Equals_1_T1 = typing.TypeVar('Equals_1_T1')
2780
+ class Equals_1(typing.Generic[Equals_1_T1]):
2781
+ Equals_1_T = Vector512_0.Equals_MethodGroup.Equals_1_T1
2782
+ def __call__(self, left: Vector512_1[Equals_1_T], right: Vector512_1[Equals_1_T]) -> Vector512_1[Equals_1_T]:...
2783
+
2784
+
2785
+ # Skipped EqualsAll due to it being static, abstract and generic.
2786
+
2787
+ EqualsAll : EqualsAll_MethodGroup
2788
+ class EqualsAll_MethodGroup:
2789
+ def __getitem__(self, t:typing.Type[EqualsAll_1_T1]) -> EqualsAll_1[EqualsAll_1_T1]: ...
2790
+
2791
+ EqualsAll_1_T1 = typing.TypeVar('EqualsAll_1_T1')
2792
+ class EqualsAll_1(typing.Generic[EqualsAll_1_T1]):
2793
+ EqualsAll_1_T = Vector512_0.EqualsAll_MethodGroup.EqualsAll_1_T1
2794
+ def __call__(self, left: Vector512_1[EqualsAll_1_T], right: Vector512_1[EqualsAll_1_T]) -> bool:...
2795
+
2796
+
2797
+ # Skipped EqualsAny due to it being static, abstract and generic.
2798
+
2799
+ EqualsAny : EqualsAny_MethodGroup
2800
+ class EqualsAny_MethodGroup:
2801
+ def __getitem__(self, t:typing.Type[EqualsAny_1_T1]) -> EqualsAny_1[EqualsAny_1_T1]: ...
2802
+
2803
+ EqualsAny_1_T1 = typing.TypeVar('EqualsAny_1_T1')
2804
+ class EqualsAny_1(typing.Generic[EqualsAny_1_T1]):
2805
+ EqualsAny_1_T = Vector512_0.EqualsAny_MethodGroup.EqualsAny_1_T1
2806
+ def __call__(self, left: Vector512_1[EqualsAny_1_T], right: Vector512_1[EqualsAny_1_T]) -> bool:...
2807
+
2808
+
2809
+ # Skipped ExtractMostSignificantBits due to it being static, abstract and generic.
2810
+
2811
+ ExtractMostSignificantBits : ExtractMostSignificantBits_MethodGroup
2812
+ class ExtractMostSignificantBits_MethodGroup:
2813
+ def __getitem__(self, t:typing.Type[ExtractMostSignificantBits_1_T1]) -> ExtractMostSignificantBits_1[ExtractMostSignificantBits_1_T1]: ...
2814
+
2815
+ ExtractMostSignificantBits_1_T1 = typing.TypeVar('ExtractMostSignificantBits_1_T1')
2816
+ class ExtractMostSignificantBits_1(typing.Generic[ExtractMostSignificantBits_1_T1]):
2817
+ ExtractMostSignificantBits_1_T = Vector512_0.ExtractMostSignificantBits_MethodGroup.ExtractMostSignificantBits_1_T1
2818
+ def __call__(self, vector: Vector512_1[ExtractMostSignificantBits_1_T]) -> int:...
2819
+
2820
+
2821
+ # Skipped Floor due to it being static, abstract and generic.
2822
+
2823
+ Floor : Floor_MethodGroup
2824
+ class Floor_MethodGroup:
2825
+ def __call__(self, vector: Vector512_1[float]) -> Vector512_1[float]:...
2826
+ # Method Floor(vector : Vector512`1) was skipped since it collides with above method
2827
+
2828
+ # Skipped GetElement due to it being static, abstract and generic.
2829
+
2830
+ GetElement : GetElement_MethodGroup
2831
+ class GetElement_MethodGroup:
2832
+ def __getitem__(self, t:typing.Type[GetElement_1_T1]) -> GetElement_1[GetElement_1_T1]: ...
2833
+
2834
+ GetElement_1_T1 = typing.TypeVar('GetElement_1_T1')
2835
+ class GetElement_1(typing.Generic[GetElement_1_T1]):
2836
+ GetElement_1_T = Vector512_0.GetElement_MethodGroup.GetElement_1_T1
2837
+ def __call__(self, vector: Vector512_1[GetElement_1_T], index: int) -> GetElement_1_T:...
2838
+
2839
+
2840
+ # Skipped GetLower due to it being static, abstract and generic.
2841
+
2842
+ GetLower : GetLower_MethodGroup
2843
+ class GetLower_MethodGroup:
2844
+ def __getitem__(self, t:typing.Type[GetLower_1_T1]) -> GetLower_1[GetLower_1_T1]: ...
2845
+
2846
+ GetLower_1_T1 = typing.TypeVar('GetLower_1_T1')
2847
+ class GetLower_1(typing.Generic[GetLower_1_T1]):
2848
+ GetLower_1_T = Vector512_0.GetLower_MethodGroup.GetLower_1_T1
2849
+ def __call__(self, vector: Vector512_1[GetLower_1_T]) -> Vector256_1[GetLower_1_T]:...
2850
+
2851
+
2852
+ # Skipped GetUpper due to it being static, abstract and generic.
2853
+
2854
+ GetUpper : GetUpper_MethodGroup
2855
+ class GetUpper_MethodGroup:
2856
+ def __getitem__(self, t:typing.Type[GetUpper_1_T1]) -> GetUpper_1[GetUpper_1_T1]: ...
2857
+
2858
+ GetUpper_1_T1 = typing.TypeVar('GetUpper_1_T1')
2859
+ class GetUpper_1(typing.Generic[GetUpper_1_T1]):
2860
+ GetUpper_1_T = Vector512_0.GetUpper_MethodGroup.GetUpper_1_T1
2861
+ def __call__(self, vector: Vector512_1[GetUpper_1_T]) -> Vector256_1[GetUpper_1_T]:...
2862
+
2863
+
2864
+ # Skipped GreaterThan due to it being static, abstract and generic.
2865
+
2866
+ GreaterThan : GreaterThan_MethodGroup
2867
+ class GreaterThan_MethodGroup:
2868
+ def __getitem__(self, t:typing.Type[GreaterThan_1_T1]) -> GreaterThan_1[GreaterThan_1_T1]: ...
2869
+
2870
+ GreaterThan_1_T1 = typing.TypeVar('GreaterThan_1_T1')
2871
+ class GreaterThan_1(typing.Generic[GreaterThan_1_T1]):
2872
+ GreaterThan_1_T = Vector512_0.GreaterThan_MethodGroup.GreaterThan_1_T1
2873
+ def __call__(self, left: Vector512_1[GreaterThan_1_T], right: Vector512_1[GreaterThan_1_T]) -> Vector512_1[GreaterThan_1_T]:...
2874
+
2875
+
2876
+ # Skipped GreaterThanAll due to it being static, abstract and generic.
2877
+
2878
+ GreaterThanAll : GreaterThanAll_MethodGroup
2879
+ class GreaterThanAll_MethodGroup:
2880
+ def __getitem__(self, t:typing.Type[GreaterThanAll_1_T1]) -> GreaterThanAll_1[GreaterThanAll_1_T1]: ...
2881
+
2882
+ GreaterThanAll_1_T1 = typing.TypeVar('GreaterThanAll_1_T1')
2883
+ class GreaterThanAll_1(typing.Generic[GreaterThanAll_1_T1]):
2884
+ GreaterThanAll_1_T = Vector512_0.GreaterThanAll_MethodGroup.GreaterThanAll_1_T1
2885
+ def __call__(self, left: Vector512_1[GreaterThanAll_1_T], right: Vector512_1[GreaterThanAll_1_T]) -> bool:...
2886
+
2887
+
2888
+ # Skipped GreaterThanAny due to it being static, abstract and generic.
2889
+
2890
+ GreaterThanAny : GreaterThanAny_MethodGroup
2891
+ class GreaterThanAny_MethodGroup:
2892
+ def __getitem__(self, t:typing.Type[GreaterThanAny_1_T1]) -> GreaterThanAny_1[GreaterThanAny_1_T1]: ...
2893
+
2894
+ GreaterThanAny_1_T1 = typing.TypeVar('GreaterThanAny_1_T1')
2895
+ class GreaterThanAny_1(typing.Generic[GreaterThanAny_1_T1]):
2896
+ GreaterThanAny_1_T = Vector512_0.GreaterThanAny_MethodGroup.GreaterThanAny_1_T1
2897
+ def __call__(self, left: Vector512_1[GreaterThanAny_1_T], right: Vector512_1[GreaterThanAny_1_T]) -> bool:...
2898
+
2899
+
2900
+ # Skipped GreaterThanOrEqual due to it being static, abstract and generic.
2901
+
2902
+ GreaterThanOrEqual : GreaterThanOrEqual_MethodGroup
2903
+ class GreaterThanOrEqual_MethodGroup:
2904
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqual_1_T1]) -> GreaterThanOrEqual_1[GreaterThanOrEqual_1_T1]: ...
2905
+
2906
+ GreaterThanOrEqual_1_T1 = typing.TypeVar('GreaterThanOrEqual_1_T1')
2907
+ class GreaterThanOrEqual_1(typing.Generic[GreaterThanOrEqual_1_T1]):
2908
+ GreaterThanOrEqual_1_T = Vector512_0.GreaterThanOrEqual_MethodGroup.GreaterThanOrEqual_1_T1
2909
+ def __call__(self, left: Vector512_1[GreaterThanOrEqual_1_T], right: Vector512_1[GreaterThanOrEqual_1_T]) -> Vector512_1[GreaterThanOrEqual_1_T]:...
2910
+
2911
+
2912
+ # Skipped GreaterThanOrEqualAll due to it being static, abstract and generic.
2913
+
2914
+ GreaterThanOrEqualAll : GreaterThanOrEqualAll_MethodGroup
2915
+ class GreaterThanOrEqualAll_MethodGroup:
2916
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAll_1_T1]) -> GreaterThanOrEqualAll_1[GreaterThanOrEqualAll_1_T1]: ...
2917
+
2918
+ GreaterThanOrEqualAll_1_T1 = typing.TypeVar('GreaterThanOrEqualAll_1_T1')
2919
+ class GreaterThanOrEqualAll_1(typing.Generic[GreaterThanOrEqualAll_1_T1]):
2920
+ GreaterThanOrEqualAll_1_T = Vector512_0.GreaterThanOrEqualAll_MethodGroup.GreaterThanOrEqualAll_1_T1
2921
+ def __call__(self, left: Vector512_1[GreaterThanOrEqualAll_1_T], right: Vector512_1[GreaterThanOrEqualAll_1_T]) -> bool:...
2922
+
2923
+
2924
+ # Skipped GreaterThanOrEqualAny due to it being static, abstract and generic.
2925
+
2926
+ GreaterThanOrEqualAny : GreaterThanOrEqualAny_MethodGroup
2927
+ class GreaterThanOrEqualAny_MethodGroup:
2928
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAny_1_T1]) -> GreaterThanOrEqualAny_1[GreaterThanOrEqualAny_1_T1]: ...
2929
+
2930
+ GreaterThanOrEqualAny_1_T1 = typing.TypeVar('GreaterThanOrEqualAny_1_T1')
2931
+ class GreaterThanOrEqualAny_1(typing.Generic[GreaterThanOrEqualAny_1_T1]):
2932
+ GreaterThanOrEqualAny_1_T = Vector512_0.GreaterThanOrEqualAny_MethodGroup.GreaterThanOrEqualAny_1_T1
2933
+ def __call__(self, left: Vector512_1[GreaterThanOrEqualAny_1_T], right: Vector512_1[GreaterThanOrEqualAny_1_T]) -> bool:...
2934
+
2935
+
2936
+ # Skipped LessThan due to it being static, abstract and generic.
2937
+
2938
+ LessThan : LessThan_MethodGroup
2939
+ class LessThan_MethodGroup:
2940
+ def __getitem__(self, t:typing.Type[LessThan_1_T1]) -> LessThan_1[LessThan_1_T1]: ...
2941
+
2942
+ LessThan_1_T1 = typing.TypeVar('LessThan_1_T1')
2943
+ class LessThan_1(typing.Generic[LessThan_1_T1]):
2944
+ LessThan_1_T = Vector512_0.LessThan_MethodGroup.LessThan_1_T1
2945
+ def __call__(self, left: Vector512_1[LessThan_1_T], right: Vector512_1[LessThan_1_T]) -> Vector512_1[LessThan_1_T]:...
2946
+
2947
+
2948
+ # Skipped LessThanAll due to it being static, abstract and generic.
2949
+
2950
+ LessThanAll : LessThanAll_MethodGroup
2951
+ class LessThanAll_MethodGroup:
2952
+ def __getitem__(self, t:typing.Type[LessThanAll_1_T1]) -> LessThanAll_1[LessThanAll_1_T1]: ...
2953
+
2954
+ LessThanAll_1_T1 = typing.TypeVar('LessThanAll_1_T1')
2955
+ class LessThanAll_1(typing.Generic[LessThanAll_1_T1]):
2956
+ LessThanAll_1_T = Vector512_0.LessThanAll_MethodGroup.LessThanAll_1_T1
2957
+ def __call__(self, left: Vector512_1[LessThanAll_1_T], right: Vector512_1[LessThanAll_1_T]) -> bool:...
2958
+
2959
+
2960
+ # Skipped LessThanAny due to it being static, abstract and generic.
2961
+
2962
+ LessThanAny : LessThanAny_MethodGroup
2963
+ class LessThanAny_MethodGroup:
2964
+ def __getitem__(self, t:typing.Type[LessThanAny_1_T1]) -> LessThanAny_1[LessThanAny_1_T1]: ...
2965
+
2966
+ LessThanAny_1_T1 = typing.TypeVar('LessThanAny_1_T1')
2967
+ class LessThanAny_1(typing.Generic[LessThanAny_1_T1]):
2968
+ LessThanAny_1_T = Vector512_0.LessThanAny_MethodGroup.LessThanAny_1_T1
2969
+ def __call__(self, left: Vector512_1[LessThanAny_1_T], right: Vector512_1[LessThanAny_1_T]) -> bool:...
2970
+
2971
+
2972
+ # Skipped LessThanOrEqual due to it being static, abstract and generic.
2973
+
2974
+ LessThanOrEqual : LessThanOrEqual_MethodGroup
2975
+ class LessThanOrEqual_MethodGroup:
2976
+ def __getitem__(self, t:typing.Type[LessThanOrEqual_1_T1]) -> LessThanOrEqual_1[LessThanOrEqual_1_T1]: ...
2977
+
2978
+ LessThanOrEqual_1_T1 = typing.TypeVar('LessThanOrEqual_1_T1')
2979
+ class LessThanOrEqual_1(typing.Generic[LessThanOrEqual_1_T1]):
2980
+ LessThanOrEqual_1_T = Vector512_0.LessThanOrEqual_MethodGroup.LessThanOrEqual_1_T1
2981
+ def __call__(self, left: Vector512_1[LessThanOrEqual_1_T], right: Vector512_1[LessThanOrEqual_1_T]) -> Vector512_1[LessThanOrEqual_1_T]:...
2982
+
2983
+
2984
+ # Skipped LessThanOrEqualAll due to it being static, abstract and generic.
2985
+
2986
+ LessThanOrEqualAll : LessThanOrEqualAll_MethodGroup
2987
+ class LessThanOrEqualAll_MethodGroup:
2988
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAll_1_T1]) -> LessThanOrEqualAll_1[LessThanOrEqualAll_1_T1]: ...
2989
+
2990
+ LessThanOrEqualAll_1_T1 = typing.TypeVar('LessThanOrEqualAll_1_T1')
2991
+ class LessThanOrEqualAll_1(typing.Generic[LessThanOrEqualAll_1_T1]):
2992
+ LessThanOrEqualAll_1_T = Vector512_0.LessThanOrEqualAll_MethodGroup.LessThanOrEqualAll_1_T1
2993
+ def __call__(self, left: Vector512_1[LessThanOrEqualAll_1_T], right: Vector512_1[LessThanOrEqualAll_1_T]) -> bool:...
2994
+
2995
+
2996
+ # Skipped LessThanOrEqualAny due to it being static, abstract and generic.
2997
+
2998
+ LessThanOrEqualAny : LessThanOrEqualAny_MethodGroup
2999
+ class LessThanOrEqualAny_MethodGroup:
3000
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAny_1_T1]) -> LessThanOrEqualAny_1[LessThanOrEqualAny_1_T1]: ...
3001
+
3002
+ LessThanOrEqualAny_1_T1 = typing.TypeVar('LessThanOrEqualAny_1_T1')
3003
+ class LessThanOrEqualAny_1(typing.Generic[LessThanOrEqualAny_1_T1]):
3004
+ LessThanOrEqualAny_1_T = Vector512_0.LessThanOrEqualAny_MethodGroup.LessThanOrEqualAny_1_T1
3005
+ def __call__(self, left: Vector512_1[LessThanOrEqualAny_1_T], right: Vector512_1[LessThanOrEqualAny_1_T]) -> bool:...
3006
+
3007
+
3008
+ # Skipped Load due to it being static, abstract and generic.
3009
+
3010
+ Load : Load_MethodGroup
3011
+ class Load_MethodGroup:
3012
+ def __getitem__(self, t:typing.Type[Load_1_T1]) -> Load_1[Load_1_T1]: ...
3013
+
3014
+ Load_1_T1 = typing.TypeVar('Load_1_T1')
3015
+ class Load_1(typing.Generic[Load_1_T1]):
3016
+ Load_1_T = Vector512_0.Load_MethodGroup.Load_1_T1
3017
+ def __call__(self, source: clr.Reference[Load_1_T]) -> Vector512_1[Load_1_T]:...
3018
+
3019
+
3020
+ # Skipped LoadAligned due to it being static, abstract and generic.
3021
+
3022
+ LoadAligned : LoadAligned_MethodGroup
3023
+ class LoadAligned_MethodGroup:
3024
+ def __getitem__(self, t:typing.Type[LoadAligned_1_T1]) -> LoadAligned_1[LoadAligned_1_T1]: ...
3025
+
3026
+ LoadAligned_1_T1 = typing.TypeVar('LoadAligned_1_T1')
3027
+ class LoadAligned_1(typing.Generic[LoadAligned_1_T1]):
3028
+ LoadAligned_1_T = Vector512_0.LoadAligned_MethodGroup.LoadAligned_1_T1
3029
+ def __call__(self, source: clr.Reference[LoadAligned_1_T]) -> Vector512_1[LoadAligned_1_T]:...
3030
+
3031
+
3032
+ # Skipped LoadAlignedNonTemporal due to it being static, abstract and generic.
3033
+
3034
+ LoadAlignedNonTemporal : LoadAlignedNonTemporal_MethodGroup
3035
+ class LoadAlignedNonTemporal_MethodGroup:
3036
+ def __getitem__(self, t:typing.Type[LoadAlignedNonTemporal_1_T1]) -> LoadAlignedNonTemporal_1[LoadAlignedNonTemporal_1_T1]: ...
3037
+
3038
+ LoadAlignedNonTemporal_1_T1 = typing.TypeVar('LoadAlignedNonTemporal_1_T1')
3039
+ class LoadAlignedNonTemporal_1(typing.Generic[LoadAlignedNonTemporal_1_T1]):
3040
+ LoadAlignedNonTemporal_1_T = Vector512_0.LoadAlignedNonTemporal_MethodGroup.LoadAlignedNonTemporal_1_T1
3041
+ def __call__(self, source: clr.Reference[LoadAlignedNonTemporal_1_T]) -> Vector512_1[LoadAlignedNonTemporal_1_T]:...
3042
+
3043
+
3044
+ # Skipped LoadUnsafe due to it being static, abstract and generic.
3045
+
3046
+ LoadUnsafe : LoadUnsafe_MethodGroup
3047
+ class LoadUnsafe_MethodGroup:
3048
+ def __getitem__(self, t:typing.Type[LoadUnsafe_1_T1]) -> LoadUnsafe_1[LoadUnsafe_1_T1]: ...
3049
+
3050
+ LoadUnsafe_1_T1 = typing.TypeVar('LoadUnsafe_1_T1')
3051
+ class LoadUnsafe_1(typing.Generic[LoadUnsafe_1_T1]):
3052
+ LoadUnsafe_1_T = Vector512_0.LoadUnsafe_MethodGroup.LoadUnsafe_1_T1
3053
+ @typing.overload
3054
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T]) -> Vector512_1[LoadUnsafe_1_T]:...
3055
+ @typing.overload
3056
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T], elementOffset: UIntPtr) -> Vector512_1[LoadUnsafe_1_T]:...
3057
+
3058
+
3059
+ # Skipped Max due to it being static, abstract and generic.
3060
+
3061
+ Max : Max_MethodGroup
3062
+ class Max_MethodGroup:
3063
+ def __getitem__(self, t:typing.Type[Max_1_T1]) -> Max_1[Max_1_T1]: ...
3064
+
3065
+ Max_1_T1 = typing.TypeVar('Max_1_T1')
3066
+ class Max_1(typing.Generic[Max_1_T1]):
3067
+ Max_1_T = Vector512_0.Max_MethodGroup.Max_1_T1
3068
+ def __call__(self, left: Vector512_1[Max_1_T], right: Vector512_1[Max_1_T]) -> Vector512_1[Max_1_T]:...
3069
+
3070
+
3071
+ # Skipped Min due to it being static, abstract and generic.
3072
+
3073
+ Min : Min_MethodGroup
3074
+ class Min_MethodGroup:
3075
+ def __getitem__(self, t:typing.Type[Min_1_T1]) -> Min_1[Min_1_T1]: ...
3076
+
3077
+ Min_1_T1 = typing.TypeVar('Min_1_T1')
3078
+ class Min_1(typing.Generic[Min_1_T1]):
3079
+ Min_1_T = Vector512_0.Min_MethodGroup.Min_1_T1
3080
+ def __call__(self, left: Vector512_1[Min_1_T], right: Vector512_1[Min_1_T]) -> Vector512_1[Min_1_T]:...
3081
+
3082
+
3083
+ # Skipped Multiply due to it being static, abstract and generic.
3084
+
3085
+ Multiply : Multiply_MethodGroup
3086
+ class Multiply_MethodGroup:
3087
+ def __getitem__(self, t:typing.Type[Multiply_1_T1]) -> Multiply_1[Multiply_1_T1]: ...
3088
+
3089
+ Multiply_1_T1 = typing.TypeVar('Multiply_1_T1')
3090
+ class Multiply_1(typing.Generic[Multiply_1_T1]):
3091
+ Multiply_1_T = Vector512_0.Multiply_MethodGroup.Multiply_1_T1
3092
+ @typing.overload
3093
+ def __call__(self, left: Vector512_1[Multiply_1_T], right: Vector512_1[Multiply_1_T]) -> Vector512_1[Multiply_1_T]:...
3094
+ @typing.overload
3095
+ def __call__(self, left: Vector512_1[Multiply_1_T], right: Multiply_1_T) -> Vector512_1[Multiply_1_T]:...
3096
+ @typing.overload
3097
+ def __call__(self, left: Multiply_1_T, right: Vector512_1[Multiply_1_T]) -> Vector512_1[Multiply_1_T]:...
3098
+
3099
+
3100
+ # Skipped Narrow due to it being static, abstract and generic.
3101
+
3102
+ Narrow : Narrow_MethodGroup
3103
+ class Narrow_MethodGroup:
3104
+ def __call__(self, lower: Vector512_1[float], upper: Vector512_1[float]) -> Vector512_1[float]:...
3105
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3106
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3107
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3108
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3109
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3110
+ # Method Narrow(lower : Vector512`1, upper : Vector512`1) was skipped since it collides with above method
3111
+
3112
+ # Skipped Negate due to it being static, abstract and generic.
3113
+
3114
+ Negate : Negate_MethodGroup
3115
+ class Negate_MethodGroup:
3116
+ def __getitem__(self, t:typing.Type[Negate_1_T1]) -> Negate_1[Negate_1_T1]: ...
3117
+
3118
+ Negate_1_T1 = typing.TypeVar('Negate_1_T1')
3119
+ class Negate_1(typing.Generic[Negate_1_T1]):
3120
+ Negate_1_T = Vector512_0.Negate_MethodGroup.Negate_1_T1
3121
+ def __call__(self, vector: Vector512_1[Negate_1_T]) -> Vector512_1[Negate_1_T]:...
3122
+
3123
+
3124
+ # Skipped OnesComplement due to it being static, abstract and generic.
3125
+
3126
+ OnesComplement : OnesComplement_MethodGroup
3127
+ class OnesComplement_MethodGroup:
3128
+ def __getitem__(self, t:typing.Type[OnesComplement_1_T1]) -> OnesComplement_1[OnesComplement_1_T1]: ...
3129
+
3130
+ OnesComplement_1_T1 = typing.TypeVar('OnesComplement_1_T1')
3131
+ class OnesComplement_1(typing.Generic[OnesComplement_1_T1]):
3132
+ OnesComplement_1_T = Vector512_0.OnesComplement_MethodGroup.OnesComplement_1_T1
3133
+ def __call__(self, vector: Vector512_1[OnesComplement_1_T]) -> Vector512_1[OnesComplement_1_T]:...
3134
+
3135
+
3136
+ # Skipped ShiftLeft due to it being static, abstract and generic.
3137
+
3138
+ ShiftLeft : ShiftLeft_MethodGroup
3139
+ class ShiftLeft_MethodGroup:
3140
+ @typing.overload
3141
+ def __call__(self, vector: Vector512_1[int], shiftCount: int) -> Vector512_1[int]:...
3142
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3143
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3144
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3145
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3146
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3147
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3148
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3149
+ # Method ShiftLeft(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3150
+ @typing.overload
3151
+ def __call__(self, vector: Vector512_1[UIntPtr], shiftCount: int) -> Vector512_1[UIntPtr]:...
3152
+
3153
+ # Skipped ShiftRightArithmetic due to it being static, abstract and generic.
3154
+
3155
+ ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
3156
+ class ShiftRightArithmetic_MethodGroup:
3157
+ def __call__(self, vector: Vector512_1[int], shiftCount: int) -> Vector512_1[int]:...
3158
+ # Method ShiftRightArithmetic(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3159
+ # Method ShiftRightArithmetic(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3160
+ # Method ShiftRightArithmetic(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3161
+ # Method ShiftRightArithmetic(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3162
+
3163
+ # Skipped ShiftRightLogical due to it being static, abstract and generic.
3164
+
3165
+ ShiftRightLogical : ShiftRightLogical_MethodGroup
3166
+ class ShiftRightLogical_MethodGroup:
3167
+ @typing.overload
3168
+ def __call__(self, vector: Vector512_1[int], shiftCount: int) -> Vector512_1[int]:...
3169
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3170
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3171
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3172
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3173
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3174
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3175
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3176
+ # Method ShiftRightLogical(vector : Vector512`1, shiftCount : Int32) was skipped since it collides with above method
3177
+ @typing.overload
3178
+ def __call__(self, vector: Vector512_1[UIntPtr], shiftCount: int) -> Vector512_1[UIntPtr]:...
3179
+
3180
+ # Skipped Shuffle due to it being static, abstract and generic.
3181
+
3182
+ Shuffle : Shuffle_MethodGroup
3183
+ class Shuffle_MethodGroup:
3184
+ def __call__(self, vector: Vector512_1[float], indices: Vector512_1[int]) -> Vector512_1[float]:...
3185
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3186
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3187
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3188
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3189
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3190
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3191
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3192
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3193
+ # Method Shuffle(vector : Vector512`1, indices : Vector512`1) was skipped since it collides with above method
3194
+
3195
+ # Skipped Sqrt due to it being static, abstract and generic.
3196
+
3197
+ Sqrt : Sqrt_MethodGroup
3198
+ class Sqrt_MethodGroup:
3199
+ def __getitem__(self, t:typing.Type[Sqrt_1_T1]) -> Sqrt_1[Sqrt_1_T1]: ...
3200
+
3201
+ Sqrt_1_T1 = typing.TypeVar('Sqrt_1_T1')
3202
+ class Sqrt_1(typing.Generic[Sqrt_1_T1]):
3203
+ Sqrt_1_T = Vector512_0.Sqrt_MethodGroup.Sqrt_1_T1
3204
+ def __call__(self, vector: Vector512_1[Sqrt_1_T]) -> Vector512_1[Sqrt_1_T]:...
3205
+
3206
+
3207
+ # Skipped Store due to it being static, abstract and generic.
3208
+
3209
+ Store : Store_MethodGroup
3210
+ class Store_MethodGroup:
3211
+ def __getitem__(self, t:typing.Type[Store_1_T1]) -> Store_1[Store_1_T1]: ...
3212
+
3213
+ Store_1_T1 = typing.TypeVar('Store_1_T1')
3214
+ class Store_1(typing.Generic[Store_1_T1]):
3215
+ Store_1_T = Vector512_0.Store_MethodGroup.Store_1_T1
3216
+ def __call__(self, source: Vector512_1[Store_1_T], destination: clr.Reference[Store_1_T]) -> None:...
3217
+
3218
+
3219
+ # Skipped StoreAligned due to it being static, abstract and generic.
3220
+
3221
+ StoreAligned : StoreAligned_MethodGroup
3222
+ class StoreAligned_MethodGroup:
3223
+ def __getitem__(self, t:typing.Type[StoreAligned_1_T1]) -> StoreAligned_1[StoreAligned_1_T1]: ...
3224
+
3225
+ StoreAligned_1_T1 = typing.TypeVar('StoreAligned_1_T1')
3226
+ class StoreAligned_1(typing.Generic[StoreAligned_1_T1]):
3227
+ StoreAligned_1_T = Vector512_0.StoreAligned_MethodGroup.StoreAligned_1_T1
3228
+ def __call__(self, source: Vector512_1[StoreAligned_1_T], destination: clr.Reference[StoreAligned_1_T]) -> None:...
3229
+
3230
+
3231
+ # Skipped StoreAlignedNonTemporal due to it being static, abstract and generic.
3232
+
3233
+ StoreAlignedNonTemporal : StoreAlignedNonTemporal_MethodGroup
3234
+ class StoreAlignedNonTemporal_MethodGroup:
3235
+ def __getitem__(self, t:typing.Type[StoreAlignedNonTemporal_1_T1]) -> StoreAlignedNonTemporal_1[StoreAlignedNonTemporal_1_T1]: ...
3236
+
3237
+ StoreAlignedNonTemporal_1_T1 = typing.TypeVar('StoreAlignedNonTemporal_1_T1')
3238
+ class StoreAlignedNonTemporal_1(typing.Generic[StoreAlignedNonTemporal_1_T1]):
3239
+ StoreAlignedNonTemporal_1_T = Vector512_0.StoreAlignedNonTemporal_MethodGroup.StoreAlignedNonTemporal_1_T1
3240
+ def __call__(self, source: Vector512_1[StoreAlignedNonTemporal_1_T], destination: clr.Reference[StoreAlignedNonTemporal_1_T]) -> None:...
3241
+
3242
+
3243
+ # Skipped StoreUnsafe due to it being static, abstract and generic.
3244
+
3245
+ StoreUnsafe : StoreUnsafe_MethodGroup
3246
+ class StoreUnsafe_MethodGroup:
3247
+ def __getitem__(self, t:typing.Type[StoreUnsafe_1_T1]) -> StoreUnsafe_1[StoreUnsafe_1_T1]: ...
3248
+
3249
+ StoreUnsafe_1_T1 = typing.TypeVar('StoreUnsafe_1_T1')
3250
+ class StoreUnsafe_1(typing.Generic[StoreUnsafe_1_T1]):
3251
+ StoreUnsafe_1_T = Vector512_0.StoreUnsafe_MethodGroup.StoreUnsafe_1_T1
3252
+ @typing.overload
3253
+ def __call__(self, source: Vector512_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T]) -> None:...
3254
+ @typing.overload
3255
+ def __call__(self, source: Vector512_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T], elementOffset: UIntPtr) -> None:...
3256
+
3257
+
3258
+ # Skipped Subtract due to it being static, abstract and generic.
3259
+
3260
+ Subtract : Subtract_MethodGroup
3261
+ class Subtract_MethodGroup:
3262
+ def __getitem__(self, t:typing.Type[Subtract_1_T1]) -> Subtract_1[Subtract_1_T1]: ...
3263
+
3264
+ Subtract_1_T1 = typing.TypeVar('Subtract_1_T1')
3265
+ class Subtract_1(typing.Generic[Subtract_1_T1]):
3266
+ Subtract_1_T = Vector512_0.Subtract_MethodGroup.Subtract_1_T1
3267
+ def __call__(self, left: Vector512_1[Subtract_1_T], right: Vector512_1[Subtract_1_T]) -> Vector512_1[Subtract_1_T]:...
3268
+
3269
+
3270
+ # Skipped Sum due to it being static, abstract and generic.
3271
+
3272
+ Sum : Sum_MethodGroup
3273
+ class Sum_MethodGroup:
3274
+ def __getitem__(self, t:typing.Type[Sum_1_T1]) -> Sum_1[Sum_1_T1]: ...
3275
+
3276
+ Sum_1_T1 = typing.TypeVar('Sum_1_T1')
3277
+ class Sum_1(typing.Generic[Sum_1_T1]):
3278
+ Sum_1_T = Vector512_0.Sum_MethodGroup.Sum_1_T1
3279
+ def __call__(self, vector: Vector512_1[Sum_1_T]) -> Sum_1_T:...
3280
+
3281
+
3282
+ # Skipped ToScalar due to it being static, abstract and generic.
3283
+
3284
+ ToScalar : ToScalar_MethodGroup
3285
+ class ToScalar_MethodGroup:
3286
+ def __getitem__(self, t:typing.Type[ToScalar_1_T1]) -> ToScalar_1[ToScalar_1_T1]: ...
3287
+
3288
+ ToScalar_1_T1 = typing.TypeVar('ToScalar_1_T1')
3289
+ class ToScalar_1(typing.Generic[ToScalar_1_T1]):
3290
+ ToScalar_1_T = Vector512_0.ToScalar_MethodGroup.ToScalar_1_T1
3291
+ def __call__(self, vector: Vector512_1[ToScalar_1_T]) -> ToScalar_1_T:...
3292
+
3293
+
3294
+ # Skipped TryCopyTo due to it being static, abstract and generic.
3295
+
3296
+ TryCopyTo : TryCopyTo_MethodGroup
3297
+ class TryCopyTo_MethodGroup:
3298
+ def __getitem__(self, t:typing.Type[TryCopyTo_1_T1]) -> TryCopyTo_1[TryCopyTo_1_T1]: ...
3299
+
3300
+ TryCopyTo_1_T1 = typing.TypeVar('TryCopyTo_1_T1')
3301
+ class TryCopyTo_1(typing.Generic[TryCopyTo_1_T1]):
3302
+ TryCopyTo_1_T = Vector512_0.TryCopyTo_MethodGroup.TryCopyTo_1_T1
3303
+ def __call__(self, vector: Vector512_1[TryCopyTo_1_T], destination: Span_1[TryCopyTo_1_T]) -> bool:...
3304
+
3305
+
3306
+ # Skipped Widen due to it being static, abstract and generic.
3307
+
3308
+ Widen : Widen_MethodGroup
3309
+ class Widen_MethodGroup:
3310
+ def __call__(self, source: Vector512_1[float]) -> ValueTuple_2[Vector512_1[float], Vector512_1[float]]:...
3311
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3312
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3313
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3314
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3315
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3316
+ # Method Widen(source : Vector512`1) was skipped since it collides with above method
3317
+
3318
+ # Skipped WidenLower due to it being static, abstract and generic.
3319
+
3320
+ WidenLower : WidenLower_MethodGroup
3321
+ class WidenLower_MethodGroup:
3322
+ def __call__(self, source: Vector512_1[float]) -> Vector512_1[float]:...
3323
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3324
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3325
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3326
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3327
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3328
+ # Method WidenLower(source : Vector512`1) was skipped since it collides with above method
3329
+
3330
+ # Skipped WidenUpper due to it being static, abstract and generic.
3331
+
3332
+ WidenUpper : WidenUpper_MethodGroup
3333
+ class WidenUpper_MethodGroup:
3334
+ def __call__(self, source: Vector512_1[float]) -> Vector512_1[float]:...
3335
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3336
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3337
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3338
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3339
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3340
+ # Method WidenUpper(source : Vector512`1) was skipped since it collides with above method
3341
+
3342
+ # Skipped WithElement due to it being static, abstract and generic.
3343
+
3344
+ WithElement : WithElement_MethodGroup
3345
+ class WithElement_MethodGroup:
3346
+ def __getitem__(self, t:typing.Type[WithElement_1_T1]) -> WithElement_1[WithElement_1_T1]: ...
3347
+
3348
+ WithElement_1_T1 = typing.TypeVar('WithElement_1_T1')
3349
+ class WithElement_1(typing.Generic[WithElement_1_T1]):
3350
+ WithElement_1_T = Vector512_0.WithElement_MethodGroup.WithElement_1_T1
3351
+ def __call__(self, vector: Vector512_1[WithElement_1_T], index: int, value: WithElement_1_T) -> Vector512_1[WithElement_1_T]:...
3352
+
3353
+
3354
+ # Skipped WithLower due to it being static, abstract and generic.
3355
+
3356
+ WithLower : WithLower_MethodGroup
3357
+ class WithLower_MethodGroup:
3358
+ def __getitem__(self, t:typing.Type[WithLower_1_T1]) -> WithLower_1[WithLower_1_T1]: ...
3359
+
3360
+ WithLower_1_T1 = typing.TypeVar('WithLower_1_T1')
3361
+ class WithLower_1(typing.Generic[WithLower_1_T1]):
3362
+ WithLower_1_T = Vector512_0.WithLower_MethodGroup.WithLower_1_T1
3363
+ def __call__(self, vector: Vector512_1[WithLower_1_T], value: Vector256_1[WithLower_1_T]) -> Vector512_1[WithLower_1_T]:...
3364
+
3365
+
3366
+ # Skipped WithUpper due to it being static, abstract and generic.
3367
+
3368
+ WithUpper : WithUpper_MethodGroup
3369
+ class WithUpper_MethodGroup:
3370
+ def __getitem__(self, t:typing.Type[WithUpper_1_T1]) -> WithUpper_1[WithUpper_1_T1]: ...
3371
+
3372
+ WithUpper_1_T1 = typing.TypeVar('WithUpper_1_T1')
3373
+ class WithUpper_1(typing.Generic[WithUpper_1_T1]):
3374
+ WithUpper_1_T = Vector512_0.WithUpper_MethodGroup.WithUpper_1_T1
3375
+ def __call__(self, vector: Vector512_1[WithUpper_1_T], value: Vector256_1[WithUpper_1_T]) -> Vector512_1[WithUpper_1_T]:...
3376
+
3377
+
3378
+ # Skipped Xor due to it being static, abstract and generic.
3379
+
3380
+ Xor : Xor_MethodGroup
3381
+ class Xor_MethodGroup:
3382
+ def __getitem__(self, t:typing.Type[Xor_1_T1]) -> Xor_1[Xor_1_T1]: ...
3383
+
3384
+ Xor_1_T1 = typing.TypeVar('Xor_1_T1')
3385
+ class Xor_1(typing.Generic[Xor_1_T1]):
3386
+ Xor_1_T = Vector512_0.Xor_MethodGroup.Xor_1_T1
3387
+ def __call__(self, left: Vector512_1[Xor_1_T], right: Vector512_1[Xor_1_T]) -> Vector512_1[Xor_1_T]:...
3388
+
3389
+
3390
+
3391
+
3392
+ Vector512_1_T = typing.TypeVar('Vector512_1_T')
3393
+ class Vector512_1(typing.Generic[Vector512_1_T], IEquatable_1[Vector512_1[Vector512_1_T]]):
3394
+ @classmethod
3395
+ @property
3396
+ def AllBitsSet(cls) -> Vector512_1[Vector512_1_T]: ...
3397
+ @classmethod
3398
+ @property
3399
+ def Count(cls) -> int: ...
3400
+ @classmethod
3401
+ @property
3402
+ def IsSupported(cls) -> bool: ...
3403
+ @property
3404
+ def Item(self) -> Vector512_1_T: ...
3405
+ @classmethod
3406
+ @property
3407
+ def One(cls) -> Vector512_1[Vector512_1_T]: ...
3408
+ @classmethod
3409
+ @property
3410
+ def Zero(cls) -> Vector512_1[Vector512_1_T]: ...
3411
+ def GetHashCode(self) -> int: ...
3412
+ def __add__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3413
+ def __and__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3414
+ def __or__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3415
+ @typing.overload
3416
+ def __truediv__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3417
+ @typing.overload
3418
+ def __truediv__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1_T) -> Vector512_1[Vector512_1_T]: ...
3419
+ def __eq__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> bool: ...
3420
+ def __xor__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3421
+ def __ne__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> bool: ...
3422
+ def __lshift__(self, value: Vector512_1[Vector512_1_T], shiftCount: int) -> Vector512_1[Vector512_1_T]: ...
3423
+ @typing.overload
3424
+ def __mul__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3425
+ @typing.overload
3426
+ def __mul__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1_T) -> Vector512_1[Vector512_1_T]: ...
3427
+ @typing.overload
3428
+ def __mul__(self, left: Vector512_1_T, right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3429
+ def __invert__(self, vector: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3430
+ def __rshift__(self, value: Vector512_1[Vector512_1_T], shiftCount: int) -> Vector512_1[Vector512_1_T]: ...
3431
+ def __sub__(self, left: Vector512_1[Vector512_1_T], right: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3432
+ def __neg__(self, vector: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3433
+ def __pos__(self, value: Vector512_1[Vector512_1_T]) -> Vector512_1[Vector512_1_T]: ...
3434
+ # Operator not supported op_UnsignedRightShift(value: Vector512`1, shiftCount: Int32)
3435
+ def ToString(self) -> str: ...
3436
+ # Skipped Equals due to it being static, abstract and generic.
3437
+
3438
+ Equals : Equals_MethodGroup[Vector512_1_T]
3439
+ Equals_MethodGroup_Vector512_1_T = typing.TypeVar('Equals_MethodGroup_Vector512_1_T')
3440
+ class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_Vector512_1_T]):
3441
+ Equals_MethodGroup_Vector512_1_T = Vector512_1.Equals_MethodGroup_Vector512_1_T
3442
+ @typing.overload
3443
+ def __call__(self, other: Vector512_1[Equals_MethodGroup_Vector512_1_T]) -> bool:...
3444
+ @typing.overload
3445
+ def __call__(self, obj: typing.Any) -> bool:...
3446
+
3447
+
3448
+
3449
+ class Vector64_GenericClasses(abc.ABCMeta):
3450
+ Generic_Vector64_GenericClasses_Vector64_1_T = typing.TypeVar('Generic_Vector64_GenericClasses_Vector64_1_T')
3451
+ def __getitem__(self, types : typing.Type[Generic_Vector64_GenericClasses_Vector64_1_T]) -> typing.Type[Vector64_1[Generic_Vector64_GenericClasses_Vector64_1_T]]: ...
3452
+
3453
+ class Vector64(Vector64_0, metaclass =Vector64_GenericClasses): ...
3454
+
3455
+ class Vector64_0(abc.ABC):
3456
+ @classmethod
3457
+ @property
3458
+ def IsHardwareAccelerated(cls) -> bool: ...
3459
+ @staticmethod
3460
+ def ConvertToInt32(vector: Vector64_1[float]) -> Vector64_1[int]: ...
3461
+ @staticmethod
3462
+ def ConvertToInt64(vector: Vector64_1[float]) -> Vector64_1[int]: ...
3463
+ @staticmethod
3464
+ def ConvertToUInt32(vector: Vector64_1[float]) -> Vector64_1[int]: ...
3465
+ @staticmethod
3466
+ def ConvertToUInt64(vector: Vector64_1[float]) -> Vector64_1[int]: ...
3467
+ # Skipped Abs due to it being static, abstract and generic.
3468
+
3469
+ Abs : Abs_MethodGroup
3470
+ class Abs_MethodGroup:
3471
+ def __getitem__(self, t:typing.Type[Abs_1_T1]) -> Abs_1[Abs_1_T1]: ...
3472
+
3473
+ Abs_1_T1 = typing.TypeVar('Abs_1_T1')
3474
+ class Abs_1(typing.Generic[Abs_1_T1]):
3475
+ Abs_1_T = Vector64_0.Abs_MethodGroup.Abs_1_T1
3476
+ def __call__(self, vector: Vector64_1[Abs_1_T]) -> Vector64_1[Abs_1_T]:...
3477
+
3478
+
3479
+ # Skipped Add due to it being static, abstract and generic.
3480
+
3481
+ Add : Add_MethodGroup
3482
+ class Add_MethodGroup:
3483
+ def __getitem__(self, t:typing.Type[Add_1_T1]) -> Add_1[Add_1_T1]: ...
3484
+
3485
+ Add_1_T1 = typing.TypeVar('Add_1_T1')
3486
+ class Add_1(typing.Generic[Add_1_T1]):
3487
+ Add_1_T = Vector64_0.Add_MethodGroup.Add_1_T1
3488
+ def __call__(self, left: Vector64_1[Add_1_T], right: Vector64_1[Add_1_T]) -> Vector64_1[Add_1_T]:...
3489
+
3490
+
3491
+ # Skipped AndNot due to it being static, abstract and generic.
3492
+
3493
+ AndNot : AndNot_MethodGroup
3494
+ class AndNot_MethodGroup:
3495
+ def __getitem__(self, t:typing.Type[AndNot_1_T1]) -> AndNot_1[AndNot_1_T1]: ...
3496
+
3497
+ AndNot_1_T1 = typing.TypeVar('AndNot_1_T1')
3498
+ class AndNot_1(typing.Generic[AndNot_1_T1]):
3499
+ AndNot_1_T = Vector64_0.AndNot_MethodGroup.AndNot_1_T1
3500
+ def __call__(self, left: Vector64_1[AndNot_1_T], right: Vector64_1[AndNot_1_T]) -> Vector64_1[AndNot_1_T]:...
3501
+
3502
+
3503
+ # Skipped As due to it being static, abstract and generic.
3504
+
3505
+ As : As_MethodGroup
3506
+ class As_MethodGroup:
3507
+ def __getitem__(self, t:typing.Tuple[typing.Type[As_2_T1], typing.Type[As_2_T2]]) -> As_2[As_2_T1, As_2_T2]: ...
3508
+
3509
+ As_2_T1 = typing.TypeVar('As_2_T1')
3510
+ As_2_T2 = typing.TypeVar('As_2_T2')
3511
+ class As_2(typing.Generic[As_2_T1, As_2_T2]):
3512
+ As_2_TFrom = Vector64_0.As_MethodGroup.As_2_T1
3513
+ As_2_TTo = Vector64_0.As_MethodGroup.As_2_T2
3514
+ def __call__(self, vector: Vector64_1[As_2_TFrom]) -> Vector64_1[As_2_TTo]:...
3515
+
3516
+
3517
+ # Skipped AsByte due to it being static, abstract and generic.
3518
+
3519
+ AsByte : AsByte_MethodGroup
3520
+ class AsByte_MethodGroup:
3521
+ def __getitem__(self, t:typing.Type[AsByte_1_T1]) -> AsByte_1[AsByte_1_T1]: ...
3522
+
3523
+ AsByte_1_T1 = typing.TypeVar('AsByte_1_T1')
3524
+ class AsByte_1(typing.Generic[AsByte_1_T1]):
3525
+ AsByte_1_T = Vector64_0.AsByte_MethodGroup.AsByte_1_T1
3526
+ def __call__(self, vector: Vector64_1[AsByte_1_T]) -> Vector64_1[int]:...
3527
+
3528
+
3529
+ # Skipped AsDouble due to it being static, abstract and generic.
3530
+
3531
+ AsDouble : AsDouble_MethodGroup
3532
+ class AsDouble_MethodGroup:
3533
+ def __getitem__(self, t:typing.Type[AsDouble_1_T1]) -> AsDouble_1[AsDouble_1_T1]: ...
3534
+
3535
+ AsDouble_1_T1 = typing.TypeVar('AsDouble_1_T1')
3536
+ class AsDouble_1(typing.Generic[AsDouble_1_T1]):
3537
+ AsDouble_1_T = Vector64_0.AsDouble_MethodGroup.AsDouble_1_T1
3538
+ def __call__(self, vector: Vector64_1[AsDouble_1_T]) -> Vector64_1[float]:...
3539
+
3540
+
3541
+ # Skipped AsInt16 due to it being static, abstract and generic.
3542
+
3543
+ AsInt16 : AsInt16_MethodGroup
3544
+ class AsInt16_MethodGroup:
3545
+ def __getitem__(self, t:typing.Type[AsInt16_1_T1]) -> AsInt16_1[AsInt16_1_T1]: ...
3546
+
3547
+ AsInt16_1_T1 = typing.TypeVar('AsInt16_1_T1')
3548
+ class AsInt16_1(typing.Generic[AsInt16_1_T1]):
3549
+ AsInt16_1_T = Vector64_0.AsInt16_MethodGroup.AsInt16_1_T1
3550
+ def __call__(self, vector: Vector64_1[AsInt16_1_T]) -> Vector64_1[int]:...
3551
+
3552
+
3553
+ # Skipped AsInt32 due to it being static, abstract and generic.
3554
+
3555
+ AsInt32 : AsInt32_MethodGroup
3556
+ class AsInt32_MethodGroup:
3557
+ def __getitem__(self, t:typing.Type[AsInt32_1_T1]) -> AsInt32_1[AsInt32_1_T1]: ...
3558
+
3559
+ AsInt32_1_T1 = typing.TypeVar('AsInt32_1_T1')
3560
+ class AsInt32_1(typing.Generic[AsInt32_1_T1]):
3561
+ AsInt32_1_T = Vector64_0.AsInt32_MethodGroup.AsInt32_1_T1
3562
+ def __call__(self, vector: Vector64_1[AsInt32_1_T]) -> Vector64_1[int]:...
3563
+
3564
+
3565
+ # Skipped AsInt64 due to it being static, abstract and generic.
3566
+
3567
+ AsInt64 : AsInt64_MethodGroup
3568
+ class AsInt64_MethodGroup:
3569
+ def __getitem__(self, t:typing.Type[AsInt64_1_T1]) -> AsInt64_1[AsInt64_1_T1]: ...
3570
+
3571
+ AsInt64_1_T1 = typing.TypeVar('AsInt64_1_T1')
3572
+ class AsInt64_1(typing.Generic[AsInt64_1_T1]):
3573
+ AsInt64_1_T = Vector64_0.AsInt64_MethodGroup.AsInt64_1_T1
3574
+ def __call__(self, vector: Vector64_1[AsInt64_1_T]) -> Vector64_1[int]:...
3575
+
3576
+
3577
+ # Skipped AsNInt due to it being static, abstract and generic.
3578
+
3579
+ AsNInt : AsNInt_MethodGroup
3580
+ class AsNInt_MethodGroup:
3581
+ def __getitem__(self, t:typing.Type[AsNInt_1_T1]) -> AsNInt_1[AsNInt_1_T1]: ...
3582
+
3583
+ AsNInt_1_T1 = typing.TypeVar('AsNInt_1_T1')
3584
+ class AsNInt_1(typing.Generic[AsNInt_1_T1]):
3585
+ AsNInt_1_T = Vector64_0.AsNInt_MethodGroup.AsNInt_1_T1
3586
+ def __call__(self, vector: Vector64_1[AsNInt_1_T]) -> Vector64_1[int]:...
3587
+
3588
+
3589
+ # Skipped AsNUInt due to it being static, abstract and generic.
3590
+
3591
+ AsNUInt : AsNUInt_MethodGroup
3592
+ class AsNUInt_MethodGroup:
3593
+ def __getitem__(self, t:typing.Type[AsNUInt_1_T1]) -> AsNUInt_1[AsNUInt_1_T1]: ...
3594
+
3595
+ AsNUInt_1_T1 = typing.TypeVar('AsNUInt_1_T1')
3596
+ class AsNUInt_1(typing.Generic[AsNUInt_1_T1]):
3597
+ AsNUInt_1_T = Vector64_0.AsNUInt_MethodGroup.AsNUInt_1_T1
3598
+ def __call__(self, vector: Vector64_1[AsNUInt_1_T]) -> Vector64_1[UIntPtr]:...
3599
+
3600
+
3601
+ # Skipped AsSByte due to it being static, abstract and generic.
3602
+
3603
+ AsSByte : AsSByte_MethodGroup
3604
+ class AsSByte_MethodGroup:
3605
+ def __getitem__(self, t:typing.Type[AsSByte_1_T1]) -> AsSByte_1[AsSByte_1_T1]: ...
3606
+
3607
+ AsSByte_1_T1 = typing.TypeVar('AsSByte_1_T1')
3608
+ class AsSByte_1(typing.Generic[AsSByte_1_T1]):
3609
+ AsSByte_1_T = Vector64_0.AsSByte_MethodGroup.AsSByte_1_T1
3610
+ def __call__(self, vector: Vector64_1[AsSByte_1_T]) -> Vector64_1[int]:...
3611
+
3612
+
3613
+ # Skipped AsSingle due to it being static, abstract and generic.
3614
+
3615
+ AsSingle : AsSingle_MethodGroup
3616
+ class AsSingle_MethodGroup:
3617
+ def __getitem__(self, t:typing.Type[AsSingle_1_T1]) -> AsSingle_1[AsSingle_1_T1]: ...
3618
+
3619
+ AsSingle_1_T1 = typing.TypeVar('AsSingle_1_T1')
3620
+ class AsSingle_1(typing.Generic[AsSingle_1_T1]):
3621
+ AsSingle_1_T = Vector64_0.AsSingle_MethodGroup.AsSingle_1_T1
3622
+ def __call__(self, vector: Vector64_1[AsSingle_1_T]) -> Vector64_1[float]:...
3623
+
3624
+
3625
+ # Skipped AsUInt16 due to it being static, abstract and generic.
3626
+
3627
+ AsUInt16 : AsUInt16_MethodGroup
3628
+ class AsUInt16_MethodGroup:
3629
+ def __getitem__(self, t:typing.Type[AsUInt16_1_T1]) -> AsUInt16_1[AsUInt16_1_T1]: ...
3630
+
3631
+ AsUInt16_1_T1 = typing.TypeVar('AsUInt16_1_T1')
3632
+ class AsUInt16_1(typing.Generic[AsUInt16_1_T1]):
3633
+ AsUInt16_1_T = Vector64_0.AsUInt16_MethodGroup.AsUInt16_1_T1
3634
+ def __call__(self, vector: Vector64_1[AsUInt16_1_T]) -> Vector64_1[int]:...
3635
+
3636
+
3637
+ # Skipped AsUInt32 due to it being static, abstract and generic.
3638
+
3639
+ AsUInt32 : AsUInt32_MethodGroup
3640
+ class AsUInt32_MethodGroup:
3641
+ def __getitem__(self, t:typing.Type[AsUInt32_1_T1]) -> AsUInt32_1[AsUInt32_1_T1]: ...
3642
+
3643
+ AsUInt32_1_T1 = typing.TypeVar('AsUInt32_1_T1')
3644
+ class AsUInt32_1(typing.Generic[AsUInt32_1_T1]):
3645
+ AsUInt32_1_T = Vector64_0.AsUInt32_MethodGroup.AsUInt32_1_T1
3646
+ def __call__(self, vector: Vector64_1[AsUInt32_1_T]) -> Vector64_1[int]:...
3647
+
3648
+
3649
+ # Skipped AsUInt64 due to it being static, abstract and generic.
3650
+
3651
+ AsUInt64 : AsUInt64_MethodGroup
3652
+ class AsUInt64_MethodGroup:
3653
+ def __getitem__(self, t:typing.Type[AsUInt64_1_T1]) -> AsUInt64_1[AsUInt64_1_T1]: ...
3654
+
3655
+ AsUInt64_1_T1 = typing.TypeVar('AsUInt64_1_T1')
3656
+ class AsUInt64_1(typing.Generic[AsUInt64_1_T1]):
3657
+ AsUInt64_1_T = Vector64_0.AsUInt64_MethodGroup.AsUInt64_1_T1
3658
+ def __call__(self, vector: Vector64_1[AsUInt64_1_T]) -> Vector64_1[int]:...
3659
+
3660
+
3661
+ # Skipped BitwiseAnd due to it being static, abstract and generic.
3662
+
3663
+ BitwiseAnd : BitwiseAnd_MethodGroup
3664
+ class BitwiseAnd_MethodGroup:
3665
+ def __getitem__(self, t:typing.Type[BitwiseAnd_1_T1]) -> BitwiseAnd_1[BitwiseAnd_1_T1]: ...
3666
+
3667
+ BitwiseAnd_1_T1 = typing.TypeVar('BitwiseAnd_1_T1')
3668
+ class BitwiseAnd_1(typing.Generic[BitwiseAnd_1_T1]):
3669
+ BitwiseAnd_1_T = Vector64_0.BitwiseAnd_MethodGroup.BitwiseAnd_1_T1
3670
+ def __call__(self, left: Vector64_1[BitwiseAnd_1_T], right: Vector64_1[BitwiseAnd_1_T]) -> Vector64_1[BitwiseAnd_1_T]:...
3671
+
3672
+
3673
+ # Skipped BitwiseOr due to it being static, abstract and generic.
3674
+
3675
+ BitwiseOr : BitwiseOr_MethodGroup
3676
+ class BitwiseOr_MethodGroup:
3677
+ def __getitem__(self, t:typing.Type[BitwiseOr_1_T1]) -> BitwiseOr_1[BitwiseOr_1_T1]: ...
3678
+
3679
+ BitwiseOr_1_T1 = typing.TypeVar('BitwiseOr_1_T1')
3680
+ class BitwiseOr_1(typing.Generic[BitwiseOr_1_T1]):
3681
+ BitwiseOr_1_T = Vector64_0.BitwiseOr_MethodGroup.BitwiseOr_1_T1
3682
+ def __call__(self, left: Vector64_1[BitwiseOr_1_T], right: Vector64_1[BitwiseOr_1_T]) -> Vector64_1[BitwiseOr_1_T]:...
3683
+
3684
+
3685
+ # Skipped Ceiling due to it being static, abstract and generic.
3686
+
3687
+ Ceiling : Ceiling_MethodGroup
3688
+ class Ceiling_MethodGroup:
3689
+ def __call__(self, vector: Vector64_1[float]) -> Vector64_1[float]:...
3690
+ # Method Ceiling(vector : Vector64`1) was skipped since it collides with above method
3691
+
3692
+ # Skipped ConditionalSelect due to it being static, abstract and generic.
3693
+
3694
+ ConditionalSelect : ConditionalSelect_MethodGroup
3695
+ class ConditionalSelect_MethodGroup:
3696
+ def __getitem__(self, t:typing.Type[ConditionalSelect_1_T1]) -> ConditionalSelect_1[ConditionalSelect_1_T1]: ...
3697
+
3698
+ ConditionalSelect_1_T1 = typing.TypeVar('ConditionalSelect_1_T1')
3699
+ class ConditionalSelect_1(typing.Generic[ConditionalSelect_1_T1]):
3700
+ ConditionalSelect_1_T = Vector64_0.ConditionalSelect_MethodGroup.ConditionalSelect_1_T1
3701
+ def __call__(self, condition: Vector64_1[ConditionalSelect_1_T], left: Vector64_1[ConditionalSelect_1_T], right: Vector64_1[ConditionalSelect_1_T]) -> Vector64_1[ConditionalSelect_1_T]:...
3702
+
3703
+
3704
+ # Skipped ConvertToDouble due to it being static, abstract and generic.
3705
+
3706
+ ConvertToDouble : ConvertToDouble_MethodGroup
3707
+ class ConvertToDouble_MethodGroup:
3708
+ def __call__(self, vector: Vector64_1[int]) -> Vector64_1[float]:...
3709
+ # Method ConvertToDouble(vector : Vector64`1) was skipped since it collides with above method
3710
+
3711
+ # Skipped ConvertToSingle due to it being static, abstract and generic.
3712
+
3713
+ ConvertToSingle : ConvertToSingle_MethodGroup
3714
+ class ConvertToSingle_MethodGroup:
3715
+ def __call__(self, vector: Vector64_1[int]) -> Vector64_1[float]:...
3716
+ # Method ConvertToSingle(vector : Vector64`1) was skipped since it collides with above method
3717
+
3718
+ # Skipped CopyTo due to it being static, abstract and generic.
3719
+
3720
+ CopyTo : CopyTo_MethodGroup
3721
+ class CopyTo_MethodGroup:
3722
+ def __getitem__(self, t:typing.Type[CopyTo_1_T1]) -> CopyTo_1[CopyTo_1_T1]: ...
3723
+
3724
+ CopyTo_1_T1 = typing.TypeVar('CopyTo_1_T1')
3725
+ class CopyTo_1(typing.Generic[CopyTo_1_T1]):
3726
+ CopyTo_1_T = Vector64_0.CopyTo_MethodGroup.CopyTo_1_T1
3727
+ @typing.overload
3728
+ def __call__(self, vector: Vector64_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T]) -> None:...
3729
+ @typing.overload
3730
+ def __call__(self, vector: Vector64_1[CopyTo_1_T], destination: Span_1[CopyTo_1_T]) -> None:...
3731
+ @typing.overload
3732
+ def __call__(self, vector: Vector64_1[CopyTo_1_T], destination: Array_1[CopyTo_1_T], startIndex: int) -> None:...
3733
+
3734
+
3735
+ # Skipped Create due to it being static, abstract and generic.
3736
+
3737
+ Create : Create_MethodGroup
3738
+ class Create_MethodGroup:
3739
+ def __getitem__(self, t:typing.Type[Create_1_T1]) -> Create_1[Create_1_T1]: ...
3740
+
3741
+ Create_1_T1 = typing.TypeVar('Create_1_T1')
3742
+ class Create_1(typing.Generic[Create_1_T1]):
3743
+ Create_1_T = Vector64_0.Create_MethodGroup.Create_1_T1
3744
+ @typing.overload
3745
+ def __call__(self, values: Array_1[Create_1_T]) -> Vector64_1[Create_1_T]:...
3746
+ @typing.overload
3747
+ def __call__(self, values: ReadOnlySpan_1[Create_1_T]) -> Vector64_1[Create_1_T]:...
3748
+ @typing.overload
3749
+ def __call__(self, value: Create_1_T) -> Vector64_1[Create_1_T]:...
3750
+ @typing.overload
3751
+ def __call__(self, values: Array_1[Create_1_T], index: int) -> Vector64_1[Create_1_T]:...
3752
+
3753
+ @typing.overload
3754
+ def __call__(self, value: float) -> Vector64_1[float]:...
3755
+ # Method Create(value : Single) was skipped since it collides with above method
3756
+ # Method Create(value : Byte) was skipped since it collides with above method
3757
+ # Method Create(value : Int16) was skipped since it collides with above method
3758
+ # Method Create(value : Int32) was skipped since it collides with above method
3759
+ # Method Create(value : Int64) was skipped since it collides with above method
3760
+ # Method Create(value : SByte) was skipped since it collides with above method
3761
+ # Method Create(value : UInt16) was skipped since it collides with above method
3762
+ # Method Create(value : UInt32) was skipped since it collides with above method
3763
+ # Method Create(value : UInt64) was skipped since it collides with above method
3764
+ # Method Create(value : IntPtr) was skipped since it collides with above method
3765
+ @typing.overload
3766
+ def __call__(self, value: UIntPtr) -> Vector64_1[UIntPtr]:...
3767
+ @typing.overload
3768
+ def __call__(self, e0: float, e1: float) -> Vector64_1[float]:...
3769
+ # Method Create(e0 : Int32, e1 : Int32) was skipped since it collides with above method
3770
+ # Method Create(e0 : UInt32, e1 : UInt32) was skipped since it collides with above method
3771
+ @typing.overload
3772
+ def __call__(self, e0: int, e1: int, e2: int, e3: int) -> Vector64_1[int]:...
3773
+ # Method Create(e0 : UInt16, e1 : UInt16, e2 : UInt16, e3 : UInt16) was skipped since it collides with above method
3774
+ @typing.overload
3775
+ def __call__(self, e0: int, e1: int, e2: int, e3: int, e4: int, e5: int, e6: int, e7: int) -> Vector64_1[int]:...
3776
+ # Method Create(e0 : SByte, e1 : SByte, e2 : SByte, e3 : SByte, e4 : SByte, e5 : SByte, e6 : SByte, e7 : SByte) was skipped since it collides with above method
3777
+
3778
+ # Skipped CreateScalar due to it being static, abstract and generic.
3779
+
3780
+ CreateScalar : CreateScalar_MethodGroup
3781
+ class CreateScalar_MethodGroup:
3782
+ def __getitem__(self, t:typing.Type[CreateScalar_1_T1]) -> CreateScalar_1[CreateScalar_1_T1]: ...
3783
+
3784
+ CreateScalar_1_T1 = typing.TypeVar('CreateScalar_1_T1')
3785
+ class CreateScalar_1(typing.Generic[CreateScalar_1_T1]):
3786
+ CreateScalar_1_T = Vector64_0.CreateScalar_MethodGroup.CreateScalar_1_T1
3787
+ def __call__(self, value: CreateScalar_1_T) -> Vector64_1[CreateScalar_1_T]:...
3788
+
3789
+ @typing.overload
3790
+ def __call__(self, value: float) -> Vector64_1[float]:...
3791
+ # Method CreateScalar(value : Single) was skipped since it collides with above method
3792
+ # Method CreateScalar(value : Byte) was skipped since it collides with above method
3793
+ # Method CreateScalar(value : Int16) was skipped since it collides with above method
3794
+ # Method CreateScalar(value : Int32) was skipped since it collides with above method
3795
+ # Method CreateScalar(value : Int64) was skipped since it collides with above method
3796
+ # Method CreateScalar(value : SByte) was skipped since it collides with above method
3797
+ # Method CreateScalar(value : UInt16) was skipped since it collides with above method
3798
+ # Method CreateScalar(value : UInt32) was skipped since it collides with above method
3799
+ # Method CreateScalar(value : UInt64) was skipped since it collides with above method
3800
+ # Method CreateScalar(value : IntPtr) was skipped since it collides with above method
3801
+ @typing.overload
3802
+ def __call__(self, value: UIntPtr) -> Vector64_1[UIntPtr]:...
3803
+
3804
+ # Skipped CreateScalarUnsafe due to it being static, abstract and generic.
3805
+
3806
+ CreateScalarUnsafe : CreateScalarUnsafe_MethodGroup
3807
+ class CreateScalarUnsafe_MethodGroup:
3808
+ def __getitem__(self, t:typing.Type[CreateScalarUnsafe_1_T1]) -> CreateScalarUnsafe_1[CreateScalarUnsafe_1_T1]: ...
3809
+
3810
+ CreateScalarUnsafe_1_T1 = typing.TypeVar('CreateScalarUnsafe_1_T1')
3811
+ class CreateScalarUnsafe_1(typing.Generic[CreateScalarUnsafe_1_T1]):
3812
+ CreateScalarUnsafe_1_T = Vector64_0.CreateScalarUnsafe_MethodGroup.CreateScalarUnsafe_1_T1
3813
+ def __call__(self, value: CreateScalarUnsafe_1_T) -> Vector64_1[CreateScalarUnsafe_1_T]:...
3814
+
3815
+ @typing.overload
3816
+ def __call__(self, value: float) -> Vector64_1[float]:...
3817
+ # Method CreateScalarUnsafe(value : Single) was skipped since it collides with above method
3818
+ # Method CreateScalarUnsafe(value : Byte) was skipped since it collides with above method
3819
+ # Method CreateScalarUnsafe(value : Int16) was skipped since it collides with above method
3820
+ # Method CreateScalarUnsafe(value : Int32) was skipped since it collides with above method
3821
+ # Method CreateScalarUnsafe(value : Int64) was skipped since it collides with above method
3822
+ # Method CreateScalarUnsafe(value : SByte) was skipped since it collides with above method
3823
+ # Method CreateScalarUnsafe(value : UInt16) was skipped since it collides with above method
3824
+ # Method CreateScalarUnsafe(value : UInt32) was skipped since it collides with above method
3825
+ # Method CreateScalarUnsafe(value : UInt64) was skipped since it collides with above method
3826
+ # Method CreateScalarUnsafe(value : IntPtr) was skipped since it collides with above method
3827
+ @typing.overload
3828
+ def __call__(self, value: UIntPtr) -> Vector64_1[UIntPtr]:...
3829
+
3830
+ # Skipped Divide due to it being static, abstract and generic.
3831
+
3832
+ Divide : Divide_MethodGroup
3833
+ class Divide_MethodGroup:
3834
+ def __getitem__(self, t:typing.Type[Divide_1_T1]) -> Divide_1[Divide_1_T1]: ...
3835
+
3836
+ Divide_1_T1 = typing.TypeVar('Divide_1_T1')
3837
+ class Divide_1(typing.Generic[Divide_1_T1]):
3838
+ Divide_1_T = Vector64_0.Divide_MethodGroup.Divide_1_T1
3839
+ @typing.overload
3840
+ def __call__(self, left: Vector64_1[Divide_1_T], right: Vector64_1[Divide_1_T]) -> Vector64_1[Divide_1_T]:...
3841
+ @typing.overload
3842
+ def __call__(self, left: Vector64_1[Divide_1_T], right: Divide_1_T) -> Vector64_1[Divide_1_T]:...
3843
+
3844
+
3845
+ # Skipped Dot due to it being static, abstract and generic.
3846
+
3847
+ Dot : Dot_MethodGroup
3848
+ class Dot_MethodGroup:
3849
+ def __getitem__(self, t:typing.Type[Dot_1_T1]) -> Dot_1[Dot_1_T1]: ...
3850
+
3851
+ Dot_1_T1 = typing.TypeVar('Dot_1_T1')
3852
+ class Dot_1(typing.Generic[Dot_1_T1]):
3853
+ Dot_1_T = Vector64_0.Dot_MethodGroup.Dot_1_T1
3854
+ def __call__(self, left: Vector64_1[Dot_1_T], right: Vector64_1[Dot_1_T]) -> Dot_1_T:...
3855
+
3856
+
3857
+ # Skipped Equals due to it being static, abstract and generic.
3858
+
3859
+ Equals : Equals_MethodGroup
3860
+ class Equals_MethodGroup:
3861
+ def __getitem__(self, t:typing.Type[Equals_1_T1]) -> Equals_1[Equals_1_T1]: ...
3862
+
3863
+ Equals_1_T1 = typing.TypeVar('Equals_1_T1')
3864
+ class Equals_1(typing.Generic[Equals_1_T1]):
3865
+ Equals_1_T = Vector64_0.Equals_MethodGroup.Equals_1_T1
3866
+ def __call__(self, left: Vector64_1[Equals_1_T], right: Vector64_1[Equals_1_T]) -> Vector64_1[Equals_1_T]:...
3867
+
3868
+
3869
+ # Skipped EqualsAll due to it being static, abstract and generic.
3870
+
3871
+ EqualsAll : EqualsAll_MethodGroup
3872
+ class EqualsAll_MethodGroup:
3873
+ def __getitem__(self, t:typing.Type[EqualsAll_1_T1]) -> EqualsAll_1[EqualsAll_1_T1]: ...
3874
+
3875
+ EqualsAll_1_T1 = typing.TypeVar('EqualsAll_1_T1')
3876
+ class EqualsAll_1(typing.Generic[EqualsAll_1_T1]):
3877
+ EqualsAll_1_T = Vector64_0.EqualsAll_MethodGroup.EqualsAll_1_T1
3878
+ def __call__(self, left: Vector64_1[EqualsAll_1_T], right: Vector64_1[EqualsAll_1_T]) -> bool:...
3879
+
3880
+
3881
+ # Skipped EqualsAny due to it being static, abstract and generic.
3882
+
3883
+ EqualsAny : EqualsAny_MethodGroup
3884
+ class EqualsAny_MethodGroup:
3885
+ def __getitem__(self, t:typing.Type[EqualsAny_1_T1]) -> EqualsAny_1[EqualsAny_1_T1]: ...
3886
+
3887
+ EqualsAny_1_T1 = typing.TypeVar('EqualsAny_1_T1')
3888
+ class EqualsAny_1(typing.Generic[EqualsAny_1_T1]):
3889
+ EqualsAny_1_T = Vector64_0.EqualsAny_MethodGroup.EqualsAny_1_T1
3890
+ def __call__(self, left: Vector64_1[EqualsAny_1_T], right: Vector64_1[EqualsAny_1_T]) -> bool:...
3891
+
3892
+
3893
+ # Skipped ExtractMostSignificantBits due to it being static, abstract and generic.
3894
+
3895
+ ExtractMostSignificantBits : ExtractMostSignificantBits_MethodGroup
3896
+ class ExtractMostSignificantBits_MethodGroup:
3897
+ def __getitem__(self, t:typing.Type[ExtractMostSignificantBits_1_T1]) -> ExtractMostSignificantBits_1[ExtractMostSignificantBits_1_T1]: ...
3898
+
3899
+ ExtractMostSignificantBits_1_T1 = typing.TypeVar('ExtractMostSignificantBits_1_T1')
3900
+ class ExtractMostSignificantBits_1(typing.Generic[ExtractMostSignificantBits_1_T1]):
3901
+ ExtractMostSignificantBits_1_T = Vector64_0.ExtractMostSignificantBits_MethodGroup.ExtractMostSignificantBits_1_T1
3902
+ def __call__(self, vector: Vector64_1[ExtractMostSignificantBits_1_T]) -> int:...
3903
+
3904
+
3905
+ # Skipped Floor due to it being static, abstract and generic.
3906
+
3907
+ Floor : Floor_MethodGroup
3908
+ class Floor_MethodGroup:
3909
+ def __call__(self, vector: Vector64_1[float]) -> Vector64_1[float]:...
3910
+ # Method Floor(vector : Vector64`1) was skipped since it collides with above method
3911
+
3912
+ # Skipped GetElement due to it being static, abstract and generic.
3913
+
3914
+ GetElement : GetElement_MethodGroup
3915
+ class GetElement_MethodGroup:
3916
+ def __getitem__(self, t:typing.Type[GetElement_1_T1]) -> GetElement_1[GetElement_1_T1]: ...
3917
+
3918
+ GetElement_1_T1 = typing.TypeVar('GetElement_1_T1')
3919
+ class GetElement_1(typing.Generic[GetElement_1_T1]):
3920
+ GetElement_1_T = Vector64_0.GetElement_MethodGroup.GetElement_1_T1
3921
+ def __call__(self, vector: Vector64_1[GetElement_1_T], index: int) -> GetElement_1_T:...
3922
+
3923
+
3924
+ # Skipped GreaterThan due to it being static, abstract and generic.
3925
+
3926
+ GreaterThan : GreaterThan_MethodGroup
3927
+ class GreaterThan_MethodGroup:
3928
+ def __getitem__(self, t:typing.Type[GreaterThan_1_T1]) -> GreaterThan_1[GreaterThan_1_T1]: ...
3929
+
3930
+ GreaterThan_1_T1 = typing.TypeVar('GreaterThan_1_T1')
3931
+ class GreaterThan_1(typing.Generic[GreaterThan_1_T1]):
3932
+ GreaterThan_1_T = Vector64_0.GreaterThan_MethodGroup.GreaterThan_1_T1
3933
+ def __call__(self, left: Vector64_1[GreaterThan_1_T], right: Vector64_1[GreaterThan_1_T]) -> Vector64_1[GreaterThan_1_T]:...
3934
+
3935
+
3936
+ # Skipped GreaterThanAll due to it being static, abstract and generic.
3937
+
3938
+ GreaterThanAll : GreaterThanAll_MethodGroup
3939
+ class GreaterThanAll_MethodGroup:
3940
+ def __getitem__(self, t:typing.Type[GreaterThanAll_1_T1]) -> GreaterThanAll_1[GreaterThanAll_1_T1]: ...
3941
+
3942
+ GreaterThanAll_1_T1 = typing.TypeVar('GreaterThanAll_1_T1')
3943
+ class GreaterThanAll_1(typing.Generic[GreaterThanAll_1_T1]):
3944
+ GreaterThanAll_1_T = Vector64_0.GreaterThanAll_MethodGroup.GreaterThanAll_1_T1
3945
+ def __call__(self, left: Vector64_1[GreaterThanAll_1_T], right: Vector64_1[GreaterThanAll_1_T]) -> bool:...
3946
+
3947
+
3948
+ # Skipped GreaterThanAny due to it being static, abstract and generic.
3949
+
3950
+ GreaterThanAny : GreaterThanAny_MethodGroup
3951
+ class GreaterThanAny_MethodGroup:
3952
+ def __getitem__(self, t:typing.Type[GreaterThanAny_1_T1]) -> GreaterThanAny_1[GreaterThanAny_1_T1]: ...
3953
+
3954
+ GreaterThanAny_1_T1 = typing.TypeVar('GreaterThanAny_1_T1')
3955
+ class GreaterThanAny_1(typing.Generic[GreaterThanAny_1_T1]):
3956
+ GreaterThanAny_1_T = Vector64_0.GreaterThanAny_MethodGroup.GreaterThanAny_1_T1
3957
+ def __call__(self, left: Vector64_1[GreaterThanAny_1_T], right: Vector64_1[GreaterThanAny_1_T]) -> bool:...
3958
+
3959
+
3960
+ # Skipped GreaterThanOrEqual due to it being static, abstract and generic.
3961
+
3962
+ GreaterThanOrEqual : GreaterThanOrEqual_MethodGroup
3963
+ class GreaterThanOrEqual_MethodGroup:
3964
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqual_1_T1]) -> GreaterThanOrEqual_1[GreaterThanOrEqual_1_T1]: ...
3965
+
3966
+ GreaterThanOrEqual_1_T1 = typing.TypeVar('GreaterThanOrEqual_1_T1')
3967
+ class GreaterThanOrEqual_1(typing.Generic[GreaterThanOrEqual_1_T1]):
3968
+ GreaterThanOrEqual_1_T = Vector64_0.GreaterThanOrEqual_MethodGroup.GreaterThanOrEqual_1_T1
3969
+ def __call__(self, left: Vector64_1[GreaterThanOrEqual_1_T], right: Vector64_1[GreaterThanOrEqual_1_T]) -> Vector64_1[GreaterThanOrEqual_1_T]:...
3970
+
3971
+
3972
+ # Skipped GreaterThanOrEqualAll due to it being static, abstract and generic.
3973
+
3974
+ GreaterThanOrEqualAll : GreaterThanOrEqualAll_MethodGroup
3975
+ class GreaterThanOrEqualAll_MethodGroup:
3976
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAll_1_T1]) -> GreaterThanOrEqualAll_1[GreaterThanOrEqualAll_1_T1]: ...
3977
+
3978
+ GreaterThanOrEqualAll_1_T1 = typing.TypeVar('GreaterThanOrEqualAll_1_T1')
3979
+ class GreaterThanOrEqualAll_1(typing.Generic[GreaterThanOrEqualAll_1_T1]):
3980
+ GreaterThanOrEqualAll_1_T = Vector64_0.GreaterThanOrEqualAll_MethodGroup.GreaterThanOrEqualAll_1_T1
3981
+ def __call__(self, left: Vector64_1[GreaterThanOrEqualAll_1_T], right: Vector64_1[GreaterThanOrEqualAll_1_T]) -> bool:...
3982
+
3983
+
3984
+ # Skipped GreaterThanOrEqualAny due to it being static, abstract and generic.
3985
+
3986
+ GreaterThanOrEqualAny : GreaterThanOrEqualAny_MethodGroup
3987
+ class GreaterThanOrEqualAny_MethodGroup:
3988
+ def __getitem__(self, t:typing.Type[GreaterThanOrEqualAny_1_T1]) -> GreaterThanOrEqualAny_1[GreaterThanOrEqualAny_1_T1]: ...
3989
+
3990
+ GreaterThanOrEqualAny_1_T1 = typing.TypeVar('GreaterThanOrEqualAny_1_T1')
3991
+ class GreaterThanOrEqualAny_1(typing.Generic[GreaterThanOrEqualAny_1_T1]):
3992
+ GreaterThanOrEqualAny_1_T = Vector64_0.GreaterThanOrEqualAny_MethodGroup.GreaterThanOrEqualAny_1_T1
3993
+ def __call__(self, left: Vector64_1[GreaterThanOrEqualAny_1_T], right: Vector64_1[GreaterThanOrEqualAny_1_T]) -> bool:...
3994
+
3995
+
3996
+ # Skipped LessThan due to it being static, abstract and generic.
3997
+
3998
+ LessThan : LessThan_MethodGroup
3999
+ class LessThan_MethodGroup:
4000
+ def __getitem__(self, t:typing.Type[LessThan_1_T1]) -> LessThan_1[LessThan_1_T1]: ...
4001
+
4002
+ LessThan_1_T1 = typing.TypeVar('LessThan_1_T1')
4003
+ class LessThan_1(typing.Generic[LessThan_1_T1]):
4004
+ LessThan_1_T = Vector64_0.LessThan_MethodGroup.LessThan_1_T1
4005
+ def __call__(self, left: Vector64_1[LessThan_1_T], right: Vector64_1[LessThan_1_T]) -> Vector64_1[LessThan_1_T]:...
4006
+
4007
+
4008
+ # Skipped LessThanAll due to it being static, abstract and generic.
4009
+
4010
+ LessThanAll : LessThanAll_MethodGroup
4011
+ class LessThanAll_MethodGroup:
4012
+ def __getitem__(self, t:typing.Type[LessThanAll_1_T1]) -> LessThanAll_1[LessThanAll_1_T1]: ...
4013
+
4014
+ LessThanAll_1_T1 = typing.TypeVar('LessThanAll_1_T1')
4015
+ class LessThanAll_1(typing.Generic[LessThanAll_1_T1]):
4016
+ LessThanAll_1_T = Vector64_0.LessThanAll_MethodGroup.LessThanAll_1_T1
4017
+ def __call__(self, left: Vector64_1[LessThanAll_1_T], right: Vector64_1[LessThanAll_1_T]) -> bool:...
4018
+
4019
+
4020
+ # Skipped LessThanAny due to it being static, abstract and generic.
4021
+
4022
+ LessThanAny : LessThanAny_MethodGroup
4023
+ class LessThanAny_MethodGroup:
4024
+ def __getitem__(self, t:typing.Type[LessThanAny_1_T1]) -> LessThanAny_1[LessThanAny_1_T1]: ...
4025
+
4026
+ LessThanAny_1_T1 = typing.TypeVar('LessThanAny_1_T1')
4027
+ class LessThanAny_1(typing.Generic[LessThanAny_1_T1]):
4028
+ LessThanAny_1_T = Vector64_0.LessThanAny_MethodGroup.LessThanAny_1_T1
4029
+ def __call__(self, left: Vector64_1[LessThanAny_1_T], right: Vector64_1[LessThanAny_1_T]) -> bool:...
4030
+
4031
+
4032
+ # Skipped LessThanOrEqual due to it being static, abstract and generic.
4033
+
4034
+ LessThanOrEqual : LessThanOrEqual_MethodGroup
4035
+ class LessThanOrEqual_MethodGroup:
4036
+ def __getitem__(self, t:typing.Type[LessThanOrEqual_1_T1]) -> LessThanOrEqual_1[LessThanOrEqual_1_T1]: ...
4037
+
4038
+ LessThanOrEqual_1_T1 = typing.TypeVar('LessThanOrEqual_1_T1')
4039
+ class LessThanOrEqual_1(typing.Generic[LessThanOrEqual_1_T1]):
4040
+ LessThanOrEqual_1_T = Vector64_0.LessThanOrEqual_MethodGroup.LessThanOrEqual_1_T1
4041
+ def __call__(self, left: Vector64_1[LessThanOrEqual_1_T], right: Vector64_1[LessThanOrEqual_1_T]) -> Vector64_1[LessThanOrEqual_1_T]:...
4042
+
4043
+
4044
+ # Skipped LessThanOrEqualAll due to it being static, abstract and generic.
4045
+
4046
+ LessThanOrEqualAll : LessThanOrEqualAll_MethodGroup
4047
+ class LessThanOrEqualAll_MethodGroup:
4048
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAll_1_T1]) -> LessThanOrEqualAll_1[LessThanOrEqualAll_1_T1]: ...
4049
+
4050
+ LessThanOrEqualAll_1_T1 = typing.TypeVar('LessThanOrEqualAll_1_T1')
4051
+ class LessThanOrEqualAll_1(typing.Generic[LessThanOrEqualAll_1_T1]):
4052
+ LessThanOrEqualAll_1_T = Vector64_0.LessThanOrEqualAll_MethodGroup.LessThanOrEqualAll_1_T1
4053
+ def __call__(self, left: Vector64_1[LessThanOrEqualAll_1_T], right: Vector64_1[LessThanOrEqualAll_1_T]) -> bool:...
4054
+
4055
+
4056
+ # Skipped LessThanOrEqualAny due to it being static, abstract and generic.
4057
+
4058
+ LessThanOrEqualAny : LessThanOrEqualAny_MethodGroup
4059
+ class LessThanOrEqualAny_MethodGroup:
4060
+ def __getitem__(self, t:typing.Type[LessThanOrEqualAny_1_T1]) -> LessThanOrEqualAny_1[LessThanOrEqualAny_1_T1]: ...
4061
+
4062
+ LessThanOrEqualAny_1_T1 = typing.TypeVar('LessThanOrEqualAny_1_T1')
4063
+ class LessThanOrEqualAny_1(typing.Generic[LessThanOrEqualAny_1_T1]):
4064
+ LessThanOrEqualAny_1_T = Vector64_0.LessThanOrEqualAny_MethodGroup.LessThanOrEqualAny_1_T1
4065
+ def __call__(self, left: Vector64_1[LessThanOrEqualAny_1_T], right: Vector64_1[LessThanOrEqualAny_1_T]) -> bool:...
4066
+
4067
+
4068
+ # Skipped Load due to it being static, abstract and generic.
4069
+
4070
+ Load : Load_MethodGroup
4071
+ class Load_MethodGroup:
4072
+ def __getitem__(self, t:typing.Type[Load_1_T1]) -> Load_1[Load_1_T1]: ...
4073
+
4074
+ Load_1_T1 = typing.TypeVar('Load_1_T1')
4075
+ class Load_1(typing.Generic[Load_1_T1]):
4076
+ Load_1_T = Vector64_0.Load_MethodGroup.Load_1_T1
4077
+ def __call__(self, source: clr.Reference[Load_1_T]) -> Vector64_1[Load_1_T]:...
4078
+
4079
+
4080
+ # Skipped LoadAligned due to it being static, abstract and generic.
4081
+
4082
+ LoadAligned : LoadAligned_MethodGroup
4083
+ class LoadAligned_MethodGroup:
4084
+ def __getitem__(self, t:typing.Type[LoadAligned_1_T1]) -> LoadAligned_1[LoadAligned_1_T1]: ...
4085
+
4086
+ LoadAligned_1_T1 = typing.TypeVar('LoadAligned_1_T1')
4087
+ class LoadAligned_1(typing.Generic[LoadAligned_1_T1]):
4088
+ LoadAligned_1_T = Vector64_0.LoadAligned_MethodGroup.LoadAligned_1_T1
4089
+ def __call__(self, source: clr.Reference[LoadAligned_1_T]) -> Vector64_1[LoadAligned_1_T]:...
4090
+
4091
+
4092
+ # Skipped LoadAlignedNonTemporal due to it being static, abstract and generic.
4093
+
4094
+ LoadAlignedNonTemporal : LoadAlignedNonTemporal_MethodGroup
4095
+ class LoadAlignedNonTemporal_MethodGroup:
4096
+ def __getitem__(self, t:typing.Type[LoadAlignedNonTemporal_1_T1]) -> LoadAlignedNonTemporal_1[LoadAlignedNonTemporal_1_T1]: ...
4097
+
4098
+ LoadAlignedNonTemporal_1_T1 = typing.TypeVar('LoadAlignedNonTemporal_1_T1')
4099
+ class LoadAlignedNonTemporal_1(typing.Generic[LoadAlignedNonTemporal_1_T1]):
4100
+ LoadAlignedNonTemporal_1_T = Vector64_0.LoadAlignedNonTemporal_MethodGroup.LoadAlignedNonTemporal_1_T1
4101
+ def __call__(self, source: clr.Reference[LoadAlignedNonTemporal_1_T]) -> Vector64_1[LoadAlignedNonTemporal_1_T]:...
4102
+
4103
+
4104
+ # Skipped LoadUnsafe due to it being static, abstract and generic.
4105
+
4106
+ LoadUnsafe : LoadUnsafe_MethodGroup
4107
+ class LoadUnsafe_MethodGroup:
4108
+ def __getitem__(self, t:typing.Type[LoadUnsafe_1_T1]) -> LoadUnsafe_1[LoadUnsafe_1_T1]: ...
4109
+
4110
+ LoadUnsafe_1_T1 = typing.TypeVar('LoadUnsafe_1_T1')
4111
+ class LoadUnsafe_1(typing.Generic[LoadUnsafe_1_T1]):
4112
+ LoadUnsafe_1_T = Vector64_0.LoadUnsafe_MethodGroup.LoadUnsafe_1_T1
4113
+ @typing.overload
4114
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T]) -> Vector64_1[LoadUnsafe_1_T]:...
4115
+ @typing.overload
4116
+ def __call__(self, source: clr.Reference[LoadUnsafe_1_T], elementOffset: UIntPtr) -> Vector64_1[LoadUnsafe_1_T]:...
4117
+
4118
+
4119
+ # Skipped Max due to it being static, abstract and generic.
4120
+
4121
+ Max : Max_MethodGroup
4122
+ class Max_MethodGroup:
4123
+ def __getitem__(self, t:typing.Type[Max_1_T1]) -> Max_1[Max_1_T1]: ...
4124
+
4125
+ Max_1_T1 = typing.TypeVar('Max_1_T1')
4126
+ class Max_1(typing.Generic[Max_1_T1]):
4127
+ Max_1_T = Vector64_0.Max_MethodGroup.Max_1_T1
4128
+ def __call__(self, left: Vector64_1[Max_1_T], right: Vector64_1[Max_1_T]) -> Vector64_1[Max_1_T]:...
4129
+
4130
+
4131
+ # Skipped Min due to it being static, abstract and generic.
4132
+
4133
+ Min : Min_MethodGroup
4134
+ class Min_MethodGroup:
4135
+ def __getitem__(self, t:typing.Type[Min_1_T1]) -> Min_1[Min_1_T1]: ...
4136
+
4137
+ Min_1_T1 = typing.TypeVar('Min_1_T1')
4138
+ class Min_1(typing.Generic[Min_1_T1]):
4139
+ Min_1_T = Vector64_0.Min_MethodGroup.Min_1_T1
4140
+ def __call__(self, left: Vector64_1[Min_1_T], right: Vector64_1[Min_1_T]) -> Vector64_1[Min_1_T]:...
4141
+
4142
+
4143
+ # Skipped Multiply due to it being static, abstract and generic.
4144
+
4145
+ Multiply : Multiply_MethodGroup
4146
+ class Multiply_MethodGroup:
4147
+ def __getitem__(self, t:typing.Type[Multiply_1_T1]) -> Multiply_1[Multiply_1_T1]: ...
4148
+
4149
+ Multiply_1_T1 = typing.TypeVar('Multiply_1_T1')
4150
+ class Multiply_1(typing.Generic[Multiply_1_T1]):
4151
+ Multiply_1_T = Vector64_0.Multiply_MethodGroup.Multiply_1_T1
4152
+ @typing.overload
4153
+ def __call__(self, left: Vector64_1[Multiply_1_T], right: Vector64_1[Multiply_1_T]) -> Vector64_1[Multiply_1_T]:...
4154
+ @typing.overload
4155
+ def __call__(self, left: Vector64_1[Multiply_1_T], right: Multiply_1_T) -> Vector64_1[Multiply_1_T]:...
4156
+ @typing.overload
4157
+ def __call__(self, left: Multiply_1_T, right: Vector64_1[Multiply_1_T]) -> Vector64_1[Multiply_1_T]:...
4158
+
4159
+
4160
+ # Skipped Narrow due to it being static, abstract and generic.
4161
+
4162
+ Narrow : Narrow_MethodGroup
4163
+ class Narrow_MethodGroup:
4164
+ def __call__(self, lower: Vector64_1[float], upper: Vector64_1[float]) -> Vector64_1[float]:...
4165
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4166
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4167
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4168
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4169
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4170
+ # Method Narrow(lower : Vector64`1, upper : Vector64`1) was skipped since it collides with above method
4171
+
4172
+ # Skipped Negate due to it being static, abstract and generic.
4173
+
4174
+ Negate : Negate_MethodGroup
4175
+ class Negate_MethodGroup:
4176
+ def __getitem__(self, t:typing.Type[Negate_1_T1]) -> Negate_1[Negate_1_T1]: ...
4177
+
4178
+ Negate_1_T1 = typing.TypeVar('Negate_1_T1')
4179
+ class Negate_1(typing.Generic[Negate_1_T1]):
4180
+ Negate_1_T = Vector64_0.Negate_MethodGroup.Negate_1_T1
4181
+ def __call__(self, vector: Vector64_1[Negate_1_T]) -> Vector64_1[Negate_1_T]:...
4182
+
4183
+
4184
+ # Skipped OnesComplement due to it being static, abstract and generic.
4185
+
4186
+ OnesComplement : OnesComplement_MethodGroup
4187
+ class OnesComplement_MethodGroup:
4188
+ def __getitem__(self, t:typing.Type[OnesComplement_1_T1]) -> OnesComplement_1[OnesComplement_1_T1]: ...
4189
+
4190
+ OnesComplement_1_T1 = typing.TypeVar('OnesComplement_1_T1')
4191
+ class OnesComplement_1(typing.Generic[OnesComplement_1_T1]):
4192
+ OnesComplement_1_T = Vector64_0.OnesComplement_MethodGroup.OnesComplement_1_T1
4193
+ def __call__(self, vector: Vector64_1[OnesComplement_1_T]) -> Vector64_1[OnesComplement_1_T]:...
4194
+
4195
+
4196
+ # Skipped ShiftLeft due to it being static, abstract and generic.
4197
+
4198
+ ShiftLeft : ShiftLeft_MethodGroup
4199
+ class ShiftLeft_MethodGroup:
4200
+ @typing.overload
4201
+ def __call__(self, vector: Vector64_1[int], shiftCount: int) -> Vector64_1[int]:...
4202
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4203
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4204
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4205
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4206
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4207
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4208
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4209
+ # Method ShiftLeft(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4210
+ @typing.overload
4211
+ def __call__(self, vector: Vector64_1[UIntPtr], shiftCount: int) -> Vector64_1[UIntPtr]:...
4212
+
4213
+ # Skipped ShiftRightArithmetic due to it being static, abstract and generic.
4214
+
4215
+ ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
4216
+ class ShiftRightArithmetic_MethodGroup:
4217
+ def __call__(self, vector: Vector64_1[int], shiftCount: int) -> Vector64_1[int]:...
4218
+ # Method ShiftRightArithmetic(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4219
+ # Method ShiftRightArithmetic(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4220
+ # Method ShiftRightArithmetic(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4221
+ # Method ShiftRightArithmetic(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4222
+
4223
+ # Skipped ShiftRightLogical due to it being static, abstract and generic.
4224
+
4225
+ ShiftRightLogical : ShiftRightLogical_MethodGroup
4226
+ class ShiftRightLogical_MethodGroup:
4227
+ @typing.overload
4228
+ def __call__(self, vector: Vector64_1[int], shiftCount: int) -> Vector64_1[int]:...
4229
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4230
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4231
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4232
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4233
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4234
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4235
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4236
+ # Method ShiftRightLogical(vector : Vector64`1, shiftCount : Int32) was skipped since it collides with above method
4237
+ @typing.overload
4238
+ def __call__(self, vector: Vector64_1[UIntPtr], shiftCount: int) -> Vector64_1[UIntPtr]:...
4239
+
4240
+ # Skipped Shuffle due to it being static, abstract and generic.
4241
+
4242
+ Shuffle : Shuffle_MethodGroup
4243
+ class Shuffle_MethodGroup:
4244
+ def __call__(self, vector: Vector64_1[float], indices: Vector64_1[int]) -> Vector64_1[float]:...
4245
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4246
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4247
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4248
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4249
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4250
+ # Method Shuffle(vector : Vector64`1, indices : Vector64`1) was skipped since it collides with above method
4251
+
4252
+ # Skipped Sqrt due to it being static, abstract and generic.
4253
+
4254
+ Sqrt : Sqrt_MethodGroup
4255
+ class Sqrt_MethodGroup:
4256
+ def __getitem__(self, t:typing.Type[Sqrt_1_T1]) -> Sqrt_1[Sqrt_1_T1]: ...
4257
+
4258
+ Sqrt_1_T1 = typing.TypeVar('Sqrt_1_T1')
4259
+ class Sqrt_1(typing.Generic[Sqrt_1_T1]):
4260
+ Sqrt_1_T = Vector64_0.Sqrt_MethodGroup.Sqrt_1_T1
4261
+ def __call__(self, vector: Vector64_1[Sqrt_1_T]) -> Vector64_1[Sqrt_1_T]:...
4262
+
4263
+
4264
+ # Skipped Store due to it being static, abstract and generic.
4265
+
4266
+ Store : Store_MethodGroup
4267
+ class Store_MethodGroup:
4268
+ def __getitem__(self, t:typing.Type[Store_1_T1]) -> Store_1[Store_1_T1]: ...
4269
+
4270
+ Store_1_T1 = typing.TypeVar('Store_1_T1')
4271
+ class Store_1(typing.Generic[Store_1_T1]):
4272
+ Store_1_T = Vector64_0.Store_MethodGroup.Store_1_T1
4273
+ def __call__(self, source: Vector64_1[Store_1_T], destination: clr.Reference[Store_1_T]) -> None:...
4274
+
4275
+
4276
+ # Skipped StoreAligned due to it being static, abstract and generic.
4277
+
4278
+ StoreAligned : StoreAligned_MethodGroup
4279
+ class StoreAligned_MethodGroup:
4280
+ def __getitem__(self, t:typing.Type[StoreAligned_1_T1]) -> StoreAligned_1[StoreAligned_1_T1]: ...
4281
+
4282
+ StoreAligned_1_T1 = typing.TypeVar('StoreAligned_1_T1')
4283
+ class StoreAligned_1(typing.Generic[StoreAligned_1_T1]):
4284
+ StoreAligned_1_T = Vector64_0.StoreAligned_MethodGroup.StoreAligned_1_T1
4285
+ def __call__(self, source: Vector64_1[StoreAligned_1_T], destination: clr.Reference[StoreAligned_1_T]) -> None:...
4286
+
4287
+
4288
+ # Skipped StoreAlignedNonTemporal due to it being static, abstract and generic.
4289
+
4290
+ StoreAlignedNonTemporal : StoreAlignedNonTemporal_MethodGroup
4291
+ class StoreAlignedNonTemporal_MethodGroup:
4292
+ def __getitem__(self, t:typing.Type[StoreAlignedNonTemporal_1_T1]) -> StoreAlignedNonTemporal_1[StoreAlignedNonTemporal_1_T1]: ...
4293
+
4294
+ StoreAlignedNonTemporal_1_T1 = typing.TypeVar('StoreAlignedNonTemporal_1_T1')
4295
+ class StoreAlignedNonTemporal_1(typing.Generic[StoreAlignedNonTemporal_1_T1]):
4296
+ StoreAlignedNonTemporal_1_T = Vector64_0.StoreAlignedNonTemporal_MethodGroup.StoreAlignedNonTemporal_1_T1
4297
+ def __call__(self, source: Vector64_1[StoreAlignedNonTemporal_1_T], destination: clr.Reference[StoreAlignedNonTemporal_1_T]) -> None:...
4298
+
4299
+
4300
+ # Skipped StoreUnsafe due to it being static, abstract and generic.
4301
+
4302
+ StoreUnsafe : StoreUnsafe_MethodGroup
4303
+ class StoreUnsafe_MethodGroup:
4304
+ def __getitem__(self, t:typing.Type[StoreUnsafe_1_T1]) -> StoreUnsafe_1[StoreUnsafe_1_T1]: ...
4305
+
4306
+ StoreUnsafe_1_T1 = typing.TypeVar('StoreUnsafe_1_T1')
4307
+ class StoreUnsafe_1(typing.Generic[StoreUnsafe_1_T1]):
4308
+ StoreUnsafe_1_T = Vector64_0.StoreUnsafe_MethodGroup.StoreUnsafe_1_T1
4309
+ @typing.overload
4310
+ def __call__(self, source: Vector64_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T]) -> None:...
4311
+ @typing.overload
4312
+ def __call__(self, source: Vector64_1[StoreUnsafe_1_T], destination: clr.Reference[StoreUnsafe_1_T], elementOffset: UIntPtr) -> None:...
4313
+
4314
+
4315
+ # Skipped Subtract due to it being static, abstract and generic.
4316
+
4317
+ Subtract : Subtract_MethodGroup
4318
+ class Subtract_MethodGroup:
4319
+ def __getitem__(self, t:typing.Type[Subtract_1_T1]) -> Subtract_1[Subtract_1_T1]: ...
4320
+
4321
+ Subtract_1_T1 = typing.TypeVar('Subtract_1_T1')
4322
+ class Subtract_1(typing.Generic[Subtract_1_T1]):
4323
+ Subtract_1_T = Vector64_0.Subtract_MethodGroup.Subtract_1_T1
4324
+ def __call__(self, left: Vector64_1[Subtract_1_T], right: Vector64_1[Subtract_1_T]) -> Vector64_1[Subtract_1_T]:...
4325
+
4326
+
4327
+ # Skipped Sum due to it being static, abstract and generic.
4328
+
4329
+ Sum : Sum_MethodGroup
4330
+ class Sum_MethodGroup:
4331
+ def __getitem__(self, t:typing.Type[Sum_1_T1]) -> Sum_1[Sum_1_T1]: ...
4332
+
4333
+ Sum_1_T1 = typing.TypeVar('Sum_1_T1')
4334
+ class Sum_1(typing.Generic[Sum_1_T1]):
4335
+ Sum_1_T = Vector64_0.Sum_MethodGroup.Sum_1_T1
4336
+ def __call__(self, vector: Vector64_1[Sum_1_T]) -> Sum_1_T:...
4337
+
4338
+
4339
+ # Skipped ToScalar due to it being static, abstract and generic.
4340
+
4341
+ ToScalar : ToScalar_MethodGroup
4342
+ class ToScalar_MethodGroup:
4343
+ def __getitem__(self, t:typing.Type[ToScalar_1_T1]) -> ToScalar_1[ToScalar_1_T1]: ...
4344
+
4345
+ ToScalar_1_T1 = typing.TypeVar('ToScalar_1_T1')
4346
+ class ToScalar_1(typing.Generic[ToScalar_1_T1]):
4347
+ ToScalar_1_T = Vector64_0.ToScalar_MethodGroup.ToScalar_1_T1
4348
+ def __call__(self, vector: Vector64_1[ToScalar_1_T]) -> ToScalar_1_T:...
4349
+
4350
+
4351
+ # Skipped ToVector128 due to it being static, abstract and generic.
4352
+
4353
+ ToVector128 : ToVector128_MethodGroup
4354
+ class ToVector128_MethodGroup:
4355
+ def __getitem__(self, t:typing.Type[ToVector128_1_T1]) -> ToVector128_1[ToVector128_1_T1]: ...
4356
+
4357
+ ToVector128_1_T1 = typing.TypeVar('ToVector128_1_T1')
4358
+ class ToVector128_1(typing.Generic[ToVector128_1_T1]):
4359
+ ToVector128_1_T = Vector64_0.ToVector128_MethodGroup.ToVector128_1_T1
4360
+ def __call__(self, vector: Vector64_1[ToVector128_1_T]) -> Vector128_1[ToVector128_1_T]:...
4361
+
4362
+
4363
+ # Skipped ToVector128Unsafe due to it being static, abstract and generic.
4364
+
4365
+ ToVector128Unsafe : ToVector128Unsafe_MethodGroup
4366
+ class ToVector128Unsafe_MethodGroup:
4367
+ def __getitem__(self, t:typing.Type[ToVector128Unsafe_1_T1]) -> ToVector128Unsafe_1[ToVector128Unsafe_1_T1]: ...
4368
+
4369
+ ToVector128Unsafe_1_T1 = typing.TypeVar('ToVector128Unsafe_1_T1')
4370
+ class ToVector128Unsafe_1(typing.Generic[ToVector128Unsafe_1_T1]):
4371
+ ToVector128Unsafe_1_T = Vector64_0.ToVector128Unsafe_MethodGroup.ToVector128Unsafe_1_T1
4372
+ def __call__(self, vector: Vector64_1[ToVector128Unsafe_1_T]) -> Vector128_1[ToVector128Unsafe_1_T]:...
4373
+
4374
+
4375
+ # Skipped TryCopyTo due to it being static, abstract and generic.
4376
+
4377
+ TryCopyTo : TryCopyTo_MethodGroup
4378
+ class TryCopyTo_MethodGroup:
4379
+ def __getitem__(self, t:typing.Type[TryCopyTo_1_T1]) -> TryCopyTo_1[TryCopyTo_1_T1]: ...
4380
+
4381
+ TryCopyTo_1_T1 = typing.TypeVar('TryCopyTo_1_T1')
4382
+ class TryCopyTo_1(typing.Generic[TryCopyTo_1_T1]):
4383
+ TryCopyTo_1_T = Vector64_0.TryCopyTo_MethodGroup.TryCopyTo_1_T1
4384
+ def __call__(self, vector: Vector64_1[TryCopyTo_1_T], destination: Span_1[TryCopyTo_1_T]) -> bool:...
4385
+
4386
+
4387
+ # Skipped Widen due to it being static, abstract and generic.
4388
+
4389
+ Widen : Widen_MethodGroup
4390
+ class Widen_MethodGroup:
4391
+ def __call__(self, source: Vector64_1[float]) -> ValueTuple_2[Vector64_1[float], Vector64_1[float]]:...
4392
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4393
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4394
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4395
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4396
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4397
+ # Method Widen(source : Vector64`1) was skipped since it collides with above method
4398
+
4399
+ # Skipped WidenLower due to it being static, abstract and generic.
4400
+
4401
+ WidenLower : WidenLower_MethodGroup
4402
+ class WidenLower_MethodGroup:
4403
+ def __call__(self, source: Vector64_1[float]) -> Vector64_1[float]:...
4404
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4405
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4406
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4407
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4408
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4409
+ # Method WidenLower(source : Vector64`1) was skipped since it collides with above method
4410
+
4411
+ # Skipped WidenUpper due to it being static, abstract and generic.
4412
+
4413
+ WidenUpper : WidenUpper_MethodGroup
4414
+ class WidenUpper_MethodGroup:
4415
+ def __call__(self, source: Vector64_1[float]) -> Vector64_1[float]:...
4416
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4417
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4418
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4419
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4420
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4421
+ # Method WidenUpper(source : Vector64`1) was skipped since it collides with above method
4422
+
4423
+ # Skipped WithElement due to it being static, abstract and generic.
4424
+
4425
+ WithElement : WithElement_MethodGroup
4426
+ class WithElement_MethodGroup:
4427
+ def __getitem__(self, t:typing.Type[WithElement_1_T1]) -> WithElement_1[WithElement_1_T1]: ...
4428
+
4429
+ WithElement_1_T1 = typing.TypeVar('WithElement_1_T1')
4430
+ class WithElement_1(typing.Generic[WithElement_1_T1]):
4431
+ WithElement_1_T = Vector64_0.WithElement_MethodGroup.WithElement_1_T1
4432
+ def __call__(self, vector: Vector64_1[WithElement_1_T], index: int, value: WithElement_1_T) -> Vector64_1[WithElement_1_T]:...
4433
+
4434
+
4435
+ # Skipped Xor due to it being static, abstract and generic.
4436
+
4437
+ Xor : Xor_MethodGroup
4438
+ class Xor_MethodGroup:
4439
+ def __getitem__(self, t:typing.Type[Xor_1_T1]) -> Xor_1[Xor_1_T1]: ...
4440
+
4441
+ Xor_1_T1 = typing.TypeVar('Xor_1_T1')
4442
+ class Xor_1(typing.Generic[Xor_1_T1]):
4443
+ Xor_1_T = Vector64_0.Xor_MethodGroup.Xor_1_T1
4444
+ def __call__(self, left: Vector64_1[Xor_1_T], right: Vector64_1[Xor_1_T]) -> Vector64_1[Xor_1_T]:...
4445
+
4446
+
4447
+
4448
+
4449
+ Vector64_1_T = typing.TypeVar('Vector64_1_T')
4450
+ class Vector64_1(typing.Generic[Vector64_1_T], IEquatable_1[Vector64_1[Vector64_1_T]]):
4451
+ @classmethod
4452
+ @property
4453
+ def AllBitsSet(cls) -> Vector64_1[Vector64_1_T]: ...
4454
+ @classmethod
4455
+ @property
4456
+ def Count(cls) -> int: ...
4457
+ @classmethod
4458
+ @property
4459
+ def IsSupported(cls) -> bool: ...
4460
+ @property
4461
+ def Item(self) -> Vector64_1_T: ...
4462
+ @classmethod
4463
+ @property
4464
+ def One(cls) -> Vector64_1[Vector64_1_T]: ...
4465
+ @classmethod
4466
+ @property
4467
+ def Zero(cls) -> Vector64_1[Vector64_1_T]: ...
4468
+ def GetHashCode(self) -> int: ...
4469
+ def __add__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4470
+ def __and__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4471
+ def __or__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4472
+ @typing.overload
4473
+ def __truediv__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4474
+ @typing.overload
4475
+ def __truediv__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1_T) -> Vector64_1[Vector64_1_T]: ...
4476
+ def __eq__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> bool: ...
4477
+ def __xor__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4478
+ def __ne__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> bool: ...
4479
+ def __lshift__(self, value: Vector64_1[Vector64_1_T], shiftCount: int) -> Vector64_1[Vector64_1_T]: ...
4480
+ @typing.overload
4481
+ def __mul__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4482
+ @typing.overload
4483
+ def __mul__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1_T) -> Vector64_1[Vector64_1_T]: ...
4484
+ @typing.overload
4485
+ def __mul__(self, left: Vector64_1_T, right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4486
+ def __invert__(self, vector: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4487
+ def __rshift__(self, value: Vector64_1[Vector64_1_T], shiftCount: int) -> Vector64_1[Vector64_1_T]: ...
4488
+ def __sub__(self, left: Vector64_1[Vector64_1_T], right: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4489
+ def __neg__(self, vector: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4490
+ def __pos__(self, value: Vector64_1[Vector64_1_T]) -> Vector64_1[Vector64_1_T]: ...
4491
+ # Operator not supported op_UnsignedRightShift(value: Vector64`1, shiftCount: Int32)
4492
+ def ToString(self) -> str: ...
4493
+ # Skipped Equals due to it being static, abstract and generic.
4494
+
4495
+ Equals : Equals_MethodGroup[Vector64_1_T]
4496
+ Equals_MethodGroup_Vector64_1_T = typing.TypeVar('Equals_MethodGroup_Vector64_1_T')
4497
+ class Equals_MethodGroup(typing.Generic[Equals_MethodGroup_Vector64_1_T]):
4498
+ Equals_MethodGroup_Vector64_1_T = Vector64_1.Equals_MethodGroup_Vector64_1_T
4499
+ @typing.overload
4500
+ def __call__(self, other: Vector64_1[Equals_MethodGroup_Vector64_1_T]) -> bool:...
4501
+ @typing.overload
4502
+ def __call__(self, obj: typing.Any) -> bool:...
4503
+
4504
+