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,844 @@
1
+ import typing, clr, abc
2
+ from System.Runtime.Intrinsics import Vector128_1
3
+ from System import UIntPtr
4
+
5
+ class PackedSimd(abc.ABC):
6
+ @classmethod
7
+ @property
8
+ def IsSupported(cls) -> bool: ...
9
+ @staticmethod
10
+ def Dot(left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]: ...
11
+ @staticmethod
12
+ def MultiplyRoundedSaturateQ15(left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]: ...
13
+ @staticmethod
14
+ def PopCount(value: Vector128_1[int]) -> Vector128_1[int]: ...
15
+ # Skipped Abs due to it being static, abstract and generic.
16
+
17
+ Abs : Abs_MethodGroup
18
+ class Abs_MethodGroup:
19
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
20
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
21
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
22
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
23
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
24
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
25
+ # Method Abs(value : Vector128`1) was skipped since it collides with above method
26
+
27
+ # Skipped Add due to it being static, abstract and generic.
28
+
29
+ Add : Add_MethodGroup
30
+ class Add_MethodGroup:
31
+ @typing.overload
32
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
33
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
34
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
35
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
36
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
37
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
38
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
39
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
40
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
41
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
42
+ # Method Add(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
43
+ @typing.overload
44
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
45
+
46
+ # Skipped AddPairwiseWidening due to it being static, abstract and generic.
47
+
48
+ AddPairwiseWidening : AddPairwiseWidening_MethodGroup
49
+ class AddPairwiseWidening_MethodGroup:
50
+ def __call__(self, value: Vector128_1[int]) -> Vector128_1[int]:...
51
+ # Method AddPairwiseWidening(value : Vector128`1) was skipped since it collides with above method
52
+ # Method AddPairwiseWidening(value : Vector128`1) was skipped since it collides with above method
53
+ # Method AddPairwiseWidening(value : Vector128`1) was skipped since it collides with above method
54
+
55
+ # Skipped AddSaturate due to it being static, abstract and generic.
56
+
57
+ AddSaturate : AddSaturate_MethodGroup
58
+ class AddSaturate_MethodGroup:
59
+ def __call__(self, left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]:...
60
+ # Method AddSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
61
+ # Method AddSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
62
+ # Method AddSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
63
+
64
+ # Skipped AllTrue due to it being static, abstract and generic.
65
+
66
+ AllTrue : AllTrue_MethodGroup
67
+ class AllTrue_MethodGroup:
68
+ @typing.overload
69
+ def __call__(self, value: Vector128_1[int]) -> bool:...
70
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
71
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
72
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
73
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
74
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
75
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
76
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
77
+ # Method AllTrue(value : Vector128`1) was skipped since it collides with above method
78
+ @typing.overload
79
+ def __call__(self, value: Vector128_1[UIntPtr]) -> bool:...
80
+
81
+ # Skipped And due to it being static, abstract and generic.
82
+
83
+ And : And_MethodGroup
84
+ class And_MethodGroup:
85
+ @typing.overload
86
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
87
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
88
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
89
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
90
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
91
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
92
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
93
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
94
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
95
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
96
+ # Method And(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
97
+ @typing.overload
98
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
99
+
100
+ # Skipped AndNot due to it being static, abstract and generic.
101
+
102
+ AndNot : AndNot_MethodGroup
103
+ class AndNot_MethodGroup:
104
+ @typing.overload
105
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
106
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
107
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
108
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
109
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
110
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
111
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
112
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
113
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
114
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
115
+ # Method AndNot(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
116
+ @typing.overload
117
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
118
+
119
+ # Skipped AnyTrue due to it being static, abstract and generic.
120
+
121
+ AnyTrue : AnyTrue_MethodGroup
122
+ class AnyTrue_MethodGroup:
123
+ @typing.overload
124
+ def __call__(self, value: Vector128_1[float]) -> bool:...
125
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
126
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
127
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
128
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
129
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
130
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
131
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
132
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
133
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
134
+ # Method AnyTrue(value : Vector128`1) was skipped since it collides with above method
135
+ @typing.overload
136
+ def __call__(self, value: Vector128_1[UIntPtr]) -> bool:...
137
+
138
+ # Skipped AverageRounded due to it being static, abstract and generic.
139
+
140
+ AverageRounded : AverageRounded_MethodGroup
141
+ class AverageRounded_MethodGroup:
142
+ def __call__(self, left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]:...
143
+ # Method AverageRounded(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
144
+
145
+ # Skipped Bitmask due to it being static, abstract and generic.
146
+
147
+ Bitmask : Bitmask_MethodGroup
148
+ class Bitmask_MethodGroup:
149
+ @typing.overload
150
+ def __call__(self, value: Vector128_1[int]) -> int:...
151
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
152
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
153
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
154
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
155
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
156
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
157
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
158
+ # Method Bitmask(value : Vector128`1) was skipped since it collides with above method
159
+ @typing.overload
160
+ def __call__(self, value: Vector128_1[UIntPtr]) -> int:...
161
+
162
+ # Skipped BitwiseSelect due to it being static, abstract and generic.
163
+
164
+ BitwiseSelect : BitwiseSelect_MethodGroup
165
+ class BitwiseSelect_MethodGroup:
166
+ @typing.overload
167
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float], select: Vector128_1[float]) -> Vector128_1[float]:...
168
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
169
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
170
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
171
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
172
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
173
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
174
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
175
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
176
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
177
+ # Method BitwiseSelect(left : Vector128`1, right : Vector128`1, select : Vector128`1) was skipped since it collides with above method
178
+ @typing.overload
179
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr], select: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
180
+
181
+ # Skipped Ceiling due to it being static, abstract and generic.
182
+
183
+ Ceiling : Ceiling_MethodGroup
184
+ class Ceiling_MethodGroup:
185
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
186
+ # Method Ceiling(value : Vector128`1) was skipped since it collides with above method
187
+
188
+ # Skipped CompareEqual due to it being static, abstract and generic.
189
+
190
+ CompareEqual : CompareEqual_MethodGroup
191
+ class CompareEqual_MethodGroup:
192
+ @typing.overload
193
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
194
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
195
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
196
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
197
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
198
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
199
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
200
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
201
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
202
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
203
+ # Method CompareEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
204
+ @typing.overload
205
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
206
+
207
+ # Skipped CompareGreaterThan due to it being static, abstract and generic.
208
+
209
+ CompareGreaterThan : CompareGreaterThan_MethodGroup
210
+ class CompareGreaterThan_MethodGroup:
211
+ @typing.overload
212
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
213
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
214
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
215
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
216
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
217
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
218
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
219
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
220
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
221
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
222
+ # Method CompareGreaterThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
223
+ @typing.overload
224
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
225
+
226
+ # Skipped CompareGreaterThanOrEqual due to it being static, abstract and generic.
227
+
228
+ CompareGreaterThanOrEqual : CompareGreaterThanOrEqual_MethodGroup
229
+ class CompareGreaterThanOrEqual_MethodGroup:
230
+ @typing.overload
231
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
232
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
233
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
234
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
235
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
236
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
237
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
238
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
239
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
240
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
241
+ # Method CompareGreaterThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
242
+ @typing.overload
243
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
244
+
245
+ # Skipped CompareLessThan due to it being static, abstract and generic.
246
+
247
+ CompareLessThan : CompareLessThan_MethodGroup
248
+ class CompareLessThan_MethodGroup:
249
+ @typing.overload
250
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
251
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
252
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
253
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
254
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
255
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
256
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
257
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
258
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
259
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
260
+ # Method CompareLessThan(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
261
+ @typing.overload
262
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
263
+
264
+ # Skipped CompareLessThanOrEqual due to it being static, abstract and generic.
265
+
266
+ CompareLessThanOrEqual : CompareLessThanOrEqual_MethodGroup
267
+ class CompareLessThanOrEqual_MethodGroup:
268
+ @typing.overload
269
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
270
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
271
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
272
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
273
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
274
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
275
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
276
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
277
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
278
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
279
+ # Method CompareLessThanOrEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
280
+ @typing.overload
281
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
282
+
283
+ # Skipped CompareNotEqual due to it being static, abstract and generic.
284
+
285
+ CompareNotEqual : CompareNotEqual_MethodGroup
286
+ class CompareNotEqual_MethodGroup:
287
+ @typing.overload
288
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
289
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
290
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
291
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
292
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
293
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
294
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
295
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
296
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
297
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
298
+ # Method CompareNotEqual(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
299
+ @typing.overload
300
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
301
+
302
+ # Skipped ConvertNarrowingSaturateSigned due to it being static, abstract and generic.
303
+
304
+ ConvertNarrowingSaturateSigned : ConvertNarrowingSaturateSigned_MethodGroup
305
+ class ConvertNarrowingSaturateSigned_MethodGroup:
306
+ def __call__(self, lower: Vector128_1[int], upper: Vector128_1[int]) -> Vector128_1[int]:...
307
+ # Method ConvertNarrowingSaturateSigned(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
308
+
309
+ # Skipped ConvertNarrowingSaturateUnsigned due to it being static, abstract and generic.
310
+
311
+ ConvertNarrowingSaturateUnsigned : ConvertNarrowingSaturateUnsigned_MethodGroup
312
+ class ConvertNarrowingSaturateUnsigned_MethodGroup:
313
+ def __call__(self, lower: Vector128_1[int], upper: Vector128_1[int]) -> Vector128_1[int]:...
314
+ # Method ConvertNarrowingSaturateUnsigned(lower : Vector128`1, upper : Vector128`1) was skipped since it collides with above method
315
+
316
+ # Skipped ConvertToDoubleLower due to it being static, abstract and generic.
317
+
318
+ ConvertToDoubleLower : ConvertToDoubleLower_MethodGroup
319
+ class ConvertToDoubleLower_MethodGroup:
320
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
321
+ # Method ConvertToDoubleLower(value : Vector128`1) was skipped since it collides with above method
322
+ # Method ConvertToDoubleLower(value : Vector128`1) was skipped since it collides with above method
323
+
324
+ # Skipped ConvertToInt32Saturate due to it being static, abstract and generic.
325
+
326
+ ConvertToInt32Saturate : ConvertToInt32Saturate_MethodGroup
327
+ class ConvertToInt32Saturate_MethodGroup:
328
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[int]:...
329
+ # Method ConvertToInt32Saturate(value : Vector128`1) was skipped since it collides with above method
330
+
331
+ # Skipped ConvertToSingle due to it being static, abstract and generic.
332
+
333
+ ConvertToSingle : ConvertToSingle_MethodGroup
334
+ class ConvertToSingle_MethodGroup:
335
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
336
+ # Method ConvertToSingle(value : Vector128`1) was skipped since it collides with above method
337
+ # Method ConvertToSingle(value : Vector128`1) was skipped since it collides with above method
338
+
339
+ # Skipped ConvertToUInt32Saturate due to it being static, abstract and generic.
340
+
341
+ ConvertToUInt32Saturate : ConvertToUInt32Saturate_MethodGroup
342
+ class ConvertToUInt32Saturate_MethodGroup:
343
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[int]:...
344
+ # Method ConvertToUInt32Saturate(value : Vector128`1) was skipped since it collides with above method
345
+
346
+ # Skipped Divide due to it being static, abstract and generic.
347
+
348
+ Divide : Divide_MethodGroup
349
+ class Divide_MethodGroup:
350
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
351
+ # Method Divide(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
352
+
353
+ # Skipped ExtractScalar due to it being static, abstract and generic.
354
+
355
+ ExtractScalar : ExtractScalar_MethodGroup
356
+ class ExtractScalar_MethodGroup:
357
+ @typing.overload
358
+ def __call__(self, value: Vector128_1[float], index: int) -> float:...
359
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
360
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
361
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
362
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
363
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
364
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
365
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
366
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
367
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
368
+ # Method ExtractScalar(value : Vector128`1, index : Byte) was skipped since it collides with above method
369
+ @typing.overload
370
+ def __call__(self, value: Vector128_1[UIntPtr], index: int) -> UIntPtr:...
371
+
372
+ # Skipped Floor due to it being static, abstract and generic.
373
+
374
+ Floor : Floor_MethodGroup
375
+ class Floor_MethodGroup:
376
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
377
+ # Method Floor(value : Vector128`1) was skipped since it collides with above method
378
+
379
+ # Skipped LoadScalarAndInsert due to it being static, abstract and generic.
380
+
381
+ LoadScalarAndInsert : LoadScalarAndInsert_MethodGroup
382
+ class LoadScalarAndInsert_MethodGroup:
383
+ @typing.overload
384
+ def __call__(self, address: clr.Reference[float], vector: Vector128_1[float], index: int) -> Vector128_1[float]:...
385
+ # Method LoadScalarAndInsert(address : Double*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
386
+ # Method LoadScalarAndInsert(address : SByte*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
387
+ # Method LoadScalarAndInsert(address : Byte*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
388
+ # Method LoadScalarAndInsert(address : Int16*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
389
+ # Method LoadScalarAndInsert(address : UInt16*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
390
+ # Method LoadScalarAndInsert(address : Int32*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
391
+ # Method LoadScalarAndInsert(address : UInt32*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
392
+ # Method LoadScalarAndInsert(address : Int64*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
393
+ # Method LoadScalarAndInsert(address : UInt64*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
394
+ # Method LoadScalarAndInsert(address : IntPtr*, vector : Vector128`1, index : Byte) was skipped since it collides with above method
395
+ @typing.overload
396
+ def __call__(self, address: clr.Reference[UIntPtr], vector: Vector128_1[UIntPtr], index: int) -> Vector128_1[UIntPtr]:...
397
+
398
+ # Skipped LoadScalarAndSplatVector128 due to it being static, abstract and generic.
399
+
400
+ LoadScalarAndSplatVector128 : LoadScalarAndSplatVector128_MethodGroup
401
+ class LoadScalarAndSplatVector128_MethodGroup:
402
+ @typing.overload
403
+ def __call__(self, address: clr.Reference[float]) -> Vector128_1[float]:...
404
+ # Method LoadScalarAndSplatVector128(address : Double*) was skipped since it collides with above method
405
+ # Method LoadScalarAndSplatVector128(address : SByte*) was skipped since it collides with above method
406
+ # Method LoadScalarAndSplatVector128(address : Byte*) was skipped since it collides with above method
407
+ # Method LoadScalarAndSplatVector128(address : Int16*) was skipped since it collides with above method
408
+ # Method LoadScalarAndSplatVector128(address : UInt16*) was skipped since it collides with above method
409
+ # Method LoadScalarAndSplatVector128(address : Int32*) was skipped since it collides with above method
410
+ # Method LoadScalarAndSplatVector128(address : UInt32*) was skipped since it collides with above method
411
+ # Method LoadScalarAndSplatVector128(address : Int64*) was skipped since it collides with above method
412
+ # Method LoadScalarAndSplatVector128(address : UInt64*) was skipped since it collides with above method
413
+ # Method LoadScalarAndSplatVector128(address : IntPtr*) was skipped since it collides with above method
414
+ @typing.overload
415
+ def __call__(self, address: clr.Reference[UIntPtr]) -> Vector128_1[UIntPtr]:...
416
+
417
+ # Skipped LoadScalarVector128 due to it being static, abstract and generic.
418
+
419
+ LoadScalarVector128 : LoadScalarVector128_MethodGroup
420
+ class LoadScalarVector128_MethodGroup:
421
+ @typing.overload
422
+ def __call__(self, address: clr.Reference[float]) -> Vector128_1[float]:...
423
+ # Method LoadScalarVector128(address : Double*) was skipped since it collides with above method
424
+ # Method LoadScalarVector128(address : Int32*) was skipped since it collides with above method
425
+ # Method LoadScalarVector128(address : UInt32*) was skipped since it collides with above method
426
+ # Method LoadScalarVector128(address : Int64*) was skipped since it collides with above method
427
+ # Method LoadScalarVector128(address : UInt64*) was skipped since it collides with above method
428
+ # Method LoadScalarVector128(address : IntPtr*) was skipped since it collides with above method
429
+ @typing.overload
430
+ def __call__(self, address: clr.Reference[UIntPtr]) -> Vector128_1[UIntPtr]:...
431
+
432
+ # Skipped LoadVector128 due to it being static, abstract and generic.
433
+
434
+ LoadVector128 : LoadVector128_MethodGroup
435
+ class LoadVector128_MethodGroup:
436
+ @typing.overload
437
+ def __call__(self, address: clr.Reference[float]) -> Vector128_1[float]:...
438
+ # Method LoadVector128(address : Double*) was skipped since it collides with above method
439
+ # Method LoadVector128(address : SByte*) was skipped since it collides with above method
440
+ # Method LoadVector128(address : Byte*) was skipped since it collides with above method
441
+ # Method LoadVector128(address : Int16*) was skipped since it collides with above method
442
+ # Method LoadVector128(address : UInt16*) was skipped since it collides with above method
443
+ # Method LoadVector128(address : Int32*) was skipped since it collides with above method
444
+ # Method LoadVector128(address : UInt32*) was skipped since it collides with above method
445
+ # Method LoadVector128(address : Int64*) was skipped since it collides with above method
446
+ # Method LoadVector128(address : UInt64*) was skipped since it collides with above method
447
+ # Method LoadVector128(address : IntPtr*) was skipped since it collides with above method
448
+ @typing.overload
449
+ def __call__(self, address: clr.Reference[UIntPtr]) -> Vector128_1[UIntPtr]:...
450
+
451
+ # Skipped LoadWideningVector128 due to it being static, abstract and generic.
452
+
453
+ LoadWideningVector128 : LoadWideningVector128_MethodGroup
454
+ class LoadWideningVector128_MethodGroup:
455
+ def __call__(self, address: clr.Reference[int]) -> Vector128_1[int]:...
456
+ # Method LoadWideningVector128(address : Byte*) was skipped since it collides with above method
457
+ # Method LoadWideningVector128(address : Int16*) was skipped since it collides with above method
458
+ # Method LoadWideningVector128(address : UInt16*) was skipped since it collides with above method
459
+ # Method LoadWideningVector128(address : Int32*) was skipped since it collides with above method
460
+ # Method LoadWideningVector128(address : UInt32*) was skipped since it collides with above method
461
+
462
+ # Skipped Max due to it being static, abstract and generic.
463
+
464
+ Max : Max_MethodGroup
465
+ class Max_MethodGroup:
466
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
467
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
468
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
469
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
470
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
471
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
472
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
473
+ # Method Max(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
474
+
475
+ # Skipped Min due to it being static, abstract and generic.
476
+
477
+ Min : Min_MethodGroup
478
+ class Min_MethodGroup:
479
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
480
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
481
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
482
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
483
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
484
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
485
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
486
+ # Method Min(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
487
+
488
+ # Skipped Multiply due to it being static, abstract and generic.
489
+
490
+ Multiply : Multiply_MethodGroup
491
+ class Multiply_MethodGroup:
492
+ @typing.overload
493
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
494
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
495
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
496
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
497
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
498
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
499
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
500
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
501
+ # Method Multiply(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
502
+ @typing.overload
503
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
504
+
505
+ # Skipped MultiplyWideningLower due to it being static, abstract and generic.
506
+
507
+ MultiplyWideningLower : MultiplyWideningLower_MethodGroup
508
+ class MultiplyWideningLower_MethodGroup:
509
+ def __call__(self, left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]:...
510
+ # Method MultiplyWideningLower(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
511
+ # Method MultiplyWideningLower(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
512
+ # Method MultiplyWideningLower(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
513
+ # Method MultiplyWideningLower(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
514
+ # Method MultiplyWideningLower(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
515
+
516
+ # Skipped MultiplyWideningUpper due to it being static, abstract and generic.
517
+
518
+ MultiplyWideningUpper : MultiplyWideningUpper_MethodGroup
519
+ class MultiplyWideningUpper_MethodGroup:
520
+ def __call__(self, left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]:...
521
+ # Method MultiplyWideningUpper(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
522
+ # Method MultiplyWideningUpper(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
523
+ # Method MultiplyWideningUpper(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
524
+ # Method MultiplyWideningUpper(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
525
+ # Method MultiplyWideningUpper(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
526
+
527
+ # Skipped Negate due to it being static, abstract and generic.
528
+
529
+ Negate : Negate_MethodGroup
530
+ class Negate_MethodGroup:
531
+ @typing.overload
532
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
533
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
534
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
535
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
536
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
537
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
538
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
539
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
540
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
541
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
542
+ # Method Negate(value : Vector128`1) was skipped since it collides with above method
543
+ @typing.overload
544
+ def __call__(self, value: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
545
+
546
+ # Skipped Not due to it being static, abstract and generic.
547
+
548
+ Not : Not_MethodGroup
549
+ class Not_MethodGroup:
550
+ @typing.overload
551
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
552
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
553
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
554
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
555
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
556
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
557
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
558
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
559
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
560
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
561
+ # Method Not(value : Vector128`1) was skipped since it collides with above method
562
+ @typing.overload
563
+ def __call__(self, value: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
564
+
565
+ # Skipped Or due to it being static, abstract and generic.
566
+
567
+ Or : Or_MethodGroup
568
+ class Or_MethodGroup:
569
+ @typing.overload
570
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
571
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
572
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
573
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
574
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
575
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
576
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
577
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
578
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
579
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
580
+ # Method Or(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
581
+ @typing.overload
582
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
583
+
584
+ # Skipped PseudoMax due to it being static, abstract and generic.
585
+
586
+ PseudoMax : PseudoMax_MethodGroup
587
+ class PseudoMax_MethodGroup:
588
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
589
+ # Method PseudoMax(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
590
+
591
+ # Skipped PseudoMin due to it being static, abstract and generic.
592
+
593
+ PseudoMin : PseudoMin_MethodGroup
594
+ class PseudoMin_MethodGroup:
595
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
596
+ # Method PseudoMin(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
597
+
598
+ # Skipped ReplaceScalar due to it being static, abstract and generic.
599
+
600
+ ReplaceScalar : ReplaceScalar_MethodGroup
601
+ class ReplaceScalar_MethodGroup:
602
+ @typing.overload
603
+ def __call__(self, vector: Vector128_1[float], imm: int, value: float) -> Vector128_1[float]:...
604
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : Double) was skipped since it collides with above method
605
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : Int32) was skipped since it collides with above method
606
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : UInt32) was skipped since it collides with above method
607
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : Int32) was skipped since it collides with above method
608
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : UInt32) was skipped since it collides with above method
609
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : Int32) was skipped since it collides with above method
610
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : UInt32) was skipped since it collides with above method
611
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : Int64) was skipped since it collides with above method
612
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : UInt64) was skipped since it collides with above method
613
+ # Method ReplaceScalar(vector : Vector128`1, imm : Byte, value : IntPtr) was skipped since it collides with above method
614
+ @typing.overload
615
+ def __call__(self, vector: Vector128_1[UIntPtr], imm: int, value: UIntPtr) -> Vector128_1[UIntPtr]:...
616
+
617
+ # Skipped RoundToNearest due to it being static, abstract and generic.
618
+
619
+ RoundToNearest : RoundToNearest_MethodGroup
620
+ class RoundToNearest_MethodGroup:
621
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
622
+ # Method RoundToNearest(value : Vector128`1) was skipped since it collides with above method
623
+
624
+ # Skipped ShiftLeft due to it being static, abstract and generic.
625
+
626
+ ShiftLeft : ShiftLeft_MethodGroup
627
+ class ShiftLeft_MethodGroup:
628
+ @typing.overload
629
+ def __call__(self, value: Vector128_1[int], count: int) -> Vector128_1[int]:...
630
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
631
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
632
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
633
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
634
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
635
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
636
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
637
+ # Method ShiftLeft(value : Vector128`1, count : Int32) was skipped since it collides with above method
638
+ @typing.overload
639
+ def __call__(self, value: Vector128_1[UIntPtr], count: int) -> Vector128_1[UIntPtr]:...
640
+
641
+ # Skipped ShiftRightArithmetic due to it being static, abstract and generic.
642
+
643
+ ShiftRightArithmetic : ShiftRightArithmetic_MethodGroup
644
+ class ShiftRightArithmetic_MethodGroup:
645
+ @typing.overload
646
+ def __call__(self, value: Vector128_1[int], count: int) -> Vector128_1[int]:...
647
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
648
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
649
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
650
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
651
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
652
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
653
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
654
+ # Method ShiftRightArithmetic(value : Vector128`1, count : Int32) was skipped since it collides with above method
655
+ @typing.overload
656
+ def __call__(self, value: Vector128_1[UIntPtr], count: int) -> Vector128_1[UIntPtr]:...
657
+
658
+ # Skipped ShiftRightLogical due to it being static, abstract and generic.
659
+
660
+ ShiftRightLogical : ShiftRightLogical_MethodGroup
661
+ class ShiftRightLogical_MethodGroup:
662
+ @typing.overload
663
+ def __call__(self, value: Vector128_1[int], count: int) -> Vector128_1[int]:...
664
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
665
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
666
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
667
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
668
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
669
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
670
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
671
+ # Method ShiftRightLogical(value : Vector128`1, count : Int32) was skipped since it collides with above method
672
+ @typing.overload
673
+ def __call__(self, value: Vector128_1[UIntPtr], count: int) -> Vector128_1[UIntPtr]:...
674
+
675
+ # Skipped SignExtendWideningLower due to it being static, abstract and generic.
676
+
677
+ SignExtendWideningLower : SignExtendWideningLower_MethodGroup
678
+ class SignExtendWideningLower_MethodGroup:
679
+ def __call__(self, value: Vector128_1[int]) -> Vector128_1[int]:...
680
+ # Method SignExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
681
+ # Method SignExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
682
+ # Method SignExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
683
+ # Method SignExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
684
+ # Method SignExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
685
+
686
+ # Skipped SignExtendWideningUpper due to it being static, abstract and generic.
687
+
688
+ SignExtendWideningUpper : SignExtendWideningUpper_MethodGroup
689
+ class SignExtendWideningUpper_MethodGroup:
690
+ def __call__(self, value: Vector128_1[int]) -> Vector128_1[int]:...
691
+ # Method SignExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
692
+ # Method SignExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
693
+ # Method SignExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
694
+ # Method SignExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
695
+ # Method SignExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
696
+
697
+ # Skipped Splat due to it being static, abstract and generic.
698
+
699
+ Splat : Splat_MethodGroup
700
+ class Splat_MethodGroup:
701
+ @typing.overload
702
+ def __call__(self, value: float) -> Vector128_1[float]:...
703
+ # Method Splat(value : Double) was skipped since it collides with above method
704
+ # Method Splat(value : SByte) was skipped since it collides with above method
705
+ # Method Splat(value : Byte) was skipped since it collides with above method
706
+ # Method Splat(value : Int16) was skipped since it collides with above method
707
+ # Method Splat(value : UInt16) was skipped since it collides with above method
708
+ # Method Splat(value : Int32) was skipped since it collides with above method
709
+ # Method Splat(value : UInt32) was skipped since it collides with above method
710
+ # Method Splat(value : Int64) was skipped since it collides with above method
711
+ # Method Splat(value : UInt64) was skipped since it collides with above method
712
+ # Method Splat(value : IntPtr) was skipped since it collides with above method
713
+ @typing.overload
714
+ def __call__(self, value: UIntPtr) -> Vector128_1[UIntPtr]:...
715
+
716
+ # Skipped Sqrt due to it being static, abstract and generic.
717
+
718
+ Sqrt : Sqrt_MethodGroup
719
+ class Sqrt_MethodGroup:
720
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
721
+ # Method Sqrt(value : Vector128`1) was skipped since it collides with above method
722
+
723
+ # Skipped Store due to it being static, abstract and generic.
724
+
725
+ Store : Store_MethodGroup
726
+ class Store_MethodGroup:
727
+ @typing.overload
728
+ def __call__(self, address: clr.Reference[float], source: Vector128_1[float]) -> None:...
729
+ # Method Store(address : Double*, source : Vector128`1) was skipped since it collides with above method
730
+ # Method Store(address : SByte*, source : Vector128`1) was skipped since it collides with above method
731
+ # Method Store(address : Byte*, source : Vector128`1) was skipped since it collides with above method
732
+ # Method Store(address : Int16*, source : Vector128`1) was skipped since it collides with above method
733
+ # Method Store(address : UInt16*, source : Vector128`1) was skipped since it collides with above method
734
+ # Method Store(address : Int32*, source : Vector128`1) was skipped since it collides with above method
735
+ # Method Store(address : UInt32*, source : Vector128`1) was skipped since it collides with above method
736
+ # Method Store(address : Int64*, source : Vector128`1) was skipped since it collides with above method
737
+ # Method Store(address : UInt64*, source : Vector128`1) was skipped since it collides with above method
738
+ # Method Store(address : IntPtr*, source : Vector128`1) was skipped since it collides with above method
739
+ @typing.overload
740
+ def __call__(self, address: clr.Reference[UIntPtr], source: Vector128_1[UIntPtr]) -> None:...
741
+
742
+ # Skipped StoreSelectedScalar due to it being static, abstract and generic.
743
+
744
+ StoreSelectedScalar : StoreSelectedScalar_MethodGroup
745
+ class StoreSelectedScalar_MethodGroup:
746
+ @typing.overload
747
+ def __call__(self, address: clr.Reference[float], source: Vector128_1[float], index: int) -> None:...
748
+ # Method StoreSelectedScalar(address : Double*, source : Vector128`1, index : Byte) was skipped since it collides with above method
749
+ # Method StoreSelectedScalar(address : SByte*, source : Vector128`1, index : Byte) was skipped since it collides with above method
750
+ # Method StoreSelectedScalar(address : Byte*, source : Vector128`1, index : Byte) was skipped since it collides with above method
751
+ # Method StoreSelectedScalar(address : Int16*, source : Vector128`1, index : Byte) was skipped since it collides with above method
752
+ # Method StoreSelectedScalar(address : UInt16*, source : Vector128`1, index : Byte) was skipped since it collides with above method
753
+ # Method StoreSelectedScalar(address : Int32*, source : Vector128`1, index : Byte) was skipped since it collides with above method
754
+ # Method StoreSelectedScalar(address : UInt32*, source : Vector128`1, index : Byte) was skipped since it collides with above method
755
+ # Method StoreSelectedScalar(address : Int64*, source : Vector128`1, index : Byte) was skipped since it collides with above method
756
+ # Method StoreSelectedScalar(address : UInt64*, source : Vector128`1, index : Byte) was skipped since it collides with above method
757
+ # Method StoreSelectedScalar(address : IntPtr*, source : Vector128`1, index : Byte) was skipped since it collides with above method
758
+ @typing.overload
759
+ def __call__(self, address: clr.Reference[UIntPtr], source: Vector128_1[UIntPtr], index: int) -> None:...
760
+
761
+ # Skipped Subtract due to it being static, abstract and generic.
762
+
763
+ Subtract : Subtract_MethodGroup
764
+ class Subtract_MethodGroup:
765
+ @typing.overload
766
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
767
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
768
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
769
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
770
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
771
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
772
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
773
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
774
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
775
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
776
+ # Method Subtract(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
777
+ @typing.overload
778
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
779
+
780
+ # Skipped SubtractSaturate due to it being static, abstract and generic.
781
+
782
+ SubtractSaturate : SubtractSaturate_MethodGroup
783
+ class SubtractSaturate_MethodGroup:
784
+ def __call__(self, left: Vector128_1[int], right: Vector128_1[int]) -> Vector128_1[int]:...
785
+ # Method SubtractSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
786
+ # Method SubtractSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
787
+ # Method SubtractSaturate(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
788
+
789
+ # Skipped Swizzle due to it being static, abstract and generic.
790
+
791
+ Swizzle : Swizzle_MethodGroup
792
+ class Swizzle_MethodGroup:
793
+ def __call__(self, vector: Vector128_1[int], indices: Vector128_1[int]) -> Vector128_1[int]:...
794
+ # Method Swizzle(vector : Vector128`1, indices : Vector128`1) was skipped since it collides with above method
795
+
796
+ # Skipped Truncate due to it being static, abstract and generic.
797
+
798
+ Truncate : Truncate_MethodGroup
799
+ class Truncate_MethodGroup:
800
+ def __call__(self, value: Vector128_1[float]) -> Vector128_1[float]:...
801
+ # Method Truncate(value : Vector128`1) was skipped since it collides with above method
802
+
803
+ # Skipped Xor due to it being static, abstract and generic.
804
+
805
+ Xor : Xor_MethodGroup
806
+ class Xor_MethodGroup:
807
+ @typing.overload
808
+ def __call__(self, left: Vector128_1[float], right: Vector128_1[float]) -> Vector128_1[float]:...
809
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
810
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
811
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
812
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
813
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
814
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
815
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
816
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
817
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
818
+ # Method Xor(left : Vector128`1, right : Vector128`1) was skipped since it collides with above method
819
+ @typing.overload
820
+ def __call__(self, left: Vector128_1[UIntPtr], right: Vector128_1[UIntPtr]) -> Vector128_1[UIntPtr]:...
821
+
822
+ # Skipped ZeroExtendWideningLower due to it being static, abstract and generic.
823
+
824
+ ZeroExtendWideningLower : ZeroExtendWideningLower_MethodGroup
825
+ class ZeroExtendWideningLower_MethodGroup:
826
+ def __call__(self, value: Vector128_1[int]) -> Vector128_1[int]:...
827
+ # Method ZeroExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
828
+ # Method ZeroExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
829
+ # Method ZeroExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
830
+ # Method ZeroExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
831
+ # Method ZeroExtendWideningLower(value : Vector128`1) was skipped since it collides with above method
832
+
833
+ # Skipped ZeroExtendWideningUpper due to it being static, abstract and generic.
834
+
835
+ ZeroExtendWideningUpper : ZeroExtendWideningUpper_MethodGroup
836
+ class ZeroExtendWideningUpper_MethodGroup:
837
+ def __call__(self, value: Vector128_1[int]) -> Vector128_1[int]:...
838
+ # Method ZeroExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
839
+ # Method ZeroExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
840
+ # Method ZeroExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
841
+ # Method ZeroExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
842
+ # Method ZeroExtendWideningUpper(value : Vector128`1) was skipped since it collides with above method
843
+
844
+