@alloy-js/csharp 0.21.0-dev.12 → 0.21.0-dev.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (608) hide show
  1. package/dist/scripts/generate-builtins.js +2 -0
  2. package/dist/scripts/generate-builtins.js.map +1 -1
  3. package/dist/scripts/process-docfx.d.ts.map +1 -1
  4. package/dist/scripts/process-docfx.js +22 -10
  5. package/dist/scripts/process-docfx.js.map +1 -1
  6. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  7. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  8. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  9. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  10. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  11. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  12. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  13. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  14. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  15. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  16. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  17. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  18. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  19. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  20. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
  23. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
  24. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
  26. package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
  27. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
  28. package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
  29. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
  30. package/dist/src/builtins/Microsoft/index.d.ts +2 -0
  31. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
  32. package/dist/src/builtins/Microsoft/index.js +2 -0
  33. package/dist/src/builtins/Microsoft/index.js.map +1 -1
  34. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  35. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  36. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  37. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
  40. package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
  41. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
  42. package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
  43. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
  44. package/dist/src/builtins/System/Buffers/index.js +391 -0
  45. package/dist/src/builtins/System/Buffers/index.js.map +1 -1
  46. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  47. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  48. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  49. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  50. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  51. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  52. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  53. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
  56. package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
  57. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
  58. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  59. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  61. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  62. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
  63. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
  64. package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
  65. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
  66. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  67. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  69. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  70. package/dist/src/builtins/System/Collections/index.d.ts +151 -0
  71. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
  72. package/dist/src/builtins/System/Collections/index.js +807 -86
  73. package/dist/src/builtins/System/Collections/index.js.map +1 -1
  74. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  75. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  77. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  78. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  79. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  81. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  82. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  83. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  85. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  86. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  87. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  89. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  90. package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
  91. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
  92. package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
  93. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
  94. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  95. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  97. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  98. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  99. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  101. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  102. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  103. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/Data/index.js +4504 -0
  105. package/dist/src/builtins/System/Data/index.js.map +1 -0
  106. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  107. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  109. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  110. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  111. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  113. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  114. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  115. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  117. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  118. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  119. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  121. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  122. package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
  123. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
  124. package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
  125. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
  126. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  127. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  129. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  130. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  131. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  133. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  134. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  135. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  137. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  138. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  139. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  141. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  142. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  143. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Formats/index.js +6 -0
  145. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  146. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  147. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  149. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  150. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  151. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  153. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  154. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  155. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  157. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  158. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  159. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  161. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  162. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  163. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  165. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  166. package/dist/src/builtins/System/IO/index.d.ts +140 -0
  167. package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
  168. package/dist/src/builtins/System/IO/index.js +630 -0
  169. package/dist/src/builtins/System/IO/index.js.map +1 -1
  170. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  171. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  173. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  174. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  175. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Linq/index.js +275 -0
  177. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  178. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  179. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  181. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  182. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  183. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  185. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  186. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  187. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  189. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  190. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  191. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  193. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  194. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  195. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  197. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  198. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  199. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  201. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  202. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  203. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  205. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  206. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  207. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  209. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  210. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  211. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  213. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  214. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  215. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  217. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  218. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  219. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  221. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  222. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  223. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  225. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/index.d.ts +1052 -0
  227. package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
  228. package/dist/src/builtins/System/Net/index.js +5440 -0
  229. package/dist/src/builtins/System/Net/index.js.map +1 -1
  230. package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
  231. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
  232. package/dist/src/builtins/System/Numerics/index.js +2989 -516
  233. package/dist/src/builtins/System/Numerics/index.js.map +1 -1
  234. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  235. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  237. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  238. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  239. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  241. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  242. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  243. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  245. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  246. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  247. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  249. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  250. package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
  251. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
  252. package/dist/src/builtins/System/Reflection/index.js +569 -0
  253. package/dist/src/builtins/System/Reflection/index.js.map +1 -1
  254. package/dist/src/builtins/System/Resources/index.d.ts +14 -0
  255. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
  256. package/dist/src/builtins/System/Resources/index.js +54 -0
  257. package/dist/src/builtins/System/Resources/index.js.map +1 -1
  258. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
  259. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
  260. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
  261. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
  262. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  263. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  265. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  266. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  267. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  269. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  270. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
  271. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
  272. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
  273. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
  274. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  275. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  277. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  278. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
  279. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
  280. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
  281. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
  282. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  283. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  285. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  286. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  287. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  289. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  290. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  291. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  293. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  294. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  295. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  297. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  298. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  299. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  301. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  302. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  303. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  305. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  307. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  309. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  311. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  313. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  315. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  317. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
  319. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
  320. package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
  321. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
  322. package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
  323. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
  324. package/dist/src/builtins/System/Runtime/index.js +2 -0
  325. package/dist/src/builtins/System/Runtime/index.js.map +1 -1
  326. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  327. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  329. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  330. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  331. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  333. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  334. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  335. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  337. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  338. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  339. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  341. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  342. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  343. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  345. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  346. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
  347. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
  348. package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
  349. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
  350. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  351. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  353. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  354. package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
  355. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
  356. package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
  357. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
  358. package/dist/src/builtins/System/Security/index.d.ts +23 -0
  359. package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
  360. package/dist/src/builtins/System/Security/index.js +82 -0
  361. package/dist/src/builtins/System/Security/index.js.map +1 -1
  362. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  363. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  365. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  366. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  367. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  369. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  370. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  371. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  373. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  374. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  375. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  377. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  378. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  379. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  381. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  382. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  383. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  385. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  387. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  389. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  390. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  391. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  393. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  394. package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
  395. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
  396. package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
  397. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
  398. package/dist/src/builtins/System/Text/index.d.ts +104 -0
  399. package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
  400. package/dist/src/builtins/System/Text/index.js +470 -0
  401. package/dist/src/builtins/System/Text/index.js.map +1 -1
  402. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  403. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  405. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  406. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  407. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  409. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  410. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
  411. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
  412. package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
  413. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
  414. package/dist/src/builtins/System/Threading/index.d.ts +441 -0
  415. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
  416. package/dist/src/builtins/System/Threading/index.js +2052 -132
  417. package/dist/src/builtins/System/Threading/index.js.map +1 -1
  418. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  419. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Timers/index.js +129 -0
  421. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  422. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  423. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Transactions/index.js +727 -0
  425. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  426. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  427. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Web/index.js +84 -0
  429. package/dist/src/builtins/System/Web/index.js.map +1 -0
  430. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  431. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  433. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  434. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  435. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  437. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  438. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  439. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Windows/index.js +6 -0
  441. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  442. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  443. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  445. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  446. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  447. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  449. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  450. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  451. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  453. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  454. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  455. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  457. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  459. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  461. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  462. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  463. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  465. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  466. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  467. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Xml/index.js +5736 -0
  469. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  470. package/dist/src/builtins/System/index.d.ts +283 -0
  471. package/dist/src/builtins/System/index.d.ts.map +1 -1
  472. package/dist/src/builtins/System/index.js +1517 -0
  473. package/dist/src/builtins/System/index.js.map +1 -1
  474. package/dist/src/components/parameters/parameters.d.ts +15 -0
  475. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  476. package/dist/src/components/parameters/parameters.js +7 -1
  477. package/dist/src/components/parameters/parameters.js.map +1 -1
  478. package/dist/src/components/parameters/parameters.test.js +36 -0
  479. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  480. package/dist/src/create-library.test.d.ts +0 -8
  481. package/dist/src/create-library.test.d.ts.map +1 -1
  482. package/dist/src/create-library.test.js +0 -9
  483. package/dist/src/create-library.test.js.map +1 -1
  484. package/dist/tsconfig.tsbuildinfo +1 -1
  485. package/package.json +4 -3
  486. package/scripts/generate-builtins.tsx +2 -1
  487. package/scripts/process-docfx.tsx +22 -10
  488. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  489. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  490. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  491. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  492. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  493. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  494. package/src/builtins/Microsoft/index.ts +3 -1
  495. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  496. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  497. package/src/builtins/System/Buffers/index.ts +478 -1
  498. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  499. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  500. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  501. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  502. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  503. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  504. package/src/builtins/System/Collections/index.ts +1069 -201
  505. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  506. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  507. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  508. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  509. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  510. package/src/builtins/System/Data/Common/index.ts +3888 -0
  511. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  512. package/src/builtins/System/Data/index.ts +5476 -0
  513. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  514. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  515. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  516. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  517. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  518. package/src/builtins/System/Drawing/index.ts +3861 -0
  519. package/src/builtins/System/Dynamic/index.ts +963 -0
  520. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  521. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  522. package/src/builtins/System/Formats/index.ts +9 -0
  523. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  524. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  525. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  526. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  527. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  528. package/src/builtins/System/IO/index.ts +777 -12
  529. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  530. package/src/builtins/System/Linq/index.ts +352 -0
  531. package/src/builtins/System/Net/Cache/index.ts +263 -0
  532. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  533. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  534. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  535. package/src/builtins/System/Net/Http/index.ts +1757 -0
  536. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  537. package/src/builtins/System/Net/Mime/index.ts +598 -0
  538. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  539. package/src/builtins/System/Net/Quic/index.ts +762 -0
  540. package/src/builtins/System/Net/Security/index.ts +1709 -0
  541. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  542. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  543. package/src/builtins/System/Net/index.ts +6484 -1
  544. package/src/builtins/System/Numerics/index.ts +3378 -436
  545. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  546. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  547. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  548. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  549. package/src/builtins/System/Reflection/index.ts +686 -1
  550. package/src/builtins/System/Resources/index.ts +68 -0
  551. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  552. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  553. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  554. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  555. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  556. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  557. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  558. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  559. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  560. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  561. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  562. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  563. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  564. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  565. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  566. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  567. package/src/builtins/System/Runtime/index.ts +2 -0
  568. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  569. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  570. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  571. package/src/builtins/System/Security/Claims/index.ts +994 -0
  572. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  573. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  574. package/src/builtins/System/Security/Policy/index.ts +127 -0
  575. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  576. package/src/builtins/System/Security/index.ts +102 -1
  577. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  578. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  579. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  580. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  581. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  582. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  583. package/src/builtins/System/Text/Json/index.ts +1430 -0
  584. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  585. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  586. package/src/builtins/System/Text/index.ts +572 -1
  587. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  588. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  589. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  590. package/src/builtins/System/Threading/index.ts +2439 -75
  591. package/src/builtins/System/Timers/index.ts +161 -0
  592. package/src/builtins/System/Transactions/index.ts +908 -0
  593. package/src/builtins/System/Web/index.ts +105 -0
  594. package/src/builtins/System/Windows/Input/index.ts +25 -0
  595. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  596. package/src/builtins/System/Windows/index.ts +9 -0
  597. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  598. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  599. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  600. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  601. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  602. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  603. package/src/builtins/System/Xml/index.ts +6841 -0
  604. package/src/builtins/System/index.ts +1874 -84
  605. package/src/components/parameters/parameters.test.tsx +33 -0
  606. package/src/components/parameters/parameters.tsx +17 -0
  607. package/src/create-library.test.tsx +0 -9
  608. package/temp/api.json +28 -0
@@ -4,6 +4,59 @@ import { createLibrary } from "#createLibrary";
4
4
  import { LibrarySymbolReference } from "@alloy-js/core";
5
5
 
6
6
  type NumericsLibrary = LibrarySymbolReference & {
7
+ BigInteger: LibrarySymbolReference & {
8
+ BigInteger: LibrarySymbolReference;
9
+ Abs: LibrarySymbolReference;
10
+ Add: LibrarySymbolReference;
11
+ Clamp: LibrarySymbolReference;
12
+ Compare: LibrarySymbolReference;
13
+ CompareTo: LibrarySymbolReference;
14
+ CopySign: LibrarySymbolReference;
15
+ Divide: LibrarySymbolReference;
16
+ DivRem: LibrarySymbolReference;
17
+ Equals: LibrarySymbolReference;
18
+ GetBitLength: LibrarySymbolReference;
19
+ GetByteCount: LibrarySymbolReference;
20
+ GetHashCode: LibrarySymbolReference;
21
+ GreatestCommonDivisor: LibrarySymbolReference;
22
+ IsEvenInteger: LibrarySymbolReference;
23
+ IsNegative: LibrarySymbolReference;
24
+ IsOddInteger: LibrarySymbolReference;
25
+ IsPositive: LibrarySymbolReference;
26
+ IsPow2: LibrarySymbolReference;
27
+ LeadingZeroCount: LibrarySymbolReference;
28
+ Log: LibrarySymbolReference;
29
+ Log10: LibrarySymbolReference;
30
+ Log2: LibrarySymbolReference;
31
+ Max: LibrarySymbolReference;
32
+ MaxMagnitude: LibrarySymbolReference;
33
+ Min: LibrarySymbolReference;
34
+ MinMagnitude: LibrarySymbolReference;
35
+ ModPow: LibrarySymbolReference;
36
+ Multiply: LibrarySymbolReference;
37
+ Negate: LibrarySymbolReference;
38
+ Parse: LibrarySymbolReference;
39
+ PopCount: LibrarySymbolReference;
40
+ Pow: LibrarySymbolReference;
41
+ Remainder: LibrarySymbolReference;
42
+ RotateLeft: LibrarySymbolReference;
43
+ RotateRight: LibrarySymbolReference;
44
+ Subtract: LibrarySymbolReference;
45
+ ToByteArray: LibrarySymbolReference;
46
+ ToString: LibrarySymbolReference;
47
+ TrailingZeroCount: LibrarySymbolReference;
48
+ TryFormat: LibrarySymbolReference;
49
+ TryParse: LibrarySymbolReference;
50
+ TryWriteBytes: LibrarySymbolReference;
51
+ IsEven: LibrarySymbolReference;
52
+ IsOne: LibrarySymbolReference;
53
+ IsPowerOfTwo: LibrarySymbolReference;
54
+ IsZero: LibrarySymbolReference;
55
+ MinusOne: LibrarySymbolReference;
56
+ One: LibrarySymbolReference;
57
+ Sign: LibrarySymbolReference;
58
+ Zero: LibrarySymbolReference
59
+ };
7
60
  BitOperations: LibrarySymbolReference & {
8
61
  Crc32C: LibrarySymbolReference;
9
62
  IsPow2: LibrarySymbolReference;
@@ -15,6 +68,64 @@ type NumericsLibrary = LibrarySymbolReference & {
15
68
  RoundUpToPowerOf2: LibrarySymbolReference;
16
69
  TrailingZeroCount: LibrarySymbolReference
17
70
  };
71
+ Complex: LibrarySymbolReference & {
72
+ ImaginaryOne: LibrarySymbolReference;
73
+ Infinity: LibrarySymbolReference;
74
+ NaN: LibrarySymbolReference;
75
+ One: LibrarySymbolReference;
76
+ Zero: LibrarySymbolReference;
77
+ Complex: LibrarySymbolReference;
78
+ Abs: LibrarySymbolReference;
79
+ Acos: LibrarySymbolReference;
80
+ Add: LibrarySymbolReference;
81
+ Asin: LibrarySymbolReference;
82
+ Atan: LibrarySymbolReference;
83
+ Conjugate: LibrarySymbolReference;
84
+ Cos: LibrarySymbolReference;
85
+ Cosh: LibrarySymbolReference;
86
+ Divide: LibrarySymbolReference;
87
+ Equals: LibrarySymbolReference;
88
+ Exp: LibrarySymbolReference;
89
+ FromPolarCoordinates: LibrarySymbolReference;
90
+ GetHashCode: LibrarySymbolReference;
91
+ IsComplexNumber: LibrarySymbolReference;
92
+ IsEvenInteger: LibrarySymbolReference;
93
+ IsFinite: LibrarySymbolReference;
94
+ IsImaginaryNumber: LibrarySymbolReference;
95
+ IsInfinity: LibrarySymbolReference;
96
+ IsInteger: LibrarySymbolReference;
97
+ IsNaN: LibrarySymbolReference;
98
+ IsNegative: LibrarySymbolReference;
99
+ IsNegativeInfinity: LibrarySymbolReference;
100
+ IsNormal: LibrarySymbolReference;
101
+ IsOddInteger: LibrarySymbolReference;
102
+ IsPositive: LibrarySymbolReference;
103
+ IsPositiveInfinity: LibrarySymbolReference;
104
+ IsRealNumber: LibrarySymbolReference;
105
+ IsSubnormal: LibrarySymbolReference;
106
+ Log: LibrarySymbolReference;
107
+ Log10: LibrarySymbolReference;
108
+ MaxMagnitude: LibrarySymbolReference;
109
+ MinMagnitude: LibrarySymbolReference;
110
+ Multiply: LibrarySymbolReference;
111
+ Negate: LibrarySymbolReference;
112
+ Parse: LibrarySymbolReference;
113
+ Pow: LibrarySymbolReference;
114
+ Reciprocal: LibrarySymbolReference;
115
+ Sin: LibrarySymbolReference;
116
+ Sinh: LibrarySymbolReference;
117
+ Sqrt: LibrarySymbolReference;
118
+ Subtract: LibrarySymbolReference;
119
+ Tan: LibrarySymbolReference;
120
+ Tanh: LibrarySymbolReference;
121
+ ToString: LibrarySymbolReference;
122
+ TryFormat: LibrarySymbolReference;
123
+ TryParse: LibrarySymbolReference;
124
+ Imaginary: LibrarySymbolReference;
125
+ Magnitude: LibrarySymbolReference;
126
+ Phase: LibrarySymbolReference;
127
+ Real: LibrarySymbolReference
128
+ };
18
129
  IAdditionOperators: LibrarySymbolReference & {
19
130
 
20
131
  };
@@ -226,820 +337,995 @@ type NumericsLibrary = LibrarySymbolReference & {
226
337
  };
227
338
  IUnsignedNumber: LibrarySymbolReference & {
228
339
 
340
+ };
341
+ Matrix3x2: LibrarySymbolReference & {
342
+ M11: LibrarySymbolReference;
343
+ M12: LibrarySymbolReference;
344
+ M21: LibrarySymbolReference;
345
+ M22: LibrarySymbolReference;
346
+ M31: LibrarySymbolReference;
347
+ M32: LibrarySymbolReference;
348
+ Matrix3x2: LibrarySymbolReference;
349
+ Add: LibrarySymbolReference;
350
+ CreateRotation: LibrarySymbolReference;
351
+ CreateScale: LibrarySymbolReference;
352
+ CreateSkew: LibrarySymbolReference;
353
+ CreateTranslation: LibrarySymbolReference;
354
+ Equals: LibrarySymbolReference;
355
+ GetDeterminant: LibrarySymbolReference;
356
+ GetHashCode: LibrarySymbolReference;
357
+ Invert: LibrarySymbolReference;
358
+ Lerp: LibrarySymbolReference;
359
+ Multiply: LibrarySymbolReference;
360
+ Negate: LibrarySymbolReference;
361
+ Subtract: LibrarySymbolReference;
362
+ ToString: LibrarySymbolReference;
363
+ Identity: LibrarySymbolReference;
364
+ Item: LibrarySymbolReference;
365
+ IsIdentity: LibrarySymbolReference;
366
+ Translation: LibrarySymbolReference
367
+ };
368
+ Matrix4x4: LibrarySymbolReference & {
369
+ M11: LibrarySymbolReference;
370
+ M12: LibrarySymbolReference;
371
+ M13: LibrarySymbolReference;
372
+ M14: LibrarySymbolReference;
373
+ M21: LibrarySymbolReference;
374
+ M22: LibrarySymbolReference;
375
+ M23: LibrarySymbolReference;
376
+ M24: LibrarySymbolReference;
377
+ M31: LibrarySymbolReference;
378
+ M32: LibrarySymbolReference;
379
+ M33: LibrarySymbolReference;
380
+ M34: LibrarySymbolReference;
381
+ M41: LibrarySymbolReference;
382
+ M42: LibrarySymbolReference;
383
+ M43: LibrarySymbolReference;
384
+ M44: LibrarySymbolReference;
385
+ Matrix4x4: LibrarySymbolReference;
386
+ Add: LibrarySymbolReference;
387
+ CreateBillboard: LibrarySymbolReference;
388
+ CreateConstrainedBillboard: LibrarySymbolReference;
389
+ CreateFromAxisAngle: LibrarySymbolReference;
390
+ CreateFromQuaternion: LibrarySymbolReference;
391
+ CreateFromYawPitchRoll: LibrarySymbolReference;
392
+ CreateLookAt: LibrarySymbolReference;
393
+ CreateLookAtLeftHanded: LibrarySymbolReference;
394
+ CreateLookTo: LibrarySymbolReference;
395
+ CreateLookToLeftHanded: LibrarySymbolReference;
396
+ CreateOrthographic: LibrarySymbolReference;
397
+ CreateOrthographicLeftHanded: LibrarySymbolReference;
398
+ CreateOrthographicOffCenter: LibrarySymbolReference;
399
+ CreateOrthographicOffCenterLeftHanded: LibrarySymbolReference;
400
+ CreatePerspective: LibrarySymbolReference;
401
+ CreatePerspectiveLeftHanded: LibrarySymbolReference;
402
+ CreatePerspectiveFieldOfView: LibrarySymbolReference;
403
+ CreatePerspectiveFieldOfViewLeftHanded: LibrarySymbolReference;
404
+ CreatePerspectiveOffCenter: LibrarySymbolReference;
405
+ CreatePerspectiveOffCenterLeftHanded: LibrarySymbolReference;
406
+ CreateReflection: LibrarySymbolReference;
407
+ CreateRotationX: LibrarySymbolReference;
408
+ CreateRotationY: LibrarySymbolReference;
409
+ CreateRotationZ: LibrarySymbolReference;
410
+ CreateScale: LibrarySymbolReference;
411
+ CreateShadow: LibrarySymbolReference;
412
+ CreateTranslation: LibrarySymbolReference;
413
+ CreateViewport: LibrarySymbolReference;
414
+ CreateViewportLeftHanded: LibrarySymbolReference;
415
+ CreateWorld: LibrarySymbolReference;
416
+ Decompose: LibrarySymbolReference;
417
+ Equals: LibrarySymbolReference;
418
+ GetDeterminant: LibrarySymbolReference;
419
+ GetHashCode: LibrarySymbolReference;
420
+ Invert: LibrarySymbolReference;
421
+ Lerp: LibrarySymbolReference;
422
+ Multiply: LibrarySymbolReference;
423
+ Negate: LibrarySymbolReference;
424
+ Subtract: LibrarySymbolReference;
425
+ ToString: LibrarySymbolReference;
426
+ Transform: LibrarySymbolReference;
427
+ Transpose: LibrarySymbolReference;
428
+ Identity: LibrarySymbolReference;
429
+ Item: LibrarySymbolReference;
430
+ IsIdentity: LibrarySymbolReference;
431
+ Translation: LibrarySymbolReference
432
+ };
433
+ Plane: LibrarySymbolReference & {
434
+ Normal: LibrarySymbolReference;
435
+ D: LibrarySymbolReference;
436
+ Plane: LibrarySymbolReference;
437
+ CreateFromVertices: LibrarySymbolReference;
438
+ Dot: LibrarySymbolReference;
439
+ DotCoordinate: LibrarySymbolReference;
440
+ DotNormal: LibrarySymbolReference;
441
+ Equals: LibrarySymbolReference;
442
+ GetHashCode: LibrarySymbolReference;
443
+ Normalize: LibrarySymbolReference;
444
+ ToString: LibrarySymbolReference;
445
+ Transform: LibrarySymbolReference
446
+ };
447
+ Quaternion: LibrarySymbolReference & {
448
+ X: LibrarySymbolReference;
449
+ Y: LibrarySymbolReference;
450
+ Z: LibrarySymbolReference;
451
+ W: LibrarySymbolReference;
452
+ Quaternion: LibrarySymbolReference;
453
+ Add: LibrarySymbolReference;
454
+ Concatenate: LibrarySymbolReference;
455
+ Conjugate: LibrarySymbolReference;
456
+ CreateFromAxisAngle: LibrarySymbolReference;
457
+ CreateFromRotationMatrix: LibrarySymbolReference;
458
+ CreateFromYawPitchRoll: LibrarySymbolReference;
459
+ Divide: LibrarySymbolReference;
460
+ Dot: LibrarySymbolReference;
461
+ Equals: LibrarySymbolReference;
462
+ GetHashCode: LibrarySymbolReference;
463
+ Inverse: LibrarySymbolReference;
464
+ Length: LibrarySymbolReference;
465
+ LengthSquared: LibrarySymbolReference;
466
+ Lerp: LibrarySymbolReference;
467
+ Multiply: LibrarySymbolReference;
468
+ Negate: LibrarySymbolReference;
469
+ Normalize: LibrarySymbolReference;
470
+ Slerp: LibrarySymbolReference;
471
+ Subtract: LibrarySymbolReference;
472
+ ToString: LibrarySymbolReference;
473
+ Zero: LibrarySymbolReference;
474
+ Identity: LibrarySymbolReference;
475
+ Item: LibrarySymbolReference;
476
+ IsIdentity: LibrarySymbolReference
229
477
  };
230
478
  TotalOrderIeee754Comparer: LibrarySymbolReference & {
231
479
  Compare: LibrarySymbolReference;
232
480
  Equals: LibrarySymbolReference;
233
481
  GetHashCode: LibrarySymbolReference
482
+ };
483
+ Vector: LibrarySymbolReference & {
484
+ Vector: LibrarySymbolReference;
485
+ CopyTo: LibrarySymbolReference;
486
+ Equals: LibrarySymbolReference;
487
+ GetHashCode: LibrarySymbolReference;
488
+ ToString: LibrarySymbolReference;
489
+ TryCopyTo: LibrarySymbolReference;
490
+ AllBitsSet: LibrarySymbolReference;
491
+ Count: LibrarySymbolReference;
492
+ Indices: LibrarySymbolReference;
493
+ IsSupported: LibrarySymbolReference;
494
+ Item: LibrarySymbolReference;
495
+ One: LibrarySymbolReference;
496
+ Zero: LibrarySymbolReference
497
+ };
498
+ Vector2: LibrarySymbolReference & {
499
+ X: LibrarySymbolReference;
500
+ Y: LibrarySymbolReference;
501
+ Vector2: LibrarySymbolReference;
502
+ Abs: LibrarySymbolReference;
503
+ Add: LibrarySymbolReference;
504
+ Clamp: LibrarySymbolReference;
505
+ ClampNative: LibrarySymbolReference;
506
+ CopySign: LibrarySymbolReference;
507
+ Create: LibrarySymbolReference;
508
+ CopyTo: LibrarySymbolReference;
509
+ Cos: LibrarySymbolReference;
510
+ TryCopyTo: LibrarySymbolReference;
511
+ DegreesToRadians: LibrarySymbolReference;
512
+ Distance: LibrarySymbolReference;
513
+ DistanceSquared: LibrarySymbolReference;
514
+ Divide: LibrarySymbolReference;
515
+ Dot: LibrarySymbolReference;
516
+ Equals: LibrarySymbolReference;
517
+ Exp: LibrarySymbolReference;
518
+ FusedMultiplyAdd: LibrarySymbolReference;
519
+ GetHashCode: LibrarySymbolReference;
520
+ Hypot: LibrarySymbolReference;
521
+ Length: LibrarySymbolReference;
522
+ LengthSquared: LibrarySymbolReference;
523
+ Lerp: LibrarySymbolReference;
524
+ Log: LibrarySymbolReference;
525
+ Log2: LibrarySymbolReference;
526
+ Max: LibrarySymbolReference;
527
+ MaxMagnitude: LibrarySymbolReference;
528
+ MaxMagnitudeNumber: LibrarySymbolReference;
529
+ MaxNative: LibrarySymbolReference;
530
+ MaxNumber: LibrarySymbolReference;
531
+ Min: LibrarySymbolReference;
532
+ MinMagnitude: LibrarySymbolReference;
533
+ MinMagnitudeNumber: LibrarySymbolReference;
534
+ MinNative: LibrarySymbolReference;
535
+ MinNumber: LibrarySymbolReference;
536
+ Multiply: LibrarySymbolReference;
537
+ MultiplyAddEstimate: LibrarySymbolReference;
538
+ Negate: LibrarySymbolReference;
539
+ Normalize: LibrarySymbolReference;
540
+ RadiansToDegrees: LibrarySymbolReference;
541
+ Round: LibrarySymbolReference;
542
+ Reflect: LibrarySymbolReference;
543
+ Sin: LibrarySymbolReference;
544
+ SinCos: LibrarySymbolReference;
545
+ SquareRoot: LibrarySymbolReference;
546
+ Subtract: LibrarySymbolReference;
547
+ ToString: LibrarySymbolReference;
548
+ Transform: LibrarySymbolReference;
549
+ TransformNormal: LibrarySymbolReference;
550
+ Truncate: LibrarySymbolReference;
551
+ E: LibrarySymbolReference;
552
+ Epsilon: LibrarySymbolReference;
553
+ NaN: LibrarySymbolReference;
554
+ NegativeInfinity: LibrarySymbolReference;
555
+ NegativeZero: LibrarySymbolReference;
556
+ One: LibrarySymbolReference;
557
+ Pi: LibrarySymbolReference;
558
+ PositiveInfinity: LibrarySymbolReference;
559
+ Tau: LibrarySymbolReference;
560
+ UnitX: LibrarySymbolReference;
561
+ UnitY: LibrarySymbolReference;
562
+ Item: LibrarySymbolReference;
563
+ Zero: LibrarySymbolReference
564
+ };
565
+ Vector3: LibrarySymbolReference & {
566
+ X: LibrarySymbolReference;
567
+ Y: LibrarySymbolReference;
568
+ Z: LibrarySymbolReference;
569
+ Vector3: LibrarySymbolReference;
570
+ Abs: LibrarySymbolReference;
571
+ Add: LibrarySymbolReference;
572
+ Clamp: LibrarySymbolReference;
573
+ ClampNative: LibrarySymbolReference;
574
+ CopySign: LibrarySymbolReference;
575
+ Create: LibrarySymbolReference;
576
+ CopyTo: LibrarySymbolReference;
577
+ Cos: LibrarySymbolReference;
578
+ TryCopyTo: LibrarySymbolReference;
579
+ Cross: LibrarySymbolReference;
580
+ DegreesToRadians: LibrarySymbolReference;
581
+ Distance: LibrarySymbolReference;
582
+ DistanceSquared: LibrarySymbolReference;
583
+ Divide: LibrarySymbolReference;
584
+ Dot: LibrarySymbolReference;
585
+ Equals: LibrarySymbolReference;
586
+ Exp: LibrarySymbolReference;
587
+ FusedMultiplyAdd: LibrarySymbolReference;
588
+ GetHashCode: LibrarySymbolReference;
589
+ Length: LibrarySymbolReference;
590
+ LengthSquared: LibrarySymbolReference;
591
+ Hypot: LibrarySymbolReference;
592
+ Lerp: LibrarySymbolReference;
593
+ Log: LibrarySymbolReference;
594
+ Log2: LibrarySymbolReference;
595
+ Max: LibrarySymbolReference;
596
+ MaxMagnitude: LibrarySymbolReference;
597
+ MaxMagnitudeNumber: LibrarySymbolReference;
598
+ MaxNative: LibrarySymbolReference;
599
+ MaxNumber: LibrarySymbolReference;
600
+ Min: LibrarySymbolReference;
601
+ MinMagnitude: LibrarySymbolReference;
602
+ MinMagnitudeNumber: LibrarySymbolReference;
603
+ MinNative: LibrarySymbolReference;
604
+ MinNumber: LibrarySymbolReference;
605
+ Multiply: LibrarySymbolReference;
606
+ MultiplyAddEstimate: LibrarySymbolReference;
607
+ Negate: LibrarySymbolReference;
608
+ Normalize: LibrarySymbolReference;
609
+ RadiansToDegrees: LibrarySymbolReference;
610
+ Reflect: LibrarySymbolReference;
611
+ Round: LibrarySymbolReference;
612
+ Sin: LibrarySymbolReference;
613
+ SinCos: LibrarySymbolReference;
614
+ SquareRoot: LibrarySymbolReference;
615
+ Subtract: LibrarySymbolReference;
616
+ ToString: LibrarySymbolReference;
617
+ Transform: LibrarySymbolReference;
618
+ TransformNormal: LibrarySymbolReference;
619
+ Truncate: LibrarySymbolReference;
620
+ E: LibrarySymbolReference;
621
+ Epsilon: LibrarySymbolReference;
622
+ NaN: LibrarySymbolReference;
623
+ NegativeInfinity: LibrarySymbolReference;
624
+ NegativeZero: LibrarySymbolReference;
625
+ One: LibrarySymbolReference;
626
+ Pi: LibrarySymbolReference;
627
+ PositiveInfinity: LibrarySymbolReference;
628
+ Tau: LibrarySymbolReference;
629
+ UnitX: LibrarySymbolReference;
630
+ UnitY: LibrarySymbolReference;
631
+ UnitZ: LibrarySymbolReference;
632
+ Item: LibrarySymbolReference;
633
+ Zero: LibrarySymbolReference
634
+ };
635
+ Vector4: LibrarySymbolReference & {
636
+ X: LibrarySymbolReference;
637
+ Y: LibrarySymbolReference;
638
+ Z: LibrarySymbolReference;
639
+ W: LibrarySymbolReference;
640
+ Vector4: LibrarySymbolReference;
641
+ Abs: LibrarySymbolReference;
642
+ Add: LibrarySymbolReference;
643
+ Clamp: LibrarySymbolReference;
644
+ ClampNative: LibrarySymbolReference;
645
+ CopySign: LibrarySymbolReference;
646
+ Create: LibrarySymbolReference;
647
+ CopyTo: LibrarySymbolReference;
648
+ Cos: LibrarySymbolReference;
649
+ TryCopyTo: LibrarySymbolReference;
650
+ DegreesToRadians: LibrarySymbolReference;
651
+ Distance: LibrarySymbolReference;
652
+ DistanceSquared: LibrarySymbolReference;
653
+ Divide: LibrarySymbolReference;
654
+ Dot: LibrarySymbolReference;
655
+ Equals: LibrarySymbolReference;
656
+ Exp: LibrarySymbolReference;
657
+ FusedMultiplyAdd: LibrarySymbolReference;
658
+ GetHashCode: LibrarySymbolReference;
659
+ Length: LibrarySymbolReference;
660
+ LengthSquared: LibrarySymbolReference;
661
+ Hypot: LibrarySymbolReference;
662
+ Lerp: LibrarySymbolReference;
663
+ Log: LibrarySymbolReference;
664
+ Log2: LibrarySymbolReference;
665
+ Max: LibrarySymbolReference;
666
+ MaxMagnitude: LibrarySymbolReference;
667
+ MaxMagnitudeNumber: LibrarySymbolReference;
668
+ MaxNative: LibrarySymbolReference;
669
+ MaxNumber: LibrarySymbolReference;
670
+ Min: LibrarySymbolReference;
671
+ MinMagnitude: LibrarySymbolReference;
672
+ MinMagnitudeNumber: LibrarySymbolReference;
673
+ MinNative: LibrarySymbolReference;
674
+ MinNumber: LibrarySymbolReference;
675
+ Multiply: LibrarySymbolReference;
676
+ MultiplyAddEstimate: LibrarySymbolReference;
677
+ Negate: LibrarySymbolReference;
678
+ Normalize: LibrarySymbolReference;
679
+ RadiansToDegrees: LibrarySymbolReference;
680
+ Round: LibrarySymbolReference;
681
+ Sin: LibrarySymbolReference;
682
+ SinCos: LibrarySymbolReference;
683
+ SquareRoot: LibrarySymbolReference;
684
+ Subtract: LibrarySymbolReference;
685
+ ToString: LibrarySymbolReference;
686
+ Transform: LibrarySymbolReference;
687
+ Truncate: LibrarySymbolReference;
688
+ E: LibrarySymbolReference;
689
+ Epsilon: LibrarySymbolReference;
690
+ NaN: LibrarySymbolReference;
691
+ NegativeInfinity: LibrarySymbolReference;
692
+ NegativeZero: LibrarySymbolReference;
693
+ One: LibrarySymbolReference;
694
+ Pi: LibrarySymbolReference;
695
+ PositiveInfinity: LibrarySymbolReference;
696
+ Tau: LibrarySymbolReference;
697
+ UnitW: LibrarySymbolReference;
698
+ UnitX: LibrarySymbolReference;
699
+ UnitY: LibrarySymbolReference;
700
+ UnitZ: LibrarySymbolReference;
701
+ Item: LibrarySymbolReference;
702
+ Zero: LibrarySymbolReference
234
703
  }
235
704
  };
236
705
  const Numerics: NumericsLibrary = createLibrary("System.Numerics", {
237
- BitOperations: {
238
- kind: "class",
706
+ BigInteger: {
707
+ kind: "struct",
239
708
  members: {
240
- Crc32C: {
709
+ BigInteger: {
241
710
  kind: "method",
242
- methodKind: "ordinary",
243
- isStatic: true,
711
+ methodKind: "constructor",
244
712
  },
245
- IsPow2: {
713
+ Abs: {
246
714
  kind: "method",
247
715
  methodKind: "ordinary",
248
716
  isStatic: true,
249
717
  },
250
- LeadingZeroCount: {
718
+ Add: {
251
719
  kind: "method",
252
720
  methodKind: "ordinary",
253
721
  isStatic: true,
254
722
  },
255
- Log2: {
723
+ Clamp: {
256
724
  kind: "method",
257
725
  methodKind: "ordinary",
258
726
  isStatic: true,
259
727
  },
260
- PopCount: {
728
+ Compare: {
261
729
  kind: "method",
262
730
  methodKind: "ordinary",
263
731
  isStatic: true,
264
732
  },
265
- RotateLeft: {
733
+ CompareTo: {
266
734
  kind: "method",
267
735
  methodKind: "ordinary",
268
- isStatic: true,
269
736
  },
270
- RotateRight: {
737
+ CopySign: {
271
738
  kind: "method",
272
739
  methodKind: "ordinary",
273
740
  isStatic: true,
274
741
  },
275
- RoundUpToPowerOf2: {
742
+ Divide: {
276
743
  kind: "method",
277
744
  methodKind: "ordinary",
278
745
  isStatic: true,
279
746
  },
280
- TrailingZeroCount: {
747
+ DivRem: {
281
748
  kind: "method",
282
749
  methodKind: "ordinary",
283
750
  isStatic: true,
284
751
  },
285
- },
286
- isStatic: true,
287
- },
288
- IAdditionOperators: {
289
- kind: "interface",
290
- members: {},
291
- },
292
- IAdditiveIdentity: {
293
- kind: "interface",
294
- members: {
295
- AdditiveIdentity: {
296
- kind: "property",
297
- type: undefined,
298
- isStatic: true,
299
- isAbstract: true,
752
+ Equals: {
753
+ kind: "method",
754
+ methodKind: "ordinary",
300
755
  },
301
- },
302
- },
303
- IBinaryFloatingPointIeee754: {
304
- kind: "interface",
305
- members: {},
306
- },
307
- IBinaryInteger: {
308
- kind: "interface",
309
- members: {
310
- DivRem: {
756
+ GetBitLength: {
311
757
  kind: "method",
312
758
  methodKind: "ordinary",
313
- isStatic: true,
314
759
  },
315
760
  GetByteCount: {
316
761
  kind: "method",
317
762
  methodKind: "ordinary",
318
763
  },
319
- GetShortestBitLength: {
764
+ GetHashCode: {
320
765
  kind: "method",
321
766
  methodKind: "ordinary",
767
+ isOverride: true,
322
768
  },
323
- LeadingZeroCount: {
769
+ GreatestCommonDivisor: {
324
770
  kind: "method",
325
771
  methodKind: "ordinary",
326
772
  isStatic: true,
327
773
  },
328
- PopCount: {
774
+ IsEvenInteger: {
329
775
  kind: "method",
330
776
  methodKind: "ordinary",
331
777
  isStatic: true,
332
- isAbstract: true,
333
778
  },
334
- ReadBigEndian: {
779
+ IsNegative: {
335
780
  kind: "method",
336
781
  methodKind: "ordinary",
337
782
  isStatic: true,
338
783
  },
339
- ReadLittleEndian: {
784
+ IsOddInteger: {
340
785
  kind: "method",
341
786
  methodKind: "ordinary",
342
787
  isStatic: true,
343
788
  },
344
- RotateLeft: {
789
+ IsPositive: {
345
790
  kind: "method",
346
791
  methodKind: "ordinary",
347
792
  isStatic: true,
348
793
  },
349
- RotateRight: {
794
+ IsPow2: {
350
795
  kind: "method",
351
796
  methodKind: "ordinary",
352
797
  isStatic: true,
353
798
  },
354
- TrailingZeroCount: {
799
+ LeadingZeroCount: {
355
800
  kind: "method",
356
801
  methodKind: "ordinary",
357
802
  isStatic: true,
358
- isAbstract: true,
359
803
  },
360
- TryReadBigEndian: {
804
+ Log: {
361
805
  kind: "method",
362
806
  methodKind: "ordinary",
363
807
  isStatic: true,
364
- isAbstract: true,
365
808
  },
366
- TryReadLittleEndian: {
809
+ Log10: {
367
810
  kind: "method",
368
811
  methodKind: "ordinary",
369
812
  isStatic: true,
370
- isAbstract: true,
371
- },
372
- TryWriteBigEndian: {
373
- kind: "method",
374
- methodKind: "ordinary",
375
- },
376
- TryWriteLittleEndian: {
377
- kind: "method",
378
- methodKind: "ordinary",
379
813
  },
380
- WriteBigEndian: {
814
+ Log2: {
381
815
  kind: "method",
382
816
  methodKind: "ordinary",
817
+ isStatic: true,
383
818
  },
384
- WriteLittleEndian: {
819
+ Max: {
385
820
  kind: "method",
386
821
  methodKind: "ordinary",
822
+ isStatic: true,
387
823
  },
388
- },
389
- },
390
- IBinaryNumber: {
391
- kind: "interface",
392
- members: {
393
- IsPow2: {
824
+ MaxMagnitude: {
394
825
  kind: "method",
395
826
  methodKind: "ordinary",
396
827
  isStatic: true,
397
- isAbstract: true,
398
828
  },
399
- Log2: {
829
+ Min: {
400
830
  kind: "method",
401
831
  methodKind: "ordinary",
402
832
  isStatic: true,
403
- isAbstract: true,
404
- },
405
- AllBitsSet: {
406
- kind: "property",
407
- type: undefined,
408
- isStatic: true,
409
833
  },
410
- },
411
- },
412
- IBitwiseOperators: {
413
- kind: "interface",
414
- members: {},
415
- },
416
- IComparisonOperators: {
417
- kind: "interface",
418
- members: {},
419
- },
420
- IDecrementOperators: {
421
- kind: "interface",
422
- members: {},
423
- },
424
- IDivisionOperators: {
425
- kind: "interface",
426
- members: {},
427
- },
428
- IEqualityOperators: {
429
- kind: "interface",
430
- members: {},
431
- },
432
- IExponentialFunctions: {
433
- kind: "interface",
434
- members: {
435
- Exp: {
834
+ MinMagnitude: {
436
835
  kind: "method",
437
836
  methodKind: "ordinary",
438
837
  isStatic: true,
439
- isAbstract: true,
440
838
  },
441
- Exp10: {
839
+ ModPow: {
442
840
  kind: "method",
443
841
  methodKind: "ordinary",
444
842
  isStatic: true,
445
- isAbstract: true,
446
843
  },
447
- Exp10M1: {
844
+ Multiply: {
448
845
  kind: "method",
449
846
  methodKind: "ordinary",
450
847
  isStatic: true,
451
848
  },
452
- Exp2: {
849
+ Negate: {
453
850
  kind: "method",
454
851
  methodKind: "ordinary",
455
852
  isStatic: true,
456
- isAbstract: true,
457
853
  },
458
- Exp2M1: {
854
+ Parse: {
459
855
  kind: "method",
460
856
  methodKind: "ordinary",
461
857
  isStatic: true,
462
858
  },
463
- ExpM1: {
859
+ PopCount: {
464
860
  kind: "method",
465
861
  methodKind: "ordinary",
466
862
  isStatic: true,
467
863
  },
468
- },
469
- },
470
- IFloatingPoint: {
471
- kind: "interface",
472
- members: {
473
- Ceiling: {
864
+ Pow: {
474
865
  kind: "method",
475
866
  methodKind: "ordinary",
476
867
  isStatic: true,
477
868
  },
478
- Floor: {
869
+ Remainder: {
479
870
  kind: "method",
480
871
  methodKind: "ordinary",
481
872
  isStatic: true,
482
873
  },
483
- GetExponentByteCount: {
874
+ RotateLeft: {
484
875
  kind: "method",
485
876
  methodKind: "ordinary",
877
+ isStatic: true,
486
878
  },
487
- GetExponentShortestBitLength: {
879
+ RotateRight: {
488
880
  kind: "method",
489
881
  methodKind: "ordinary",
882
+ isStatic: true,
490
883
  },
491
- GetSignificandBitLength: {
884
+ Subtract: {
492
885
  kind: "method",
493
886
  methodKind: "ordinary",
887
+ isStatic: true,
494
888
  },
495
- GetSignificandByteCount: {
889
+ ToByteArray: {
496
890
  kind: "method",
497
891
  methodKind: "ordinary",
498
892
  },
499
- Round: {
893
+ ToString: {
500
894
  kind: "method",
501
895
  methodKind: "ordinary",
502
- isStatic: true,
896
+ isOverride: true,
503
897
  },
504
- Truncate: {
898
+ TrailingZeroCount: {
505
899
  kind: "method",
506
900
  methodKind: "ordinary",
507
901
  isStatic: true,
508
902
  },
509
- TryWriteExponentBigEndian: {
510
- kind: "method",
511
- methodKind: "ordinary",
512
- },
513
- TryWriteExponentLittleEndian: {
903
+ TryFormat: {
514
904
  kind: "method",
515
905
  methodKind: "ordinary",
516
906
  },
517
- TryWriteSignificandBigEndian: {
907
+ TryParse: {
518
908
  kind: "method",
519
909
  methodKind: "ordinary",
910
+ isStatic: true,
520
911
  },
521
- TryWriteSignificandLittleEndian: {
912
+ TryWriteBytes: {
522
913
  kind: "method",
523
914
  methodKind: "ordinary",
524
915
  },
525
- WriteExponentBigEndian: {
526
- kind: "method",
527
- methodKind: "ordinary",
916
+ IsEven: {
917
+ kind: "property",
918
+ type: () => {
919
+ return System.Boolean;
920
+ },
528
921
  },
529
- WriteExponentLittleEndian: {
530
- kind: "method",
531
- methodKind: "ordinary",
922
+ IsOne: {
923
+ kind: "property",
924
+ type: () => {
925
+ return System.Boolean;
926
+ },
532
927
  },
533
- WriteSignificandBigEndian: {
534
- kind: "method",
535
- methodKind: "ordinary",
928
+ IsPowerOfTwo: {
929
+ kind: "property",
930
+ type: () => {
931
+ return System.Boolean;
932
+ },
536
933
  },
537
- WriteSignificandLittleEndian: {
538
- kind: "method",
539
- methodKind: "ordinary",
934
+ IsZero: {
935
+ kind: "property",
936
+ type: () => {
937
+ return System.Boolean;
938
+ },
540
939
  },
541
- },
542
- },
543
- IFloatingPointConstants: {
544
- kind: "interface",
545
- members: {
546
- E: {
940
+ MinusOne: {
547
941
  kind: "property",
548
- type: undefined,
942
+ type: () => {
943
+ return Numerics.BigInteger;
944
+ },
549
945
  isStatic: true,
550
- isAbstract: true,
551
946
  },
552
- Pi: {
947
+ One: {
553
948
  kind: "property",
554
- type: undefined,
949
+ type: () => {
950
+ return Numerics.BigInteger;
951
+ },
555
952
  isStatic: true,
556
- isAbstract: true,
557
953
  },
558
- Tau: {
954
+ Sign: {
559
955
  kind: "property",
560
- type: undefined,
956
+ type: () => {
957
+ return System.Int32;
958
+ },
959
+ },
960
+ Zero: {
961
+ kind: "property",
962
+ type: () => {
963
+ return Numerics.BigInteger;
964
+ },
561
965
  isStatic: true,
562
- isAbstract: true,
563
966
  },
564
967
  },
565
968
  },
566
- IFloatingPointIeee754: {
567
- kind: "interface",
969
+ BitOperations: {
970
+ kind: "class",
568
971
  members: {
569
- Atan2: {
972
+ Crc32C: {
570
973
  kind: "method",
571
974
  methodKind: "ordinary",
572
975
  isStatic: true,
573
- isAbstract: true,
574
976
  },
575
- Atan2Pi: {
977
+ IsPow2: {
576
978
  kind: "method",
577
979
  methodKind: "ordinary",
578
980
  isStatic: true,
579
- isAbstract: true,
580
981
  },
581
- BitDecrement: {
982
+ LeadingZeroCount: {
582
983
  kind: "method",
583
984
  methodKind: "ordinary",
584
985
  isStatic: true,
585
- isAbstract: true,
586
986
  },
587
- BitIncrement: {
987
+ Log2: {
588
988
  kind: "method",
589
989
  methodKind: "ordinary",
590
990
  isStatic: true,
591
- isAbstract: true,
592
991
  },
593
- FusedMultiplyAdd: {
992
+ PopCount: {
594
993
  kind: "method",
595
994
  methodKind: "ordinary",
596
995
  isStatic: true,
597
- isAbstract: true,
598
996
  },
599
- Ieee754Remainder: {
997
+ RotateLeft: {
600
998
  kind: "method",
601
999
  methodKind: "ordinary",
602
1000
  isStatic: true,
603
- isAbstract: true,
604
1001
  },
605
- ILogB: {
1002
+ RotateRight: {
606
1003
  kind: "method",
607
1004
  methodKind: "ordinary",
608
1005
  isStatic: true,
609
- isAbstract: true,
610
1006
  },
611
- Lerp: {
1007
+ RoundUpToPowerOf2: {
612
1008
  kind: "method",
613
1009
  methodKind: "ordinary",
614
1010
  isStatic: true,
615
1011
  },
616
- ReciprocalEstimate: {
1012
+ TrailingZeroCount: {
617
1013
  kind: "method",
618
1014
  methodKind: "ordinary",
619
1015
  isStatic: true,
620
1016
  },
621
- ReciprocalSqrtEstimate: {
622
- kind: "method",
623
- methodKind: "ordinary",
1017
+ },
1018
+ isStatic: true,
1019
+ },
1020
+ Complex: {
1021
+ kind: "struct",
1022
+ members: {
1023
+ ImaginaryOne: {
1024
+ kind: "field",
1025
+ type: () => {
1026
+ return Numerics.Complex;
1027
+ },
624
1028
  isStatic: true,
1029
+ isReadOnly: true,
625
1030
  },
626
- ScaleB: {
627
- kind: "method",
628
- methodKind: "ordinary",
1031
+ Infinity: {
1032
+ kind: "field",
1033
+ type: () => {
1034
+ return Numerics.Complex;
1035
+ },
629
1036
  isStatic: true,
630
- isAbstract: true,
1037
+ isReadOnly: true,
631
1038
  },
632
- Epsilon: {
633
- kind: "property",
634
- type: undefined,
1039
+ NaN: {
1040
+ kind: "field",
1041
+ type: () => {
1042
+ return Numerics.Complex;
1043
+ },
635
1044
  isStatic: true,
636
- isAbstract: true,
1045
+ isReadOnly: true,
637
1046
  },
638
- NaN: {
639
- kind: "property",
640
- type: undefined,
1047
+ One: {
1048
+ kind: "field",
1049
+ type: () => {
1050
+ return Numerics.Complex;
1051
+ },
641
1052
  isStatic: true,
642
- isAbstract: true,
1053
+ isReadOnly: true,
643
1054
  },
644
- NegativeInfinity: {
645
- kind: "property",
646
- type: undefined,
1055
+ Zero: {
1056
+ kind: "field",
1057
+ type: () => {
1058
+ return Numerics.Complex;
1059
+ },
647
1060
  isStatic: true,
648
- isAbstract: true,
1061
+ isReadOnly: true,
649
1062
  },
650
- NegativeZero: {
651
- kind: "property",
652
- type: undefined,
1063
+ Complex: {
1064
+ kind: "method",
1065
+ methodKind: "constructor",
1066
+ },
1067
+ Abs: {
1068
+ kind: "method",
1069
+ methodKind: "ordinary",
653
1070
  isStatic: true,
654
- isAbstract: true,
655
1071
  },
656
- PositiveInfinity: {
657
- kind: "property",
658
- type: undefined,
1072
+ Acos: {
1073
+ kind: "method",
1074
+ methodKind: "ordinary",
659
1075
  isStatic: true,
660
- isAbstract: true,
661
1076
  },
662
- },
663
- },
664
- IHyperbolicFunctions: {
665
- kind: "interface",
666
- members: {
667
- Acosh: {
1077
+ Add: {
668
1078
  kind: "method",
669
1079
  methodKind: "ordinary",
670
1080
  isStatic: true,
671
- isAbstract: true,
672
1081
  },
673
- Asinh: {
1082
+ Asin: {
674
1083
  kind: "method",
675
1084
  methodKind: "ordinary",
676
1085
  isStatic: true,
677
- isAbstract: true,
678
1086
  },
679
- Atanh: {
1087
+ Atan: {
680
1088
  kind: "method",
681
1089
  methodKind: "ordinary",
682
1090
  isStatic: true,
683
- isAbstract: true,
684
1091
  },
685
- Cosh: {
1092
+ Conjugate: {
686
1093
  kind: "method",
687
1094
  methodKind: "ordinary",
688
1095
  isStatic: true,
689
- isAbstract: true,
690
1096
  },
691
- Sinh: {
1097
+ Cos: {
692
1098
  kind: "method",
693
1099
  methodKind: "ordinary",
694
1100
  isStatic: true,
695
- isAbstract: true,
696
1101
  },
697
- Tanh: {
1102
+ Cosh: {
698
1103
  kind: "method",
699
1104
  methodKind: "ordinary",
700
1105
  isStatic: true,
701
- isAbstract: true,
702
1106
  },
703
- },
704
- },
705
- IIncrementOperators: {
706
- kind: "interface",
707
- members: {},
708
- },
709
- ILogarithmicFunctions: {
710
- kind: "interface",
711
- members: {
712
- Log: {
1107
+ Divide: {
713
1108
  kind: "method",
714
1109
  methodKind: "ordinary",
715
1110
  isStatic: true,
716
- isAbstract: true,
717
1111
  },
718
- Log10: {
1112
+ Equals: {
719
1113
  kind: "method",
720
1114
  methodKind: "ordinary",
721
- isStatic: true,
722
- isAbstract: true,
723
1115
  },
724
- Log10P1: {
1116
+ Exp: {
725
1117
  kind: "method",
726
1118
  methodKind: "ordinary",
727
1119
  isStatic: true,
728
1120
  },
729
- Log2: {
1121
+ FromPolarCoordinates: {
730
1122
  kind: "method",
731
1123
  methodKind: "ordinary",
732
1124
  isStatic: true,
733
- isAbstract: true,
734
1125
  },
735
- Log2P1: {
1126
+ GetHashCode: {
736
1127
  kind: "method",
737
1128
  methodKind: "ordinary",
738
- isStatic: true,
1129
+ isOverride: true,
739
1130
  },
740
- LogP1: {
1131
+ IsComplexNumber: {
741
1132
  kind: "method",
742
1133
  methodKind: "ordinary",
743
1134
  isStatic: true,
744
1135
  },
745
- },
746
- },
747
- IMinMaxValue: {
748
- kind: "interface",
749
- members: {
750
- MaxValue: {
751
- kind: "property",
752
- type: undefined,
753
- isStatic: true,
754
- isAbstract: true,
755
- },
756
- MinValue: {
757
- kind: "property",
758
- type: undefined,
759
- isStatic: true,
760
- isAbstract: true,
761
- },
762
- },
763
- },
764
- IModulusOperators: {
765
- kind: "interface",
766
- members: {},
767
- },
768
- IMultiplicativeIdentity: {
769
- kind: "interface",
770
- members: {
771
- MultiplicativeIdentity: {
772
- kind: "property",
773
- type: undefined,
774
- isStatic: true,
775
- isAbstract: true,
776
- },
777
- },
778
- },
779
- IMultiplyOperators: {
780
- kind: "interface",
781
- members: {},
782
- },
783
- INumber: {
784
- kind: "interface",
785
- members: {
786
- Clamp: {
1136
+ IsEvenInteger: {
787
1137
  kind: "method",
788
1138
  methodKind: "ordinary",
789
1139
  isStatic: true,
790
1140
  },
791
- CopySign: {
1141
+ IsFinite: {
792
1142
  kind: "method",
793
1143
  methodKind: "ordinary",
794
1144
  isStatic: true,
795
1145
  },
796
- Max: {
1146
+ IsImaginaryNumber: {
797
1147
  kind: "method",
798
1148
  methodKind: "ordinary",
799
1149
  isStatic: true,
800
1150
  },
801
- MaxNumber: {
1151
+ IsInfinity: {
802
1152
  kind: "method",
803
1153
  methodKind: "ordinary",
804
1154
  isStatic: true,
805
1155
  },
806
- Min: {
1156
+ IsInteger: {
807
1157
  kind: "method",
808
1158
  methodKind: "ordinary",
809
1159
  isStatic: true,
810
1160
  },
811
- MinNumber: {
1161
+ IsNaN: {
812
1162
  kind: "method",
813
1163
  methodKind: "ordinary",
814
1164
  isStatic: true,
815
1165
  },
816
- Sign: {
1166
+ IsNegative: {
817
1167
  kind: "method",
818
1168
  methodKind: "ordinary",
819
1169
  isStatic: true,
820
1170
  },
821
- },
822
- },
823
- INumberBase: {
824
- kind: "interface",
825
- members: {
826
- Abs: {
1171
+ IsNegativeInfinity: {
827
1172
  kind: "method",
828
1173
  methodKind: "ordinary",
829
1174
  isStatic: true,
830
- isAbstract: true,
831
1175
  },
832
- IsCanonical: {
1176
+ IsNormal: {
833
1177
  kind: "method",
834
1178
  methodKind: "ordinary",
835
1179
  isStatic: true,
836
- isAbstract: true,
837
1180
  },
838
- IsComplexNumber: {
1181
+ IsOddInteger: {
839
1182
  kind: "method",
840
1183
  methodKind: "ordinary",
841
1184
  isStatic: true,
842
- isAbstract: true,
843
1185
  },
844
- IsEvenInteger: {
1186
+ IsPositive: {
845
1187
  kind: "method",
846
1188
  methodKind: "ordinary",
847
1189
  isStatic: true,
848
- isAbstract: true,
849
1190
  },
850
- IsFinite: {
1191
+ IsPositiveInfinity: {
851
1192
  kind: "method",
852
1193
  methodKind: "ordinary",
853
1194
  isStatic: true,
854
- isAbstract: true,
855
1195
  },
856
- IsImaginaryNumber: {
1196
+ IsRealNumber: {
857
1197
  kind: "method",
858
1198
  methodKind: "ordinary",
859
1199
  isStatic: true,
860
- isAbstract: true,
861
1200
  },
862
- IsInfinity: {
1201
+ IsSubnormal: {
863
1202
  kind: "method",
864
1203
  methodKind: "ordinary",
865
1204
  isStatic: true,
866
- isAbstract: true,
867
1205
  },
868
- IsInteger: {
1206
+ Log: {
869
1207
  kind: "method",
870
1208
  methodKind: "ordinary",
871
1209
  isStatic: true,
872
- isAbstract: true,
873
1210
  },
874
- IsNaN: {
1211
+ Log10: {
875
1212
  kind: "method",
876
1213
  methodKind: "ordinary",
877
1214
  isStatic: true,
878
- isAbstract: true,
879
1215
  },
880
- IsNegative: {
1216
+ MaxMagnitude: {
881
1217
  kind: "method",
882
1218
  methodKind: "ordinary",
883
1219
  isStatic: true,
884
- isAbstract: true,
885
1220
  },
886
- IsNegativeInfinity: {
1221
+ MinMagnitude: {
887
1222
  kind: "method",
888
1223
  methodKind: "ordinary",
889
1224
  isStatic: true,
890
- isAbstract: true,
891
1225
  },
892
- IsNormal: {
1226
+ Multiply: {
893
1227
  kind: "method",
894
1228
  methodKind: "ordinary",
895
1229
  isStatic: true,
896
- isAbstract: true,
897
1230
  },
898
- IsOddInteger: {
1231
+ Negate: {
899
1232
  kind: "method",
900
1233
  methodKind: "ordinary",
901
1234
  isStatic: true,
902
- isAbstract: true,
903
1235
  },
904
- IsPositive: {
1236
+ Parse: {
905
1237
  kind: "method",
906
1238
  methodKind: "ordinary",
907
1239
  isStatic: true,
908
- isAbstract: true,
909
1240
  },
910
- IsPositiveInfinity: {
1241
+ Pow: {
911
1242
  kind: "method",
912
1243
  methodKind: "ordinary",
913
1244
  isStatic: true,
914
- isAbstract: true,
915
1245
  },
916
- IsRealNumber: {
1246
+ Reciprocal: {
917
1247
  kind: "method",
918
1248
  methodKind: "ordinary",
919
1249
  isStatic: true,
920
- isAbstract: true,
921
1250
  },
922
- IsSubnormal: {
1251
+ Sin: {
923
1252
  kind: "method",
924
1253
  methodKind: "ordinary",
925
1254
  isStatic: true,
926
- isAbstract: true,
927
1255
  },
928
- IsZero: {
1256
+ Sinh: {
929
1257
  kind: "method",
930
1258
  methodKind: "ordinary",
931
1259
  isStatic: true,
932
- isAbstract: true,
933
1260
  },
934
- MaxMagnitude: {
1261
+ Sqrt: {
935
1262
  kind: "method",
936
1263
  methodKind: "ordinary",
937
1264
  isStatic: true,
938
- isAbstract: true,
939
1265
  },
940
- MaxMagnitudeNumber: {
1266
+ Subtract: {
941
1267
  kind: "method",
942
1268
  methodKind: "ordinary",
943
1269
  isStatic: true,
944
- isAbstract: true,
945
1270
  },
946
- MinMagnitude: {
1271
+ Tan: {
947
1272
  kind: "method",
948
1273
  methodKind: "ordinary",
949
1274
  isStatic: true,
950
- isAbstract: true,
951
1275
  },
952
- MinMagnitudeNumber: {
1276
+ Tanh: {
953
1277
  kind: "method",
954
1278
  methodKind: "ordinary",
955
1279
  isStatic: true,
956
- isAbstract: true,
957
1280
  },
958
- MultiplyAddEstimate: {
1281
+ ToString: {
959
1282
  kind: "method",
960
1283
  methodKind: "ordinary",
961
- isStatic: true,
1284
+ isOverride: true,
962
1285
  },
963
- Parse: {
1286
+ TryFormat: {
964
1287
  kind: "method",
965
1288
  methodKind: "ordinary",
966
- isStatic: true,
967
1289
  },
968
1290
  TryParse: {
969
1291
  kind: "method",
970
1292
  methodKind: "ordinary",
971
1293
  isStatic: true,
972
1294
  },
973
- One: {
1295
+ Imaginary: {
974
1296
  kind: "property",
975
- type: undefined,
976
- isStatic: true,
977
- isAbstract: true,
1297
+ type: () => {
1298
+ return System.Double;
1299
+ },
978
1300
  },
979
- Radix: {
1301
+ Magnitude: {
980
1302
  kind: "property",
981
1303
  type: () => {
982
- return System.Int32;
1304
+ return System.Double;
983
1305
  },
984
- isStatic: true,
985
- isAbstract: true,
986
1306
  },
987
- Zero: {
1307
+ Phase: {
988
1308
  kind: "property",
989
- type: undefined,
990
- isStatic: true,
991
- isAbstract: true,
992
- },
993
- },
994
- },
995
- IPowerFunctions: {
996
- kind: "interface",
997
- members: {
998
- Pow: {
999
- kind: "method",
1000
- methodKind: "ordinary",
1001
- isStatic: true,
1002
- isAbstract: true,
1003
- },
1004
- },
1005
- },
1006
- IRootFunctions: {
1007
- kind: "interface",
1008
- members: {
1009
- Cbrt: {
1010
- kind: "method",
1011
- methodKind: "ordinary",
1012
- isStatic: true,
1013
- isAbstract: true,
1014
- },
1015
- Hypot: {
1016
- kind: "method",
1017
- methodKind: "ordinary",
1018
- isStatic: true,
1019
- isAbstract: true,
1020
- },
1021
- RootN: {
1022
- kind: "method",
1023
- methodKind: "ordinary",
1024
- isStatic: true,
1025
- isAbstract: true,
1309
+ type: () => {
1310
+ return System.Double;
1311
+ },
1026
1312
  },
1027
- Sqrt: {
1028
- kind: "method",
1029
- methodKind: "ordinary",
1030
- isStatic: true,
1031
- isAbstract: true,
1313
+ Real: {
1314
+ kind: "property",
1315
+ type: () => {
1316
+ return System.Double;
1317
+ },
1032
1318
  },
1033
1319
  },
1034
1320
  },
1035
- IShiftOperators: {
1321
+ IAdditionOperators: {
1036
1322
  kind: "interface",
1037
1323
  members: {},
1038
1324
  },
1039
- ISignedNumber: {
1325
+ IAdditiveIdentity: {
1040
1326
  kind: "interface",
1041
1327
  members: {
1042
- NegativeOne: {
1328
+ AdditiveIdentity: {
1043
1329
  kind: "property",
1044
1330
  type: undefined,
1045
1331
  isStatic: true,
@@ -1047,136 +1333,2792 @@ const Numerics: NumericsLibrary = createLibrary("System.Numerics", {
1047
1333
  },
1048
1334
  },
1049
1335
  },
1050
- ISubtractionOperators: {
1336
+ IBinaryFloatingPointIeee754: {
1051
1337
  kind: "interface",
1052
1338
  members: {},
1053
1339
  },
1054
- ITrigonometricFunctions: {
1340
+ IBinaryInteger: {
1055
1341
  kind: "interface",
1056
1342
  members: {
1057
- Acos: {
1343
+ DivRem: {
1058
1344
  kind: "method",
1059
1345
  methodKind: "ordinary",
1060
1346
  isStatic: true,
1061
- isAbstract: true,
1062
1347
  },
1063
- AcosPi: {
1348
+ GetByteCount: {
1064
1349
  kind: "method",
1065
1350
  methodKind: "ordinary",
1066
- isStatic: true,
1067
- isAbstract: true,
1068
1351
  },
1069
- Asin: {
1352
+ GetShortestBitLength: {
1070
1353
  kind: "method",
1071
1354
  methodKind: "ordinary",
1072
- isStatic: true,
1073
- isAbstract: true,
1074
1355
  },
1075
- AsinPi: {
1356
+ LeadingZeroCount: {
1076
1357
  kind: "method",
1077
1358
  methodKind: "ordinary",
1078
1359
  isStatic: true,
1079
- isAbstract: true,
1080
1360
  },
1081
- Atan: {
1361
+ PopCount: {
1082
1362
  kind: "method",
1083
1363
  methodKind: "ordinary",
1084
1364
  isStatic: true,
1085
1365
  isAbstract: true,
1086
1366
  },
1087
- AtanPi: {
1367
+ ReadBigEndian: {
1088
1368
  kind: "method",
1089
1369
  methodKind: "ordinary",
1090
1370
  isStatic: true,
1091
- isAbstract: true,
1092
1371
  },
1093
- Cos: {
1372
+ ReadLittleEndian: {
1094
1373
  kind: "method",
1095
1374
  methodKind: "ordinary",
1096
1375
  isStatic: true,
1097
- isAbstract: true,
1098
1376
  },
1099
- CosPi: {
1377
+ RotateLeft: {
1100
1378
  kind: "method",
1101
1379
  methodKind: "ordinary",
1102
1380
  isStatic: true,
1103
- isAbstract: true,
1104
1381
  },
1105
- DegreesToRadians: {
1382
+ RotateRight: {
1106
1383
  kind: "method",
1107
1384
  methodKind: "ordinary",
1108
1385
  isStatic: true,
1109
1386
  },
1110
- RadiansToDegrees: {
1387
+ TrailingZeroCount: {
1111
1388
  kind: "method",
1112
1389
  methodKind: "ordinary",
1113
1390
  isStatic: true,
1391
+ isAbstract: true,
1114
1392
  },
1115
- Sin: {
1393
+ TryReadBigEndian: {
1116
1394
  kind: "method",
1117
1395
  methodKind: "ordinary",
1118
1396
  isStatic: true,
1119
1397
  isAbstract: true,
1120
1398
  },
1121
- SinCos: {
1399
+ TryReadLittleEndian: {
1122
1400
  kind: "method",
1123
1401
  methodKind: "ordinary",
1124
1402
  isStatic: true,
1125
1403
  isAbstract: true,
1126
1404
  },
1127
- SinCosPi: {
1405
+ TryWriteBigEndian: {
1128
1406
  kind: "method",
1129
1407
  methodKind: "ordinary",
1130
- isStatic: true,
1131
- isAbstract: true,
1132
1408
  },
1133
- SinPi: {
1409
+ TryWriteLittleEndian: {
1134
1410
  kind: "method",
1135
1411
  methodKind: "ordinary",
1136
- isStatic: true,
1137
- isAbstract: true,
1138
1412
  },
1139
- Tan: {
1413
+ WriteBigEndian: {
1414
+ kind: "method",
1415
+ methodKind: "ordinary",
1416
+ },
1417
+ WriteLittleEndian: {
1418
+ kind: "method",
1419
+ methodKind: "ordinary",
1420
+ },
1421
+ },
1422
+ },
1423
+ IBinaryNumber: {
1424
+ kind: "interface",
1425
+ members: {
1426
+ IsPow2: {
1140
1427
  kind: "method",
1141
1428
  methodKind: "ordinary",
1142
1429
  isStatic: true,
1143
1430
  isAbstract: true,
1144
1431
  },
1145
- TanPi: {
1432
+ Log2: {
1146
1433
  kind: "method",
1147
1434
  methodKind: "ordinary",
1148
1435
  isStatic: true,
1149
1436
  isAbstract: true,
1150
1437
  },
1438
+ AllBitsSet: {
1439
+ kind: "property",
1440
+ type: undefined,
1441
+ isStatic: true,
1442
+ },
1151
1443
  },
1152
1444
  },
1153
- IUnaryNegationOperators: {
1445
+ IBitwiseOperators: {
1154
1446
  kind: "interface",
1155
1447
  members: {},
1156
1448
  },
1157
- IUnaryPlusOperators: {
1449
+ IComparisonOperators: {
1158
1450
  kind: "interface",
1159
1451
  members: {},
1160
1452
  },
1161
- IUnsignedNumber: {
1453
+ IDecrementOperators: {
1162
1454
  kind: "interface",
1163
1455
  members: {},
1164
1456
  },
1165
- TotalOrderIeee754Comparer: {
1166
- kind: "struct",
1457
+ IDivisionOperators: {
1458
+ kind: "interface",
1459
+ members: {},
1460
+ },
1461
+ IEqualityOperators: {
1462
+ kind: "interface",
1463
+ members: {},
1464
+ },
1465
+ IExponentialFunctions: {
1466
+ kind: "interface",
1167
1467
  members: {
1168
- Compare: {
1468
+ Exp: {
1169
1469
  kind: "method",
1170
1470
  methodKind: "ordinary",
1471
+ isStatic: true,
1472
+ isAbstract: true,
1171
1473
  },
1172
- Equals: {
1474
+ Exp10: {
1173
1475
  kind: "method",
1174
1476
  methodKind: "ordinary",
1477
+ isStatic: true,
1478
+ isAbstract: true,
1175
1479
  },
1176
- GetHashCode: {
1480
+ Exp10M1: {
1177
1481
  kind: "method",
1178
1482
  methodKind: "ordinary",
1179
- isOverride: true,
1483
+ isStatic: true,
1484
+ },
1485
+ Exp2: {
1486
+ kind: "method",
1487
+ methodKind: "ordinary",
1488
+ isStatic: true,
1489
+ isAbstract: true,
1490
+ },
1491
+ Exp2M1: {
1492
+ kind: "method",
1493
+ methodKind: "ordinary",
1494
+ isStatic: true,
1495
+ },
1496
+ ExpM1: {
1497
+ kind: "method",
1498
+ methodKind: "ordinary",
1499
+ isStatic: true,
1500
+ },
1501
+ },
1502
+ },
1503
+ IFloatingPoint: {
1504
+ kind: "interface",
1505
+ members: {
1506
+ Ceiling: {
1507
+ kind: "method",
1508
+ methodKind: "ordinary",
1509
+ isStatic: true,
1510
+ },
1511
+ Floor: {
1512
+ kind: "method",
1513
+ methodKind: "ordinary",
1514
+ isStatic: true,
1515
+ },
1516
+ GetExponentByteCount: {
1517
+ kind: "method",
1518
+ methodKind: "ordinary",
1519
+ },
1520
+ GetExponentShortestBitLength: {
1521
+ kind: "method",
1522
+ methodKind: "ordinary",
1523
+ },
1524
+ GetSignificandBitLength: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary",
1527
+ },
1528
+ GetSignificandByteCount: {
1529
+ kind: "method",
1530
+ methodKind: "ordinary",
1531
+ },
1532
+ Round: {
1533
+ kind: "method",
1534
+ methodKind: "ordinary",
1535
+ isStatic: true,
1536
+ },
1537
+ Truncate: {
1538
+ kind: "method",
1539
+ methodKind: "ordinary",
1540
+ isStatic: true,
1541
+ },
1542
+ TryWriteExponentBigEndian: {
1543
+ kind: "method",
1544
+ methodKind: "ordinary",
1545
+ },
1546
+ TryWriteExponentLittleEndian: {
1547
+ kind: "method",
1548
+ methodKind: "ordinary",
1549
+ },
1550
+ TryWriteSignificandBigEndian: {
1551
+ kind: "method",
1552
+ methodKind: "ordinary",
1553
+ },
1554
+ TryWriteSignificandLittleEndian: {
1555
+ kind: "method",
1556
+ methodKind: "ordinary",
1557
+ },
1558
+ WriteExponentBigEndian: {
1559
+ kind: "method",
1560
+ methodKind: "ordinary",
1561
+ },
1562
+ WriteExponentLittleEndian: {
1563
+ kind: "method",
1564
+ methodKind: "ordinary",
1565
+ },
1566
+ WriteSignificandBigEndian: {
1567
+ kind: "method",
1568
+ methodKind: "ordinary",
1569
+ },
1570
+ WriteSignificandLittleEndian: {
1571
+ kind: "method",
1572
+ methodKind: "ordinary",
1573
+ },
1574
+ },
1575
+ },
1576
+ IFloatingPointConstants: {
1577
+ kind: "interface",
1578
+ members: {
1579
+ E: {
1580
+ kind: "property",
1581
+ type: undefined,
1582
+ isStatic: true,
1583
+ isAbstract: true,
1584
+ },
1585
+ Pi: {
1586
+ kind: "property",
1587
+ type: undefined,
1588
+ isStatic: true,
1589
+ isAbstract: true,
1590
+ },
1591
+ Tau: {
1592
+ kind: "property",
1593
+ type: undefined,
1594
+ isStatic: true,
1595
+ isAbstract: true,
1596
+ },
1597
+ },
1598
+ },
1599
+ IFloatingPointIeee754: {
1600
+ kind: "interface",
1601
+ members: {
1602
+ Atan2: {
1603
+ kind: "method",
1604
+ methodKind: "ordinary",
1605
+ isStatic: true,
1606
+ isAbstract: true,
1607
+ },
1608
+ Atan2Pi: {
1609
+ kind: "method",
1610
+ methodKind: "ordinary",
1611
+ isStatic: true,
1612
+ isAbstract: true,
1613
+ },
1614
+ BitDecrement: {
1615
+ kind: "method",
1616
+ methodKind: "ordinary",
1617
+ isStatic: true,
1618
+ isAbstract: true,
1619
+ },
1620
+ BitIncrement: {
1621
+ kind: "method",
1622
+ methodKind: "ordinary",
1623
+ isStatic: true,
1624
+ isAbstract: true,
1625
+ },
1626
+ FusedMultiplyAdd: {
1627
+ kind: "method",
1628
+ methodKind: "ordinary",
1629
+ isStatic: true,
1630
+ isAbstract: true,
1631
+ },
1632
+ Ieee754Remainder: {
1633
+ kind: "method",
1634
+ methodKind: "ordinary",
1635
+ isStatic: true,
1636
+ isAbstract: true,
1637
+ },
1638
+ ILogB: {
1639
+ kind: "method",
1640
+ methodKind: "ordinary",
1641
+ isStatic: true,
1642
+ isAbstract: true,
1643
+ },
1644
+ Lerp: {
1645
+ kind: "method",
1646
+ methodKind: "ordinary",
1647
+ isStatic: true,
1648
+ },
1649
+ ReciprocalEstimate: {
1650
+ kind: "method",
1651
+ methodKind: "ordinary",
1652
+ isStatic: true,
1653
+ },
1654
+ ReciprocalSqrtEstimate: {
1655
+ kind: "method",
1656
+ methodKind: "ordinary",
1657
+ isStatic: true,
1658
+ },
1659
+ ScaleB: {
1660
+ kind: "method",
1661
+ methodKind: "ordinary",
1662
+ isStatic: true,
1663
+ isAbstract: true,
1664
+ },
1665
+ Epsilon: {
1666
+ kind: "property",
1667
+ type: undefined,
1668
+ isStatic: true,
1669
+ isAbstract: true,
1670
+ },
1671
+ NaN: {
1672
+ kind: "property",
1673
+ type: undefined,
1674
+ isStatic: true,
1675
+ isAbstract: true,
1676
+ },
1677
+ NegativeInfinity: {
1678
+ kind: "property",
1679
+ type: undefined,
1680
+ isStatic: true,
1681
+ isAbstract: true,
1682
+ },
1683
+ NegativeZero: {
1684
+ kind: "property",
1685
+ type: undefined,
1686
+ isStatic: true,
1687
+ isAbstract: true,
1688
+ },
1689
+ PositiveInfinity: {
1690
+ kind: "property",
1691
+ type: undefined,
1692
+ isStatic: true,
1693
+ isAbstract: true,
1694
+ },
1695
+ },
1696
+ },
1697
+ IHyperbolicFunctions: {
1698
+ kind: "interface",
1699
+ members: {
1700
+ Acosh: {
1701
+ kind: "method",
1702
+ methodKind: "ordinary",
1703
+ isStatic: true,
1704
+ isAbstract: true,
1705
+ },
1706
+ Asinh: {
1707
+ kind: "method",
1708
+ methodKind: "ordinary",
1709
+ isStatic: true,
1710
+ isAbstract: true,
1711
+ },
1712
+ Atanh: {
1713
+ kind: "method",
1714
+ methodKind: "ordinary",
1715
+ isStatic: true,
1716
+ isAbstract: true,
1717
+ },
1718
+ Cosh: {
1719
+ kind: "method",
1720
+ methodKind: "ordinary",
1721
+ isStatic: true,
1722
+ isAbstract: true,
1723
+ },
1724
+ Sinh: {
1725
+ kind: "method",
1726
+ methodKind: "ordinary",
1727
+ isStatic: true,
1728
+ isAbstract: true,
1729
+ },
1730
+ Tanh: {
1731
+ kind: "method",
1732
+ methodKind: "ordinary",
1733
+ isStatic: true,
1734
+ isAbstract: true,
1735
+ },
1736
+ },
1737
+ },
1738
+ IIncrementOperators: {
1739
+ kind: "interface",
1740
+ members: {},
1741
+ },
1742
+ ILogarithmicFunctions: {
1743
+ kind: "interface",
1744
+ members: {
1745
+ Log: {
1746
+ kind: "method",
1747
+ methodKind: "ordinary",
1748
+ isStatic: true,
1749
+ isAbstract: true,
1750
+ },
1751
+ Log10: {
1752
+ kind: "method",
1753
+ methodKind: "ordinary",
1754
+ isStatic: true,
1755
+ isAbstract: true,
1756
+ },
1757
+ Log10P1: {
1758
+ kind: "method",
1759
+ methodKind: "ordinary",
1760
+ isStatic: true,
1761
+ },
1762
+ Log2: {
1763
+ kind: "method",
1764
+ methodKind: "ordinary",
1765
+ isStatic: true,
1766
+ isAbstract: true,
1767
+ },
1768
+ Log2P1: {
1769
+ kind: "method",
1770
+ methodKind: "ordinary",
1771
+ isStatic: true,
1772
+ },
1773
+ LogP1: {
1774
+ kind: "method",
1775
+ methodKind: "ordinary",
1776
+ isStatic: true,
1777
+ },
1778
+ },
1779
+ },
1780
+ IMinMaxValue: {
1781
+ kind: "interface",
1782
+ members: {
1783
+ MaxValue: {
1784
+ kind: "property",
1785
+ type: undefined,
1786
+ isStatic: true,
1787
+ isAbstract: true,
1788
+ },
1789
+ MinValue: {
1790
+ kind: "property",
1791
+ type: undefined,
1792
+ isStatic: true,
1793
+ isAbstract: true,
1794
+ },
1795
+ },
1796
+ },
1797
+ IModulusOperators: {
1798
+ kind: "interface",
1799
+ members: {},
1800
+ },
1801
+ IMultiplicativeIdentity: {
1802
+ kind: "interface",
1803
+ members: {
1804
+ MultiplicativeIdentity: {
1805
+ kind: "property",
1806
+ type: undefined,
1807
+ isStatic: true,
1808
+ isAbstract: true,
1809
+ },
1810
+ },
1811
+ },
1812
+ IMultiplyOperators: {
1813
+ kind: "interface",
1814
+ members: {},
1815
+ },
1816
+ INumber: {
1817
+ kind: "interface",
1818
+ members: {
1819
+ Clamp: {
1820
+ kind: "method",
1821
+ methodKind: "ordinary",
1822
+ isStatic: true,
1823
+ },
1824
+ CopySign: {
1825
+ kind: "method",
1826
+ methodKind: "ordinary",
1827
+ isStatic: true,
1828
+ },
1829
+ Max: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary",
1832
+ isStatic: true,
1833
+ },
1834
+ MaxNumber: {
1835
+ kind: "method",
1836
+ methodKind: "ordinary",
1837
+ isStatic: true,
1838
+ },
1839
+ Min: {
1840
+ kind: "method",
1841
+ methodKind: "ordinary",
1842
+ isStatic: true,
1843
+ },
1844
+ MinNumber: {
1845
+ kind: "method",
1846
+ methodKind: "ordinary",
1847
+ isStatic: true,
1848
+ },
1849
+ Sign: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary",
1852
+ isStatic: true,
1853
+ },
1854
+ },
1855
+ },
1856
+ INumberBase: {
1857
+ kind: "interface",
1858
+ members: {
1859
+ Abs: {
1860
+ kind: "method",
1861
+ methodKind: "ordinary",
1862
+ isStatic: true,
1863
+ isAbstract: true,
1864
+ },
1865
+ IsCanonical: {
1866
+ kind: "method",
1867
+ methodKind: "ordinary",
1868
+ isStatic: true,
1869
+ isAbstract: true,
1870
+ },
1871
+ IsComplexNumber: {
1872
+ kind: "method",
1873
+ methodKind: "ordinary",
1874
+ isStatic: true,
1875
+ isAbstract: true,
1876
+ },
1877
+ IsEvenInteger: {
1878
+ kind: "method",
1879
+ methodKind: "ordinary",
1880
+ isStatic: true,
1881
+ isAbstract: true,
1882
+ },
1883
+ IsFinite: {
1884
+ kind: "method",
1885
+ methodKind: "ordinary",
1886
+ isStatic: true,
1887
+ isAbstract: true,
1888
+ },
1889
+ IsImaginaryNumber: {
1890
+ kind: "method",
1891
+ methodKind: "ordinary",
1892
+ isStatic: true,
1893
+ isAbstract: true,
1894
+ },
1895
+ IsInfinity: {
1896
+ kind: "method",
1897
+ methodKind: "ordinary",
1898
+ isStatic: true,
1899
+ isAbstract: true,
1900
+ },
1901
+ IsInteger: {
1902
+ kind: "method",
1903
+ methodKind: "ordinary",
1904
+ isStatic: true,
1905
+ isAbstract: true,
1906
+ },
1907
+ IsNaN: {
1908
+ kind: "method",
1909
+ methodKind: "ordinary",
1910
+ isStatic: true,
1911
+ isAbstract: true,
1912
+ },
1913
+ IsNegative: {
1914
+ kind: "method",
1915
+ methodKind: "ordinary",
1916
+ isStatic: true,
1917
+ isAbstract: true,
1918
+ },
1919
+ IsNegativeInfinity: {
1920
+ kind: "method",
1921
+ methodKind: "ordinary",
1922
+ isStatic: true,
1923
+ isAbstract: true,
1924
+ },
1925
+ IsNormal: {
1926
+ kind: "method",
1927
+ methodKind: "ordinary",
1928
+ isStatic: true,
1929
+ isAbstract: true,
1930
+ },
1931
+ IsOddInteger: {
1932
+ kind: "method",
1933
+ methodKind: "ordinary",
1934
+ isStatic: true,
1935
+ isAbstract: true,
1936
+ },
1937
+ IsPositive: {
1938
+ kind: "method",
1939
+ methodKind: "ordinary",
1940
+ isStatic: true,
1941
+ isAbstract: true,
1942
+ },
1943
+ IsPositiveInfinity: {
1944
+ kind: "method",
1945
+ methodKind: "ordinary",
1946
+ isStatic: true,
1947
+ isAbstract: true,
1948
+ },
1949
+ IsRealNumber: {
1950
+ kind: "method",
1951
+ methodKind: "ordinary",
1952
+ isStatic: true,
1953
+ isAbstract: true,
1954
+ },
1955
+ IsSubnormal: {
1956
+ kind: "method",
1957
+ methodKind: "ordinary",
1958
+ isStatic: true,
1959
+ isAbstract: true,
1960
+ },
1961
+ IsZero: {
1962
+ kind: "method",
1963
+ methodKind: "ordinary",
1964
+ isStatic: true,
1965
+ isAbstract: true,
1966
+ },
1967
+ MaxMagnitude: {
1968
+ kind: "method",
1969
+ methodKind: "ordinary",
1970
+ isStatic: true,
1971
+ isAbstract: true,
1972
+ },
1973
+ MaxMagnitudeNumber: {
1974
+ kind: "method",
1975
+ methodKind: "ordinary",
1976
+ isStatic: true,
1977
+ isAbstract: true,
1978
+ },
1979
+ MinMagnitude: {
1980
+ kind: "method",
1981
+ methodKind: "ordinary",
1982
+ isStatic: true,
1983
+ isAbstract: true,
1984
+ },
1985
+ MinMagnitudeNumber: {
1986
+ kind: "method",
1987
+ methodKind: "ordinary",
1988
+ isStatic: true,
1989
+ isAbstract: true,
1990
+ },
1991
+ MultiplyAddEstimate: {
1992
+ kind: "method",
1993
+ methodKind: "ordinary",
1994
+ isStatic: true,
1995
+ },
1996
+ Parse: {
1997
+ kind: "method",
1998
+ methodKind: "ordinary",
1999
+ isStatic: true,
2000
+ },
2001
+ TryParse: {
2002
+ kind: "method",
2003
+ methodKind: "ordinary",
2004
+ isStatic: true,
2005
+ },
2006
+ One: {
2007
+ kind: "property",
2008
+ type: undefined,
2009
+ isStatic: true,
2010
+ isAbstract: true,
2011
+ },
2012
+ Radix: {
2013
+ kind: "property",
2014
+ type: () => {
2015
+ return System.Int32;
2016
+ },
2017
+ isStatic: true,
2018
+ isAbstract: true,
2019
+ },
2020
+ Zero: {
2021
+ kind: "property",
2022
+ type: undefined,
2023
+ isStatic: true,
2024
+ isAbstract: true,
2025
+ },
2026
+ },
2027
+ },
2028
+ IPowerFunctions: {
2029
+ kind: "interface",
2030
+ members: {
2031
+ Pow: {
2032
+ kind: "method",
2033
+ methodKind: "ordinary",
2034
+ isStatic: true,
2035
+ isAbstract: true,
2036
+ },
2037
+ },
2038
+ },
2039
+ IRootFunctions: {
2040
+ kind: "interface",
2041
+ members: {
2042
+ Cbrt: {
2043
+ kind: "method",
2044
+ methodKind: "ordinary",
2045
+ isStatic: true,
2046
+ isAbstract: true,
2047
+ },
2048
+ Hypot: {
2049
+ kind: "method",
2050
+ methodKind: "ordinary",
2051
+ isStatic: true,
2052
+ isAbstract: true,
2053
+ },
2054
+ RootN: {
2055
+ kind: "method",
2056
+ methodKind: "ordinary",
2057
+ isStatic: true,
2058
+ isAbstract: true,
2059
+ },
2060
+ Sqrt: {
2061
+ kind: "method",
2062
+ methodKind: "ordinary",
2063
+ isStatic: true,
2064
+ isAbstract: true,
2065
+ },
2066
+ },
2067
+ },
2068
+ IShiftOperators: {
2069
+ kind: "interface",
2070
+ members: {},
2071
+ },
2072
+ ISignedNumber: {
2073
+ kind: "interface",
2074
+ members: {
2075
+ NegativeOne: {
2076
+ kind: "property",
2077
+ type: undefined,
2078
+ isStatic: true,
2079
+ isAbstract: true,
2080
+ },
2081
+ },
2082
+ },
2083
+ ISubtractionOperators: {
2084
+ kind: "interface",
2085
+ members: {},
2086
+ },
2087
+ ITrigonometricFunctions: {
2088
+ kind: "interface",
2089
+ members: {
2090
+ Acos: {
2091
+ kind: "method",
2092
+ methodKind: "ordinary",
2093
+ isStatic: true,
2094
+ isAbstract: true,
2095
+ },
2096
+ AcosPi: {
2097
+ kind: "method",
2098
+ methodKind: "ordinary",
2099
+ isStatic: true,
2100
+ isAbstract: true,
2101
+ },
2102
+ Asin: {
2103
+ kind: "method",
2104
+ methodKind: "ordinary",
2105
+ isStatic: true,
2106
+ isAbstract: true,
2107
+ },
2108
+ AsinPi: {
2109
+ kind: "method",
2110
+ methodKind: "ordinary",
2111
+ isStatic: true,
2112
+ isAbstract: true,
2113
+ },
2114
+ Atan: {
2115
+ kind: "method",
2116
+ methodKind: "ordinary",
2117
+ isStatic: true,
2118
+ isAbstract: true,
2119
+ },
2120
+ AtanPi: {
2121
+ kind: "method",
2122
+ methodKind: "ordinary",
2123
+ isStatic: true,
2124
+ isAbstract: true,
2125
+ },
2126
+ Cos: {
2127
+ kind: "method",
2128
+ methodKind: "ordinary",
2129
+ isStatic: true,
2130
+ isAbstract: true,
2131
+ },
2132
+ CosPi: {
2133
+ kind: "method",
2134
+ methodKind: "ordinary",
2135
+ isStatic: true,
2136
+ isAbstract: true,
2137
+ },
2138
+ DegreesToRadians: {
2139
+ kind: "method",
2140
+ methodKind: "ordinary",
2141
+ isStatic: true,
2142
+ },
2143
+ RadiansToDegrees: {
2144
+ kind: "method",
2145
+ methodKind: "ordinary",
2146
+ isStatic: true,
2147
+ },
2148
+ Sin: {
2149
+ kind: "method",
2150
+ methodKind: "ordinary",
2151
+ isStatic: true,
2152
+ isAbstract: true,
2153
+ },
2154
+ SinCos: {
2155
+ kind: "method",
2156
+ methodKind: "ordinary",
2157
+ isStatic: true,
2158
+ isAbstract: true,
2159
+ },
2160
+ SinCosPi: {
2161
+ kind: "method",
2162
+ methodKind: "ordinary",
2163
+ isStatic: true,
2164
+ isAbstract: true,
2165
+ },
2166
+ SinPi: {
2167
+ kind: "method",
2168
+ methodKind: "ordinary",
2169
+ isStatic: true,
2170
+ isAbstract: true,
2171
+ },
2172
+ Tan: {
2173
+ kind: "method",
2174
+ methodKind: "ordinary",
2175
+ isStatic: true,
2176
+ isAbstract: true,
2177
+ },
2178
+ TanPi: {
2179
+ kind: "method",
2180
+ methodKind: "ordinary",
2181
+ isStatic: true,
2182
+ isAbstract: true,
2183
+ },
2184
+ },
2185
+ },
2186
+ IUnaryNegationOperators: {
2187
+ kind: "interface",
2188
+ members: {},
2189
+ },
2190
+ IUnaryPlusOperators: {
2191
+ kind: "interface",
2192
+ members: {},
2193
+ },
2194
+ IUnsignedNumber: {
2195
+ kind: "interface",
2196
+ members: {},
2197
+ },
2198
+ Matrix3x2: {
2199
+ kind: "struct",
2200
+ members: {
2201
+ M11: {
2202
+ kind: "field",
2203
+ type: () => {
2204
+ return System.Single;
2205
+ },
2206
+ },
2207
+ M12: {
2208
+ kind: "field",
2209
+ type: () => {
2210
+ return System.Single;
2211
+ },
2212
+ },
2213
+ M21: {
2214
+ kind: "field",
2215
+ type: () => {
2216
+ return System.Single;
2217
+ },
2218
+ },
2219
+ M22: {
2220
+ kind: "field",
2221
+ type: () => {
2222
+ return System.Single;
2223
+ },
2224
+ },
2225
+ M31: {
2226
+ kind: "field",
2227
+ type: () => {
2228
+ return System.Single;
2229
+ },
2230
+ },
2231
+ M32: {
2232
+ kind: "field",
2233
+ type: () => {
2234
+ return System.Single;
2235
+ },
2236
+ },
2237
+ Matrix3x2: {
2238
+ kind: "method",
2239
+ methodKind: "constructor",
2240
+ },
2241
+ Add: {
2242
+ kind: "method",
2243
+ methodKind: "ordinary",
2244
+ isStatic: true,
2245
+ },
2246
+ CreateRotation: {
2247
+ kind: "method",
2248
+ methodKind: "ordinary",
2249
+ isStatic: true,
2250
+ },
2251
+ CreateScale: {
2252
+ kind: "method",
2253
+ methodKind: "ordinary",
2254
+ isStatic: true,
2255
+ },
2256
+ CreateSkew: {
2257
+ kind: "method",
2258
+ methodKind: "ordinary",
2259
+ isStatic: true,
2260
+ },
2261
+ CreateTranslation: {
2262
+ kind: "method",
2263
+ methodKind: "ordinary",
2264
+ isStatic: true,
2265
+ },
2266
+ Equals: {
2267
+ kind: "method",
2268
+ methodKind: "ordinary",
2269
+ isReadOnly: true,
2270
+ },
2271
+ GetDeterminant: {
2272
+ kind: "method",
2273
+ methodKind: "ordinary",
2274
+ isReadOnly: true,
2275
+ },
2276
+ GetHashCode: {
2277
+ kind: "method",
2278
+ methodKind: "ordinary",
2279
+ isOverride: true,
2280
+ isReadOnly: true,
2281
+ },
2282
+ Invert: {
2283
+ kind: "method",
2284
+ methodKind: "ordinary",
2285
+ isStatic: true,
2286
+ },
2287
+ Lerp: {
2288
+ kind: "method",
2289
+ methodKind: "ordinary",
2290
+ isStatic: true,
2291
+ },
2292
+ Multiply: {
2293
+ kind: "method",
2294
+ methodKind: "ordinary",
2295
+ isStatic: true,
2296
+ },
2297
+ Negate: {
2298
+ kind: "method",
2299
+ methodKind: "ordinary",
2300
+ isStatic: true,
2301
+ },
2302
+ Subtract: {
2303
+ kind: "method",
2304
+ methodKind: "ordinary",
2305
+ isStatic: true,
2306
+ },
2307
+ ToString: {
2308
+ kind: "method",
2309
+ methodKind: "ordinary",
2310
+ isOverride: true,
2311
+ isReadOnly: true,
2312
+ },
2313
+ Identity: {
2314
+ kind: "property",
2315
+ type: () => {
2316
+ return Numerics.Matrix3x2;
2317
+ },
2318
+ isStatic: true,
2319
+ },
2320
+ Item: {
2321
+ kind: "property",
2322
+ type: () => {
2323
+ return System.Single;
2324
+ },
2325
+ isReadOnly: true,
2326
+ },
2327
+ IsIdentity: {
2328
+ kind: "property",
2329
+ type: () => {
2330
+ return System.Boolean;
2331
+ },
2332
+ isReadOnly: true,
2333
+ },
2334
+ Translation: {
2335
+ kind: "property",
2336
+ type: () => {
2337
+ return Numerics.Vector2;
2338
+ },
2339
+ isReadOnly: true,
2340
+ },
2341
+ },
2342
+ },
2343
+ Matrix4x4: {
2344
+ kind: "struct",
2345
+ members: {
2346
+ M11: {
2347
+ kind: "field",
2348
+ type: () => {
2349
+ return System.Single;
2350
+ },
2351
+ },
2352
+ M12: {
2353
+ kind: "field",
2354
+ type: () => {
2355
+ return System.Single;
2356
+ },
2357
+ },
2358
+ M13: {
2359
+ kind: "field",
2360
+ type: () => {
2361
+ return System.Single;
2362
+ },
2363
+ },
2364
+ M14: {
2365
+ kind: "field",
2366
+ type: () => {
2367
+ return System.Single;
2368
+ },
2369
+ },
2370
+ M21: {
2371
+ kind: "field",
2372
+ type: () => {
2373
+ return System.Single;
2374
+ },
2375
+ },
2376
+ M22: {
2377
+ kind: "field",
2378
+ type: () => {
2379
+ return System.Single;
2380
+ },
2381
+ },
2382
+ M23: {
2383
+ kind: "field",
2384
+ type: () => {
2385
+ return System.Single;
2386
+ },
2387
+ },
2388
+ M24: {
2389
+ kind: "field",
2390
+ type: () => {
2391
+ return System.Single;
2392
+ },
2393
+ },
2394
+ M31: {
2395
+ kind: "field",
2396
+ type: () => {
2397
+ return System.Single;
2398
+ },
2399
+ },
2400
+ M32: {
2401
+ kind: "field",
2402
+ type: () => {
2403
+ return System.Single;
2404
+ },
2405
+ },
2406
+ M33: {
2407
+ kind: "field",
2408
+ type: () => {
2409
+ return System.Single;
2410
+ },
2411
+ },
2412
+ M34: {
2413
+ kind: "field",
2414
+ type: () => {
2415
+ return System.Single;
2416
+ },
2417
+ },
2418
+ M41: {
2419
+ kind: "field",
2420
+ type: () => {
2421
+ return System.Single;
2422
+ },
2423
+ },
2424
+ M42: {
2425
+ kind: "field",
2426
+ type: () => {
2427
+ return System.Single;
2428
+ },
2429
+ },
2430
+ M43: {
2431
+ kind: "field",
2432
+ type: () => {
2433
+ return System.Single;
2434
+ },
2435
+ },
2436
+ M44: {
2437
+ kind: "field",
2438
+ type: () => {
2439
+ return System.Single;
2440
+ },
2441
+ },
2442
+ Matrix4x4: {
2443
+ kind: "method",
2444
+ methodKind: "constructor",
2445
+ },
2446
+ Add: {
2447
+ kind: "method",
2448
+ methodKind: "ordinary",
2449
+ isStatic: true,
2450
+ },
2451
+ CreateBillboard: {
2452
+ kind: "method",
2453
+ methodKind: "ordinary",
2454
+ isStatic: true,
2455
+ },
2456
+ CreateConstrainedBillboard: {
2457
+ kind: "method",
2458
+ methodKind: "ordinary",
2459
+ isStatic: true,
2460
+ },
2461
+ CreateFromAxisAngle: {
2462
+ kind: "method",
2463
+ methodKind: "ordinary",
2464
+ isStatic: true,
2465
+ },
2466
+ CreateFromQuaternion: {
2467
+ kind: "method",
2468
+ methodKind: "ordinary",
2469
+ isStatic: true,
2470
+ },
2471
+ CreateFromYawPitchRoll: {
2472
+ kind: "method",
2473
+ methodKind: "ordinary",
2474
+ isStatic: true,
2475
+ },
2476
+ CreateLookAt: {
2477
+ kind: "method",
2478
+ methodKind: "ordinary",
2479
+ isStatic: true,
2480
+ },
2481
+ CreateLookAtLeftHanded: {
2482
+ kind: "method",
2483
+ methodKind: "ordinary",
2484
+ isStatic: true,
2485
+ },
2486
+ CreateLookTo: {
2487
+ kind: "method",
2488
+ methodKind: "ordinary",
2489
+ isStatic: true,
2490
+ },
2491
+ CreateLookToLeftHanded: {
2492
+ kind: "method",
2493
+ methodKind: "ordinary",
2494
+ isStatic: true,
2495
+ },
2496
+ CreateOrthographic: {
2497
+ kind: "method",
2498
+ methodKind: "ordinary",
2499
+ isStatic: true,
2500
+ },
2501
+ CreateOrthographicLeftHanded: {
2502
+ kind: "method",
2503
+ methodKind: "ordinary",
2504
+ isStatic: true,
2505
+ },
2506
+ CreateOrthographicOffCenter: {
2507
+ kind: "method",
2508
+ methodKind: "ordinary",
2509
+ isStatic: true,
2510
+ },
2511
+ CreateOrthographicOffCenterLeftHanded: {
2512
+ kind: "method",
2513
+ methodKind: "ordinary",
2514
+ isStatic: true,
2515
+ },
2516
+ CreatePerspective: {
2517
+ kind: "method",
2518
+ methodKind: "ordinary",
2519
+ isStatic: true,
2520
+ },
2521
+ CreatePerspectiveLeftHanded: {
2522
+ kind: "method",
2523
+ methodKind: "ordinary",
2524
+ isStatic: true,
2525
+ },
2526
+ CreatePerspectiveFieldOfView: {
2527
+ kind: "method",
2528
+ methodKind: "ordinary",
2529
+ isStatic: true,
2530
+ },
2531
+ CreatePerspectiveFieldOfViewLeftHanded: {
2532
+ kind: "method",
2533
+ methodKind: "ordinary",
2534
+ isStatic: true,
2535
+ },
2536
+ CreatePerspectiveOffCenter: {
2537
+ kind: "method",
2538
+ methodKind: "ordinary",
2539
+ isStatic: true,
2540
+ },
2541
+ CreatePerspectiveOffCenterLeftHanded: {
2542
+ kind: "method",
2543
+ methodKind: "ordinary",
2544
+ isStatic: true,
2545
+ },
2546
+ CreateReflection: {
2547
+ kind: "method",
2548
+ methodKind: "ordinary",
2549
+ isStatic: true,
2550
+ },
2551
+ CreateRotationX: {
2552
+ kind: "method",
2553
+ methodKind: "ordinary",
2554
+ isStatic: true,
2555
+ },
2556
+ CreateRotationY: {
2557
+ kind: "method",
2558
+ methodKind: "ordinary",
2559
+ isStatic: true,
2560
+ },
2561
+ CreateRotationZ: {
2562
+ kind: "method",
2563
+ methodKind: "ordinary",
2564
+ isStatic: true,
2565
+ },
2566
+ CreateScale: {
2567
+ kind: "method",
2568
+ methodKind: "ordinary",
2569
+ isStatic: true,
2570
+ },
2571
+ CreateShadow: {
2572
+ kind: "method",
2573
+ methodKind: "ordinary",
2574
+ isStatic: true,
2575
+ },
2576
+ CreateTranslation: {
2577
+ kind: "method",
2578
+ methodKind: "ordinary",
2579
+ isStatic: true,
2580
+ },
2581
+ CreateViewport: {
2582
+ kind: "method",
2583
+ methodKind: "ordinary",
2584
+ isStatic: true,
2585
+ },
2586
+ CreateViewportLeftHanded: {
2587
+ kind: "method",
2588
+ methodKind: "ordinary",
2589
+ isStatic: true,
2590
+ },
2591
+ CreateWorld: {
2592
+ kind: "method",
2593
+ methodKind: "ordinary",
2594
+ isStatic: true,
2595
+ },
2596
+ Decompose: {
2597
+ kind: "method",
2598
+ methodKind: "ordinary",
2599
+ isStatic: true,
2600
+ },
2601
+ Equals: {
2602
+ kind: "method",
2603
+ methodKind: "ordinary",
2604
+ isReadOnly: true,
2605
+ },
2606
+ GetDeterminant: {
2607
+ kind: "method",
2608
+ methodKind: "ordinary",
2609
+ isReadOnly: true,
2610
+ },
2611
+ GetHashCode: {
2612
+ kind: "method",
2613
+ methodKind: "ordinary",
2614
+ isOverride: true,
2615
+ isReadOnly: true,
2616
+ },
2617
+ Invert: {
2618
+ kind: "method",
2619
+ methodKind: "ordinary",
2620
+ isStatic: true,
2621
+ },
2622
+ Lerp: {
2623
+ kind: "method",
2624
+ methodKind: "ordinary",
2625
+ isStatic: true,
2626
+ },
2627
+ Multiply: {
2628
+ kind: "method",
2629
+ methodKind: "ordinary",
2630
+ isStatic: true,
2631
+ },
2632
+ Negate: {
2633
+ kind: "method",
2634
+ methodKind: "ordinary",
2635
+ isStatic: true,
2636
+ },
2637
+ Subtract: {
2638
+ kind: "method",
2639
+ methodKind: "ordinary",
2640
+ isStatic: true,
2641
+ },
2642
+ ToString: {
2643
+ kind: "method",
2644
+ methodKind: "ordinary",
2645
+ isOverride: true,
2646
+ isReadOnly: true,
2647
+ },
2648
+ Transform: {
2649
+ kind: "method",
2650
+ methodKind: "ordinary",
2651
+ isStatic: true,
2652
+ },
2653
+ Transpose: {
2654
+ kind: "method",
2655
+ methodKind: "ordinary",
2656
+ isStatic: true,
2657
+ },
2658
+ Identity: {
2659
+ kind: "property",
2660
+ type: () => {
2661
+ return Numerics.Matrix4x4;
2662
+ },
2663
+ isStatic: true,
2664
+ },
2665
+ Item: {
2666
+ kind: "property",
2667
+ type: () => {
2668
+ return System.Single;
2669
+ },
2670
+ isReadOnly: true,
2671
+ },
2672
+ IsIdentity: {
2673
+ kind: "property",
2674
+ type: () => {
2675
+ return System.Boolean;
2676
+ },
2677
+ isReadOnly: true,
2678
+ },
2679
+ Translation: {
2680
+ kind: "property",
2681
+ type: () => {
2682
+ return Numerics.Vector3;
2683
+ },
2684
+ isReadOnly: true,
2685
+ },
2686
+ },
2687
+ },
2688
+ Plane: {
2689
+ kind: "struct",
2690
+ members: {
2691
+ Normal: {
2692
+ kind: "field",
2693
+ type: () => {
2694
+ return Numerics.Vector3;
2695
+ },
2696
+ },
2697
+ D: {
2698
+ kind: "field",
2699
+ type: () => {
2700
+ return System.Single;
2701
+ },
2702
+ },
2703
+ Plane: {
2704
+ kind: "method",
2705
+ methodKind: "constructor",
2706
+ },
2707
+ CreateFromVertices: {
2708
+ kind: "method",
2709
+ methodKind: "ordinary",
2710
+ isStatic: true,
2711
+ },
2712
+ Dot: {
2713
+ kind: "method",
2714
+ methodKind: "ordinary",
2715
+ isStatic: true,
2716
+ },
2717
+ DotCoordinate: {
2718
+ kind: "method",
2719
+ methodKind: "ordinary",
2720
+ isStatic: true,
2721
+ },
2722
+ DotNormal: {
2723
+ kind: "method",
2724
+ methodKind: "ordinary",
2725
+ isStatic: true,
2726
+ },
2727
+ Equals: {
2728
+ kind: "method",
2729
+ methodKind: "ordinary",
2730
+ isReadOnly: true,
2731
+ },
2732
+ GetHashCode: {
2733
+ kind: "method",
2734
+ methodKind: "ordinary",
2735
+ isOverride: true,
2736
+ isReadOnly: true,
2737
+ },
2738
+ Normalize: {
2739
+ kind: "method",
2740
+ methodKind: "ordinary",
2741
+ isStatic: true,
2742
+ },
2743
+ ToString: {
2744
+ kind: "method",
2745
+ methodKind: "ordinary",
2746
+ isOverride: true,
2747
+ isReadOnly: true,
2748
+ },
2749
+ Transform: {
2750
+ kind: "method",
2751
+ methodKind: "ordinary",
2752
+ isStatic: true,
2753
+ },
2754
+ },
2755
+ },
2756
+ Quaternion: {
2757
+ kind: "struct",
2758
+ members: {
2759
+ X: {
2760
+ kind: "field",
2761
+ type: () => {
2762
+ return System.Single;
2763
+ },
2764
+ },
2765
+ Y: {
2766
+ kind: "field",
2767
+ type: () => {
2768
+ return System.Single;
2769
+ },
2770
+ },
2771
+ Z: {
2772
+ kind: "field",
2773
+ type: () => {
2774
+ return System.Single;
2775
+ },
2776
+ },
2777
+ W: {
2778
+ kind: "field",
2779
+ type: () => {
2780
+ return System.Single;
2781
+ },
2782
+ },
2783
+ Quaternion: {
2784
+ kind: "method",
2785
+ methodKind: "constructor",
2786
+ },
2787
+ Add: {
2788
+ kind: "method",
2789
+ methodKind: "ordinary",
2790
+ isStatic: true,
2791
+ },
2792
+ Concatenate: {
2793
+ kind: "method",
2794
+ methodKind: "ordinary",
2795
+ isStatic: true,
2796
+ },
2797
+ Conjugate: {
2798
+ kind: "method",
2799
+ methodKind: "ordinary",
2800
+ isStatic: true,
2801
+ },
2802
+ CreateFromAxisAngle: {
2803
+ kind: "method",
2804
+ methodKind: "ordinary",
2805
+ isStatic: true,
2806
+ },
2807
+ CreateFromRotationMatrix: {
2808
+ kind: "method",
2809
+ methodKind: "ordinary",
2810
+ isStatic: true,
2811
+ },
2812
+ CreateFromYawPitchRoll: {
2813
+ kind: "method",
2814
+ methodKind: "ordinary",
2815
+ isStatic: true,
2816
+ },
2817
+ Divide: {
2818
+ kind: "method",
2819
+ methodKind: "ordinary",
2820
+ isStatic: true,
2821
+ },
2822
+ Dot: {
2823
+ kind: "method",
2824
+ methodKind: "ordinary",
2825
+ isStatic: true,
2826
+ },
2827
+ Equals: {
2828
+ kind: "method",
2829
+ methodKind: "ordinary",
2830
+ isReadOnly: true,
2831
+ },
2832
+ GetHashCode: {
2833
+ kind: "method",
2834
+ methodKind: "ordinary",
2835
+ isOverride: true,
2836
+ isReadOnly: true,
2837
+ },
2838
+ Inverse: {
2839
+ kind: "method",
2840
+ methodKind: "ordinary",
2841
+ isStatic: true,
2842
+ },
2843
+ Length: {
2844
+ kind: "method",
2845
+ methodKind: "ordinary",
2846
+ isReadOnly: true,
2847
+ },
2848
+ LengthSquared: {
2849
+ kind: "method",
2850
+ methodKind: "ordinary",
2851
+ isReadOnly: true,
2852
+ },
2853
+ Lerp: {
2854
+ kind: "method",
2855
+ methodKind: "ordinary",
2856
+ isStatic: true,
2857
+ },
2858
+ Multiply: {
2859
+ kind: "method",
2860
+ methodKind: "ordinary",
2861
+ isStatic: true,
2862
+ },
2863
+ Negate: {
2864
+ kind: "method",
2865
+ methodKind: "ordinary",
2866
+ isStatic: true,
2867
+ },
2868
+ Normalize: {
2869
+ kind: "method",
2870
+ methodKind: "ordinary",
2871
+ isStatic: true,
2872
+ },
2873
+ Slerp: {
2874
+ kind: "method",
2875
+ methodKind: "ordinary",
2876
+ isStatic: true,
2877
+ },
2878
+ Subtract: {
2879
+ kind: "method",
2880
+ methodKind: "ordinary",
2881
+ isStatic: true,
2882
+ },
2883
+ ToString: {
2884
+ kind: "method",
2885
+ methodKind: "ordinary",
2886
+ isOverride: true,
2887
+ isReadOnly: true,
2888
+ },
2889
+ Zero: {
2890
+ kind: "property",
2891
+ type: () => {
2892
+ return Numerics.Quaternion;
2893
+ },
2894
+ isStatic: true,
2895
+ },
2896
+ Identity: {
2897
+ kind: "property",
2898
+ type: () => {
2899
+ return Numerics.Quaternion;
2900
+ },
2901
+ isStatic: true,
2902
+ },
2903
+ Item: {
2904
+ kind: "property",
2905
+ type: () => {
2906
+ return System.Single;
2907
+ },
2908
+ isReadOnly: true,
2909
+ },
2910
+ IsIdentity: {
2911
+ kind: "property",
2912
+ type: () => {
2913
+ return System.Boolean;
2914
+ },
2915
+ isReadOnly: true,
2916
+ },
2917
+ },
2918
+ },
2919
+ TotalOrderIeee754Comparer: {
2920
+ kind: "struct",
2921
+ members: {
2922
+ Compare: {
2923
+ kind: "method",
2924
+ methodKind: "ordinary",
2925
+ },
2926
+ Equals: {
2927
+ kind: "method",
2928
+ methodKind: "ordinary",
2929
+ },
2930
+ GetHashCode: {
2931
+ kind: "method",
2932
+ methodKind: "ordinary",
2933
+ isOverride: true,
2934
+ },
2935
+ },
2936
+ },
2937
+ Vector: {
2938
+ kind: "struct",
2939
+ members: {
2940
+ Vector: {
2941
+ kind: "method",
2942
+ methodKind: "constructor",
2943
+ },
2944
+ CopyTo: {
2945
+ kind: "method",
2946
+ methodKind: "ordinary",
2947
+ },
2948
+ Equals: {
2949
+ kind: "method",
2950
+ methodKind: "ordinary",
2951
+ },
2952
+ GetHashCode: {
2953
+ kind: "method",
2954
+ methodKind: "ordinary",
2955
+ isOverride: true,
2956
+ },
2957
+ ToString: {
2958
+ kind: "method",
2959
+ methodKind: "ordinary",
2960
+ isOverride: true,
2961
+ },
2962
+ TryCopyTo: {
2963
+ kind: "method",
2964
+ methodKind: "ordinary",
2965
+ },
2966
+ AllBitsSet: {
2967
+ kind: "property",
2968
+ type: () => {
2969
+ return Numerics.Vector;
2970
+ },
2971
+ isStatic: true,
2972
+ },
2973
+ Count: {
2974
+ kind: "property",
2975
+ type: () => {
2976
+ return System.Int32;
2977
+ },
2978
+ isStatic: true,
2979
+ },
2980
+ Indices: {
2981
+ kind: "property",
2982
+ type: () => {
2983
+ return Numerics.Vector;
2984
+ },
2985
+ isStatic: true,
2986
+ },
2987
+ IsSupported: {
2988
+ kind: "property",
2989
+ type: () => {
2990
+ return System.Boolean;
2991
+ },
2992
+ isStatic: true,
2993
+ },
2994
+ Item: {
2995
+ kind: "property",
2996
+ type: undefined,
2997
+ },
2998
+ One: {
2999
+ kind: "property",
3000
+ type: () => {
3001
+ return Numerics.Vector;
3002
+ },
3003
+ isStatic: true,
3004
+ },
3005
+ Zero: {
3006
+ kind: "property",
3007
+ type: () => {
3008
+ return Numerics.Vector;
3009
+ },
3010
+ isStatic: true,
3011
+ },
3012
+ },
3013
+ },
3014
+ Vector2: {
3015
+ kind: "struct",
3016
+ members: {
3017
+ X: {
3018
+ kind: "field",
3019
+ type: () => {
3020
+ return System.Single;
3021
+ },
3022
+ },
3023
+ Y: {
3024
+ kind: "field",
3025
+ type: () => {
3026
+ return System.Single;
3027
+ },
3028
+ },
3029
+ Vector2: {
3030
+ kind: "method",
3031
+ methodKind: "constructor",
3032
+ },
3033
+ Abs: {
3034
+ kind: "method",
3035
+ methodKind: "ordinary",
3036
+ isStatic: true,
3037
+ },
3038
+ Add: {
3039
+ kind: "method",
3040
+ methodKind: "ordinary",
3041
+ isStatic: true,
3042
+ },
3043
+ Clamp: {
3044
+ kind: "method",
3045
+ methodKind: "ordinary",
3046
+ isStatic: true,
3047
+ },
3048
+ ClampNative: {
3049
+ kind: "method",
3050
+ methodKind: "ordinary",
3051
+ isStatic: true,
3052
+ },
3053
+ CopySign: {
3054
+ kind: "method",
3055
+ methodKind: "ordinary",
3056
+ isStatic: true,
3057
+ },
3058
+ Create: {
3059
+ kind: "method",
3060
+ methodKind: "ordinary",
3061
+ isStatic: true,
3062
+ },
3063
+ CopyTo: {
3064
+ kind: "method",
3065
+ methodKind: "ordinary",
3066
+ isReadOnly: true,
3067
+ },
3068
+ Cos: {
3069
+ kind: "method",
3070
+ methodKind: "ordinary",
3071
+ isStatic: true,
3072
+ },
3073
+ TryCopyTo: {
3074
+ kind: "method",
3075
+ methodKind: "ordinary",
3076
+ isReadOnly: true,
3077
+ },
3078
+ DegreesToRadians: {
3079
+ kind: "method",
3080
+ methodKind: "ordinary",
3081
+ isStatic: true,
3082
+ },
3083
+ Distance: {
3084
+ kind: "method",
3085
+ methodKind: "ordinary",
3086
+ isStatic: true,
3087
+ },
3088
+ DistanceSquared: {
3089
+ kind: "method",
3090
+ methodKind: "ordinary",
3091
+ isStatic: true,
3092
+ },
3093
+ Divide: {
3094
+ kind: "method",
3095
+ methodKind: "ordinary",
3096
+ isStatic: true,
3097
+ },
3098
+ Dot: {
3099
+ kind: "method",
3100
+ methodKind: "ordinary",
3101
+ isStatic: true,
3102
+ },
3103
+ Equals: {
3104
+ kind: "method",
3105
+ methodKind: "ordinary",
3106
+ isReadOnly: true,
3107
+ },
3108
+ Exp: {
3109
+ kind: "method",
3110
+ methodKind: "ordinary",
3111
+ isStatic: true,
3112
+ },
3113
+ FusedMultiplyAdd: {
3114
+ kind: "method",
3115
+ methodKind: "ordinary",
3116
+ isStatic: true,
3117
+ },
3118
+ GetHashCode: {
3119
+ kind: "method",
3120
+ methodKind: "ordinary",
3121
+ isOverride: true,
3122
+ isReadOnly: true,
3123
+ },
3124
+ Hypot: {
3125
+ kind: "method",
3126
+ methodKind: "ordinary",
3127
+ isStatic: true,
3128
+ },
3129
+ Length: {
3130
+ kind: "method",
3131
+ methodKind: "ordinary",
3132
+ isReadOnly: true,
3133
+ },
3134
+ LengthSquared: {
3135
+ kind: "method",
3136
+ methodKind: "ordinary",
3137
+ isReadOnly: true,
3138
+ },
3139
+ Lerp: {
3140
+ kind: "method",
3141
+ methodKind: "ordinary",
3142
+ isStatic: true,
3143
+ },
3144
+ Log: {
3145
+ kind: "method",
3146
+ methodKind: "ordinary",
3147
+ isStatic: true,
3148
+ },
3149
+ Log2: {
3150
+ kind: "method",
3151
+ methodKind: "ordinary",
3152
+ isStatic: true,
3153
+ },
3154
+ Max: {
3155
+ kind: "method",
3156
+ methodKind: "ordinary",
3157
+ isStatic: true,
3158
+ },
3159
+ MaxMagnitude: {
3160
+ kind: "method",
3161
+ methodKind: "ordinary",
3162
+ isStatic: true,
3163
+ },
3164
+ MaxMagnitudeNumber: {
3165
+ kind: "method",
3166
+ methodKind: "ordinary",
3167
+ isStatic: true,
3168
+ },
3169
+ MaxNative: {
3170
+ kind: "method",
3171
+ methodKind: "ordinary",
3172
+ isStatic: true,
3173
+ },
3174
+ MaxNumber: {
3175
+ kind: "method",
3176
+ methodKind: "ordinary",
3177
+ isStatic: true,
3178
+ },
3179
+ Min: {
3180
+ kind: "method",
3181
+ methodKind: "ordinary",
3182
+ isStatic: true,
3183
+ },
3184
+ MinMagnitude: {
3185
+ kind: "method",
3186
+ methodKind: "ordinary",
3187
+ isStatic: true,
3188
+ },
3189
+ MinMagnitudeNumber: {
3190
+ kind: "method",
3191
+ methodKind: "ordinary",
3192
+ isStatic: true,
3193
+ },
3194
+ MinNative: {
3195
+ kind: "method",
3196
+ methodKind: "ordinary",
3197
+ isStatic: true,
3198
+ },
3199
+ MinNumber: {
3200
+ kind: "method",
3201
+ methodKind: "ordinary",
3202
+ isStatic: true,
3203
+ },
3204
+ Multiply: {
3205
+ kind: "method",
3206
+ methodKind: "ordinary",
3207
+ isStatic: true,
3208
+ },
3209
+ MultiplyAddEstimate: {
3210
+ kind: "method",
3211
+ methodKind: "ordinary",
3212
+ isStatic: true,
3213
+ },
3214
+ Negate: {
3215
+ kind: "method",
3216
+ methodKind: "ordinary",
3217
+ isStatic: true,
3218
+ },
3219
+ Normalize: {
3220
+ kind: "method",
3221
+ methodKind: "ordinary",
3222
+ isStatic: true,
3223
+ },
3224
+ RadiansToDegrees: {
3225
+ kind: "method",
3226
+ methodKind: "ordinary",
3227
+ isStatic: true,
3228
+ },
3229
+ Round: {
3230
+ kind: "method",
3231
+ methodKind: "ordinary",
3232
+ isStatic: true,
3233
+ },
3234
+ Reflect: {
3235
+ kind: "method",
3236
+ methodKind: "ordinary",
3237
+ isStatic: true,
3238
+ },
3239
+ Sin: {
3240
+ kind: "method",
3241
+ methodKind: "ordinary",
3242
+ isStatic: true,
3243
+ },
3244
+ SinCos: {
3245
+ kind: "method",
3246
+ methodKind: "ordinary",
3247
+ isStatic: true,
3248
+ },
3249
+ SquareRoot: {
3250
+ kind: "method",
3251
+ methodKind: "ordinary",
3252
+ isStatic: true,
3253
+ },
3254
+ Subtract: {
3255
+ kind: "method",
3256
+ methodKind: "ordinary",
3257
+ isStatic: true,
3258
+ },
3259
+ ToString: {
3260
+ kind: "method",
3261
+ methodKind: "ordinary",
3262
+ isOverride: true,
3263
+ isReadOnly: true,
3264
+ },
3265
+ Transform: {
3266
+ kind: "method",
3267
+ methodKind: "ordinary",
3268
+ isStatic: true,
3269
+ },
3270
+ TransformNormal: {
3271
+ kind: "method",
3272
+ methodKind: "ordinary",
3273
+ isStatic: true,
3274
+ },
3275
+ Truncate: {
3276
+ kind: "method",
3277
+ methodKind: "ordinary",
3278
+ isStatic: true,
3279
+ },
3280
+ E: {
3281
+ kind: "property",
3282
+ type: () => {
3283
+ return Numerics.Vector2;
3284
+ },
3285
+ isStatic: true,
3286
+ },
3287
+ Epsilon: {
3288
+ kind: "property",
3289
+ type: () => {
3290
+ return Numerics.Vector2;
3291
+ },
3292
+ isStatic: true,
3293
+ },
3294
+ NaN: {
3295
+ kind: "property",
3296
+ type: () => {
3297
+ return Numerics.Vector2;
3298
+ },
3299
+ isStatic: true,
3300
+ },
3301
+ NegativeInfinity: {
3302
+ kind: "property",
3303
+ type: () => {
3304
+ return Numerics.Vector2;
3305
+ },
3306
+ isStatic: true,
3307
+ },
3308
+ NegativeZero: {
3309
+ kind: "property",
3310
+ type: () => {
3311
+ return Numerics.Vector2;
3312
+ },
3313
+ isStatic: true,
3314
+ },
3315
+ One: {
3316
+ kind: "property",
3317
+ type: () => {
3318
+ return Numerics.Vector2;
3319
+ },
3320
+ isStatic: true,
3321
+ },
3322
+ Pi: {
3323
+ kind: "property",
3324
+ type: () => {
3325
+ return Numerics.Vector2;
3326
+ },
3327
+ isStatic: true,
3328
+ },
3329
+ PositiveInfinity: {
3330
+ kind: "property",
3331
+ type: () => {
3332
+ return Numerics.Vector2;
3333
+ },
3334
+ isStatic: true,
3335
+ },
3336
+ Tau: {
3337
+ kind: "property",
3338
+ type: () => {
3339
+ return Numerics.Vector2;
3340
+ },
3341
+ isStatic: true,
3342
+ },
3343
+ UnitX: {
3344
+ kind: "property",
3345
+ type: () => {
3346
+ return Numerics.Vector2;
3347
+ },
3348
+ isStatic: true,
3349
+ },
3350
+ UnitY: {
3351
+ kind: "property",
3352
+ type: () => {
3353
+ return Numerics.Vector2;
3354
+ },
3355
+ isStatic: true,
3356
+ },
3357
+ Item: {
3358
+ kind: "property",
3359
+ type: () => {
3360
+ return System.Single;
3361
+ },
3362
+ isReadOnly: true,
3363
+ },
3364
+ Zero: {
3365
+ kind: "property",
3366
+ type: () => {
3367
+ return Numerics.Vector2;
3368
+ },
3369
+ isStatic: true,
3370
+ },
3371
+ },
3372
+ },
3373
+ Vector3: {
3374
+ kind: "struct",
3375
+ members: {
3376
+ X: {
3377
+ kind: "field",
3378
+ type: () => {
3379
+ return System.Single;
3380
+ },
3381
+ },
3382
+ Y: {
3383
+ kind: "field",
3384
+ type: () => {
3385
+ return System.Single;
3386
+ },
3387
+ },
3388
+ Z: {
3389
+ kind: "field",
3390
+ type: () => {
3391
+ return System.Single;
3392
+ },
3393
+ },
3394
+ Vector3: {
3395
+ kind: "method",
3396
+ methodKind: "constructor",
3397
+ },
3398
+ Abs: {
3399
+ kind: "method",
3400
+ methodKind: "ordinary",
3401
+ isStatic: true,
3402
+ },
3403
+ Add: {
3404
+ kind: "method",
3405
+ methodKind: "ordinary",
3406
+ isStatic: true,
3407
+ },
3408
+ Clamp: {
3409
+ kind: "method",
3410
+ methodKind: "ordinary",
3411
+ isStatic: true,
3412
+ },
3413
+ ClampNative: {
3414
+ kind: "method",
3415
+ methodKind: "ordinary",
3416
+ isStatic: true,
3417
+ },
3418
+ CopySign: {
3419
+ kind: "method",
3420
+ methodKind: "ordinary",
3421
+ isStatic: true,
3422
+ },
3423
+ Create: {
3424
+ kind: "method",
3425
+ methodKind: "ordinary",
3426
+ isStatic: true,
3427
+ },
3428
+ CopyTo: {
3429
+ kind: "method",
3430
+ methodKind: "ordinary",
3431
+ isReadOnly: true,
3432
+ },
3433
+ Cos: {
3434
+ kind: "method",
3435
+ methodKind: "ordinary",
3436
+ isStatic: true,
3437
+ },
3438
+ TryCopyTo: {
3439
+ kind: "method",
3440
+ methodKind: "ordinary",
3441
+ isReadOnly: true,
3442
+ },
3443
+ Cross: {
3444
+ kind: "method",
3445
+ methodKind: "ordinary",
3446
+ isStatic: true,
3447
+ },
3448
+ DegreesToRadians: {
3449
+ kind: "method",
3450
+ methodKind: "ordinary",
3451
+ isStatic: true,
3452
+ },
3453
+ Distance: {
3454
+ kind: "method",
3455
+ methodKind: "ordinary",
3456
+ isStatic: true,
3457
+ },
3458
+ DistanceSquared: {
3459
+ kind: "method",
3460
+ methodKind: "ordinary",
3461
+ isStatic: true,
3462
+ },
3463
+ Divide: {
3464
+ kind: "method",
3465
+ methodKind: "ordinary",
3466
+ isStatic: true,
3467
+ },
3468
+ Dot: {
3469
+ kind: "method",
3470
+ methodKind: "ordinary",
3471
+ isStatic: true,
3472
+ },
3473
+ Equals: {
3474
+ kind: "method",
3475
+ methodKind: "ordinary",
3476
+ isReadOnly: true,
3477
+ },
3478
+ Exp: {
3479
+ kind: "method",
3480
+ methodKind: "ordinary",
3481
+ isStatic: true,
3482
+ },
3483
+ FusedMultiplyAdd: {
3484
+ kind: "method",
3485
+ methodKind: "ordinary",
3486
+ isStatic: true,
3487
+ },
3488
+ GetHashCode: {
3489
+ kind: "method",
3490
+ methodKind: "ordinary",
3491
+ isOverride: true,
3492
+ isReadOnly: true,
3493
+ },
3494
+ Length: {
3495
+ kind: "method",
3496
+ methodKind: "ordinary",
3497
+ isReadOnly: true,
3498
+ },
3499
+ LengthSquared: {
3500
+ kind: "method",
3501
+ methodKind: "ordinary",
3502
+ isReadOnly: true,
3503
+ },
3504
+ Hypot: {
3505
+ kind: "method",
3506
+ methodKind: "ordinary",
3507
+ isStatic: true,
3508
+ },
3509
+ Lerp: {
3510
+ kind: "method",
3511
+ methodKind: "ordinary",
3512
+ isStatic: true,
3513
+ },
3514
+ Log: {
3515
+ kind: "method",
3516
+ methodKind: "ordinary",
3517
+ isStatic: true,
3518
+ },
3519
+ Log2: {
3520
+ kind: "method",
3521
+ methodKind: "ordinary",
3522
+ isStatic: true,
3523
+ },
3524
+ Max: {
3525
+ kind: "method",
3526
+ methodKind: "ordinary",
3527
+ isStatic: true,
3528
+ },
3529
+ MaxMagnitude: {
3530
+ kind: "method",
3531
+ methodKind: "ordinary",
3532
+ isStatic: true,
3533
+ },
3534
+ MaxMagnitudeNumber: {
3535
+ kind: "method",
3536
+ methodKind: "ordinary",
3537
+ isStatic: true,
3538
+ },
3539
+ MaxNative: {
3540
+ kind: "method",
3541
+ methodKind: "ordinary",
3542
+ isStatic: true,
3543
+ },
3544
+ MaxNumber: {
3545
+ kind: "method",
3546
+ methodKind: "ordinary",
3547
+ isStatic: true,
3548
+ },
3549
+ Min: {
3550
+ kind: "method",
3551
+ methodKind: "ordinary",
3552
+ isStatic: true,
3553
+ },
3554
+ MinMagnitude: {
3555
+ kind: "method",
3556
+ methodKind: "ordinary",
3557
+ isStatic: true,
3558
+ },
3559
+ MinMagnitudeNumber: {
3560
+ kind: "method",
3561
+ methodKind: "ordinary",
3562
+ isStatic: true,
3563
+ },
3564
+ MinNative: {
3565
+ kind: "method",
3566
+ methodKind: "ordinary",
3567
+ isStatic: true,
3568
+ },
3569
+ MinNumber: {
3570
+ kind: "method",
3571
+ methodKind: "ordinary",
3572
+ isStatic: true,
3573
+ },
3574
+ Multiply: {
3575
+ kind: "method",
3576
+ methodKind: "ordinary",
3577
+ isStatic: true,
3578
+ },
3579
+ MultiplyAddEstimate: {
3580
+ kind: "method",
3581
+ methodKind: "ordinary",
3582
+ isStatic: true,
3583
+ },
3584
+ Negate: {
3585
+ kind: "method",
3586
+ methodKind: "ordinary",
3587
+ isStatic: true,
3588
+ },
3589
+ Normalize: {
3590
+ kind: "method",
3591
+ methodKind: "ordinary",
3592
+ isStatic: true,
3593
+ },
3594
+ RadiansToDegrees: {
3595
+ kind: "method",
3596
+ methodKind: "ordinary",
3597
+ isStatic: true,
3598
+ },
3599
+ Reflect: {
3600
+ kind: "method",
3601
+ methodKind: "ordinary",
3602
+ isStatic: true,
3603
+ },
3604
+ Round: {
3605
+ kind: "method",
3606
+ methodKind: "ordinary",
3607
+ isStatic: true,
3608
+ },
3609
+ Sin: {
3610
+ kind: "method",
3611
+ methodKind: "ordinary",
3612
+ isStatic: true,
3613
+ },
3614
+ SinCos: {
3615
+ kind: "method",
3616
+ methodKind: "ordinary",
3617
+ isStatic: true,
3618
+ },
3619
+ SquareRoot: {
3620
+ kind: "method",
3621
+ methodKind: "ordinary",
3622
+ isStatic: true,
3623
+ },
3624
+ Subtract: {
3625
+ kind: "method",
3626
+ methodKind: "ordinary",
3627
+ isStatic: true,
3628
+ },
3629
+ ToString: {
3630
+ kind: "method",
3631
+ methodKind: "ordinary",
3632
+ isOverride: true,
3633
+ isReadOnly: true,
3634
+ },
3635
+ Transform: {
3636
+ kind: "method",
3637
+ methodKind: "ordinary",
3638
+ isStatic: true,
3639
+ },
3640
+ TransformNormal: {
3641
+ kind: "method",
3642
+ methodKind: "ordinary",
3643
+ isStatic: true,
3644
+ },
3645
+ Truncate: {
3646
+ kind: "method",
3647
+ methodKind: "ordinary",
3648
+ isStatic: true,
3649
+ },
3650
+ E: {
3651
+ kind: "property",
3652
+ type: () => {
3653
+ return Numerics.Vector3;
3654
+ },
3655
+ isStatic: true,
3656
+ },
3657
+ Epsilon: {
3658
+ kind: "property",
3659
+ type: () => {
3660
+ return Numerics.Vector3;
3661
+ },
3662
+ isStatic: true,
3663
+ },
3664
+ NaN: {
3665
+ kind: "property",
3666
+ type: () => {
3667
+ return Numerics.Vector3;
3668
+ },
3669
+ isStatic: true,
3670
+ },
3671
+ NegativeInfinity: {
3672
+ kind: "property",
3673
+ type: () => {
3674
+ return Numerics.Vector3;
3675
+ },
3676
+ isStatic: true,
3677
+ },
3678
+ NegativeZero: {
3679
+ kind: "property",
3680
+ type: () => {
3681
+ return Numerics.Vector3;
3682
+ },
3683
+ isStatic: true,
3684
+ },
3685
+ One: {
3686
+ kind: "property",
3687
+ type: () => {
3688
+ return Numerics.Vector3;
3689
+ },
3690
+ isStatic: true,
3691
+ },
3692
+ Pi: {
3693
+ kind: "property",
3694
+ type: () => {
3695
+ return Numerics.Vector3;
3696
+ },
3697
+ isStatic: true,
3698
+ },
3699
+ PositiveInfinity: {
3700
+ kind: "property",
3701
+ type: () => {
3702
+ return Numerics.Vector3;
3703
+ },
3704
+ isStatic: true,
3705
+ },
3706
+ Tau: {
3707
+ kind: "property",
3708
+ type: () => {
3709
+ return Numerics.Vector3;
3710
+ },
3711
+ isStatic: true,
3712
+ },
3713
+ UnitX: {
3714
+ kind: "property",
3715
+ type: () => {
3716
+ return Numerics.Vector3;
3717
+ },
3718
+ isStatic: true,
3719
+ },
3720
+ UnitY: {
3721
+ kind: "property",
3722
+ type: () => {
3723
+ return Numerics.Vector3;
3724
+ },
3725
+ isStatic: true,
3726
+ },
3727
+ UnitZ: {
3728
+ kind: "property",
3729
+ type: () => {
3730
+ return Numerics.Vector3;
3731
+ },
3732
+ isStatic: true,
3733
+ },
3734
+ Item: {
3735
+ kind: "property",
3736
+ type: () => {
3737
+ return System.Single;
3738
+ },
3739
+ isReadOnly: true,
3740
+ },
3741
+ Zero: {
3742
+ kind: "property",
3743
+ type: () => {
3744
+ return Numerics.Vector3;
3745
+ },
3746
+ isStatic: true,
3747
+ },
3748
+ },
3749
+ },
3750
+ Vector4: {
3751
+ kind: "struct",
3752
+ members: {
3753
+ X: {
3754
+ kind: "field",
3755
+ type: () => {
3756
+ return System.Single;
3757
+ },
3758
+ },
3759
+ Y: {
3760
+ kind: "field",
3761
+ type: () => {
3762
+ return System.Single;
3763
+ },
3764
+ },
3765
+ Z: {
3766
+ kind: "field",
3767
+ type: () => {
3768
+ return System.Single;
3769
+ },
3770
+ },
3771
+ W: {
3772
+ kind: "field",
3773
+ type: () => {
3774
+ return System.Single;
3775
+ },
3776
+ },
3777
+ Vector4: {
3778
+ kind: "method",
3779
+ methodKind: "constructor",
3780
+ },
3781
+ Abs: {
3782
+ kind: "method",
3783
+ methodKind: "ordinary",
3784
+ isStatic: true,
3785
+ },
3786
+ Add: {
3787
+ kind: "method",
3788
+ methodKind: "ordinary",
3789
+ isStatic: true,
3790
+ },
3791
+ Clamp: {
3792
+ kind: "method",
3793
+ methodKind: "ordinary",
3794
+ isStatic: true,
3795
+ },
3796
+ ClampNative: {
3797
+ kind: "method",
3798
+ methodKind: "ordinary",
3799
+ isStatic: true,
3800
+ },
3801
+ CopySign: {
3802
+ kind: "method",
3803
+ methodKind: "ordinary",
3804
+ isStatic: true,
3805
+ },
3806
+ Create: {
3807
+ kind: "method",
3808
+ methodKind: "ordinary",
3809
+ isStatic: true,
3810
+ },
3811
+ CopyTo: {
3812
+ kind: "method",
3813
+ methodKind: "ordinary",
3814
+ isReadOnly: true,
3815
+ },
3816
+ Cos: {
3817
+ kind: "method",
3818
+ methodKind: "ordinary",
3819
+ isStatic: true,
3820
+ },
3821
+ TryCopyTo: {
3822
+ kind: "method",
3823
+ methodKind: "ordinary",
3824
+ isReadOnly: true,
3825
+ },
3826
+ DegreesToRadians: {
3827
+ kind: "method",
3828
+ methodKind: "ordinary",
3829
+ isStatic: true,
3830
+ },
3831
+ Distance: {
3832
+ kind: "method",
3833
+ methodKind: "ordinary",
3834
+ isStatic: true,
3835
+ },
3836
+ DistanceSquared: {
3837
+ kind: "method",
3838
+ methodKind: "ordinary",
3839
+ isStatic: true,
3840
+ },
3841
+ Divide: {
3842
+ kind: "method",
3843
+ methodKind: "ordinary",
3844
+ isStatic: true,
3845
+ },
3846
+ Dot: {
3847
+ kind: "method",
3848
+ methodKind: "ordinary",
3849
+ isStatic: true,
3850
+ },
3851
+ Equals: {
3852
+ kind: "method",
3853
+ methodKind: "ordinary",
3854
+ isReadOnly: true,
3855
+ },
3856
+ Exp: {
3857
+ kind: "method",
3858
+ methodKind: "ordinary",
3859
+ isStatic: true,
3860
+ },
3861
+ FusedMultiplyAdd: {
3862
+ kind: "method",
3863
+ methodKind: "ordinary",
3864
+ isStatic: true,
3865
+ },
3866
+ GetHashCode: {
3867
+ kind: "method",
3868
+ methodKind: "ordinary",
3869
+ isOverride: true,
3870
+ isReadOnly: true,
3871
+ },
3872
+ Length: {
3873
+ kind: "method",
3874
+ methodKind: "ordinary",
3875
+ isReadOnly: true,
3876
+ },
3877
+ LengthSquared: {
3878
+ kind: "method",
3879
+ methodKind: "ordinary",
3880
+ isReadOnly: true,
3881
+ },
3882
+ Hypot: {
3883
+ kind: "method",
3884
+ methodKind: "ordinary",
3885
+ isStatic: true,
3886
+ },
3887
+ Lerp: {
3888
+ kind: "method",
3889
+ methodKind: "ordinary",
3890
+ isStatic: true,
3891
+ },
3892
+ Log: {
3893
+ kind: "method",
3894
+ methodKind: "ordinary",
3895
+ isStatic: true,
3896
+ },
3897
+ Log2: {
3898
+ kind: "method",
3899
+ methodKind: "ordinary",
3900
+ isStatic: true,
3901
+ },
3902
+ Max: {
3903
+ kind: "method",
3904
+ methodKind: "ordinary",
3905
+ isStatic: true,
3906
+ },
3907
+ MaxMagnitude: {
3908
+ kind: "method",
3909
+ methodKind: "ordinary",
3910
+ isStatic: true,
3911
+ },
3912
+ MaxMagnitudeNumber: {
3913
+ kind: "method",
3914
+ methodKind: "ordinary",
3915
+ isStatic: true,
3916
+ },
3917
+ MaxNative: {
3918
+ kind: "method",
3919
+ methodKind: "ordinary",
3920
+ isStatic: true,
3921
+ },
3922
+ MaxNumber: {
3923
+ kind: "method",
3924
+ methodKind: "ordinary",
3925
+ isStatic: true,
3926
+ },
3927
+ Min: {
3928
+ kind: "method",
3929
+ methodKind: "ordinary",
3930
+ isStatic: true,
3931
+ },
3932
+ MinMagnitude: {
3933
+ kind: "method",
3934
+ methodKind: "ordinary",
3935
+ isStatic: true,
3936
+ },
3937
+ MinMagnitudeNumber: {
3938
+ kind: "method",
3939
+ methodKind: "ordinary",
3940
+ isStatic: true,
3941
+ },
3942
+ MinNative: {
3943
+ kind: "method",
3944
+ methodKind: "ordinary",
3945
+ isStatic: true,
3946
+ },
3947
+ MinNumber: {
3948
+ kind: "method",
3949
+ methodKind: "ordinary",
3950
+ isStatic: true,
3951
+ },
3952
+ Multiply: {
3953
+ kind: "method",
3954
+ methodKind: "ordinary",
3955
+ isStatic: true,
3956
+ },
3957
+ MultiplyAddEstimate: {
3958
+ kind: "method",
3959
+ methodKind: "ordinary",
3960
+ isStatic: true,
3961
+ },
3962
+ Negate: {
3963
+ kind: "method",
3964
+ methodKind: "ordinary",
3965
+ isStatic: true,
3966
+ },
3967
+ Normalize: {
3968
+ kind: "method",
3969
+ methodKind: "ordinary",
3970
+ isStatic: true,
3971
+ },
3972
+ RadiansToDegrees: {
3973
+ kind: "method",
3974
+ methodKind: "ordinary",
3975
+ isStatic: true,
3976
+ },
3977
+ Round: {
3978
+ kind: "method",
3979
+ methodKind: "ordinary",
3980
+ isStatic: true,
3981
+ },
3982
+ Sin: {
3983
+ kind: "method",
3984
+ methodKind: "ordinary",
3985
+ isStatic: true,
3986
+ },
3987
+ SinCos: {
3988
+ kind: "method",
3989
+ methodKind: "ordinary",
3990
+ isStatic: true,
3991
+ },
3992
+ SquareRoot: {
3993
+ kind: "method",
3994
+ methodKind: "ordinary",
3995
+ isStatic: true,
3996
+ },
3997
+ Subtract: {
3998
+ kind: "method",
3999
+ methodKind: "ordinary",
4000
+ isStatic: true,
4001
+ },
4002
+ ToString: {
4003
+ kind: "method",
4004
+ methodKind: "ordinary",
4005
+ isOverride: true,
4006
+ isReadOnly: true,
4007
+ },
4008
+ Transform: {
4009
+ kind: "method",
4010
+ methodKind: "ordinary",
4011
+ isStatic: true,
4012
+ },
4013
+ Truncate: {
4014
+ kind: "method",
4015
+ methodKind: "ordinary",
4016
+ isStatic: true,
4017
+ },
4018
+ E: {
4019
+ kind: "property",
4020
+ type: () => {
4021
+ return Numerics.Vector4;
4022
+ },
4023
+ isStatic: true,
4024
+ },
4025
+ Epsilon: {
4026
+ kind: "property",
4027
+ type: () => {
4028
+ return Numerics.Vector4;
4029
+ },
4030
+ isStatic: true,
4031
+ },
4032
+ NaN: {
4033
+ kind: "property",
4034
+ type: () => {
4035
+ return Numerics.Vector4;
4036
+ },
4037
+ isStatic: true,
4038
+ },
4039
+ NegativeInfinity: {
4040
+ kind: "property",
4041
+ type: () => {
4042
+ return Numerics.Vector4;
4043
+ },
4044
+ isStatic: true,
4045
+ },
4046
+ NegativeZero: {
4047
+ kind: "property",
4048
+ type: () => {
4049
+ return Numerics.Vector4;
4050
+ },
4051
+ isStatic: true,
4052
+ },
4053
+ One: {
4054
+ kind: "property",
4055
+ type: () => {
4056
+ return Numerics.Vector4;
4057
+ },
4058
+ isStatic: true,
4059
+ },
4060
+ Pi: {
4061
+ kind: "property",
4062
+ type: () => {
4063
+ return Numerics.Vector4;
4064
+ },
4065
+ isStatic: true,
4066
+ },
4067
+ PositiveInfinity: {
4068
+ kind: "property",
4069
+ type: () => {
4070
+ return Numerics.Vector4;
4071
+ },
4072
+ isStatic: true,
4073
+ },
4074
+ Tau: {
4075
+ kind: "property",
4076
+ type: () => {
4077
+ return Numerics.Vector4;
4078
+ },
4079
+ isStatic: true,
4080
+ },
4081
+ UnitW: {
4082
+ kind: "property",
4083
+ type: () => {
4084
+ return Numerics.Vector4;
4085
+ },
4086
+ isStatic: true,
4087
+ },
4088
+ UnitX: {
4089
+ kind: "property",
4090
+ type: () => {
4091
+ return Numerics.Vector4;
4092
+ },
4093
+ isStatic: true,
4094
+ },
4095
+ UnitY: {
4096
+ kind: "property",
4097
+ type: () => {
4098
+ return Numerics.Vector4;
4099
+ },
4100
+ isStatic: true,
4101
+ },
4102
+ UnitZ: {
4103
+ kind: "property",
4104
+ type: () => {
4105
+ return Numerics.Vector4;
4106
+ },
4107
+ isStatic: true,
4108
+ },
4109
+ Item: {
4110
+ kind: "property",
4111
+ type: () => {
4112
+ return System.Single;
4113
+ },
4114
+ isReadOnly: true,
4115
+ },
4116
+ Zero: {
4117
+ kind: "property",
4118
+ type: () => {
4119
+ return Numerics.Vector4;
4120
+ },
4121
+ isStatic: true,
1180
4122
  },
1181
4123
  },
1182
4124
  },