@tsonic/dotnet 0.5.2 → 0.6.0
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.
- package/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -52,41 +52,45 @@ export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<
|
|
|
52
52
|
|
|
53
53
|
export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
54
54
|
|
|
55
|
-
export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
55
|
+
export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
56
|
+
compareTo(obj: unknown): int;
|
|
57
|
+
getExponentByteCount(): int;
|
|
58
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
59
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
60
|
+
tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
61
|
+
writeExponentBigEndian2(destination: byte[], startIndex: int): int;
|
|
62
|
+
writeExponentBigEndian2(destination: byte[]): int;
|
|
63
|
+
writeExponentBigEndian2(destination: Span_1<CLROf<byte>>): int;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
68
68
|
|
|
69
|
-
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> {
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
69
|
+
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, CLROf<int>, TSelf> {
|
|
70
|
+
compareTo(obj: unknown): int;
|
|
71
|
+
getByteCount(): int;
|
|
72
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
73
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
74
|
+
tryWriteBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
75
|
+
writeBigEndian2(destination: byte[], startIndex: int): int;
|
|
76
|
+
writeBigEndian2(destination: byte[]): int;
|
|
77
|
+
writeBigEndian2(destination: Span_1<CLROf<byte>>): int;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
81
|
+
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, CLROf<int>, TSelf> {}
|
|
82
|
+
|
|
81
83
|
export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
82
84
|
|
|
83
|
-
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> {
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
86
|
+
compareTo(obj: unknown): int;
|
|
87
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
88
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
87
89
|
}
|
|
88
90
|
|
|
89
91
|
|
|
92
|
+
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
93
|
+
|
|
90
94
|
export type IBinaryNumber_1<TSelf extends IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
|
|
91
95
|
|
|
92
96
|
export interface IBitwiseOperators_3$instance<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
@@ -95,10 +99,12 @@ export interface IBitwiseOperators_3$instance<TSelf extends IBitwiseOperators_3<
|
|
|
95
99
|
|
|
96
100
|
export type IBitwiseOperators_3<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
|
|
97
101
|
|
|
98
|
-
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
102
|
+
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3<TSelf, TOther, TResult> {
|
|
99
103
|
}
|
|
100
104
|
|
|
101
105
|
|
|
106
|
+
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3$instance<TSelf, TOther, TResult> {}
|
|
107
|
+
|
|
102
108
|
export type IComparisonOperators_3<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
|
|
103
109
|
|
|
104
110
|
export interface IDecrementOperators_1$instance<TSelf extends IDecrementOperators_1<TSelf>> {
|
|
@@ -119,53 +125,53 @@ export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_
|
|
|
119
125
|
|
|
120
126
|
export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
121
127
|
|
|
122
|
-
export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> {
|
|
123
|
-
|
|
124
|
-
|
|
128
|
+
export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
129
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
130
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
125
131
|
}
|
|
126
132
|
|
|
127
133
|
|
|
128
134
|
export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
129
135
|
|
|
130
|
-
export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
136
|
+
export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
|
|
137
|
+
compareTo(obj: unknown): int;
|
|
138
|
+
getExponentByteCount(): int;
|
|
139
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
140
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
141
|
+
tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
142
|
+
writeExponentBigEndian2(destination: byte[], startIndex: int): int;
|
|
143
|
+
writeExponentBigEndian2(destination: byte[]): int;
|
|
144
|
+
writeExponentBigEndian2(destination: Span_1<CLROf<byte>>): int;
|
|
139
145
|
}
|
|
140
146
|
|
|
141
147
|
|
|
142
148
|
export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
143
149
|
|
|
144
|
-
export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> {
|
|
145
|
-
|
|
146
|
-
|
|
150
|
+
export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
151
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
152
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
147
153
|
}
|
|
148
154
|
|
|
149
155
|
|
|
150
156
|
export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
151
157
|
|
|
152
|
-
export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> {
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
158
|
+
export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
159
|
+
compareTo(obj: unknown): int;
|
|
160
|
+
getExponentByteCount(): int;
|
|
161
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
162
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
163
|
+
tryWriteExponentBigEndian(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
164
|
+
writeExponentBigEndian2(destination: byte[], startIndex: int): int;
|
|
165
|
+
writeExponentBigEndian2(destination: byte[]): int;
|
|
166
|
+
writeExponentBigEndian2(destination: Span_1<CLROf<byte>>): int;
|
|
161
167
|
}
|
|
162
168
|
|
|
163
169
|
|
|
164
170
|
export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
165
171
|
|
|
166
|
-
export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> {
|
|
167
|
-
|
|
168
|
-
|
|
172
|
+
export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
173
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
174
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
169
175
|
}
|
|
170
176
|
|
|
171
177
|
|
|
@@ -177,9 +183,9 @@ export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperator
|
|
|
177
183
|
|
|
178
184
|
export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
179
185
|
|
|
180
|
-
export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> {
|
|
181
|
-
|
|
182
|
-
|
|
186
|
+
export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
187
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
188
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
183
189
|
}
|
|
184
190
|
|
|
185
191
|
|
|
@@ -209,34 +215,38 @@ export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_
|
|
|
209
215
|
|
|
210
216
|
export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
211
217
|
|
|
212
|
-
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
218
|
+
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, CLROf<boolean>>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
219
|
+
compareTo(obj: unknown): int;
|
|
220
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
221
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
216
222
|
}
|
|
217
223
|
|
|
218
224
|
|
|
225
|
+
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends System_Internal.IComparable$instance, IComparisonOperators_3$instance<TSelf, TSelf, CLROf<boolean>>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
226
|
+
|
|
219
227
|
export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
220
228
|
|
|
221
|
-
export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> {
|
|
222
|
-
|
|
223
|
-
|
|
229
|
+
export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
230
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
231
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
224
232
|
}
|
|
225
233
|
|
|
226
234
|
|
|
235
|
+
export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends System_Internal.IEquatable_1$instance<TSelf>, System_Internal.ISpanParsable_1$instance<TSelf>, IAdditionOperators_3$instance<TSelf, TSelf, TSelf>, IAdditiveIdentity_2$instance<TSelf, TSelf>, IDecrementOperators_1$instance<TSelf>, IDivisionOperators_3$instance<TSelf, TSelf, TSelf>, IEqualityOperators_3$instance<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1$instance<TSelf>, IMultiplicativeIdentity_2$instance<TSelf, TSelf>, IMultiplyOperators_3$instance<TSelf, TSelf, TSelf>, ISubtractionOperators_3$instance<TSelf, TSelf, TSelf>, IUnaryNegationOperators_2$instance<TSelf, TSelf>, IUnaryPlusOperators_2$instance<TSelf, TSelf> {}
|
|
236
|
+
|
|
227
237
|
export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
228
238
|
|
|
229
|
-
export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> {
|
|
230
|
-
|
|
231
|
-
|
|
239
|
+
export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
240
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
241
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
232
242
|
}
|
|
233
243
|
|
|
234
244
|
|
|
235
245
|
export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
236
246
|
|
|
237
|
-
export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> {
|
|
238
|
-
|
|
239
|
-
|
|
247
|
+
export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
248
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
249
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
240
250
|
}
|
|
241
251
|
|
|
242
252
|
|
|
@@ -248,9 +258,9 @@ export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSel
|
|
|
248
258
|
|
|
249
259
|
export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
250
260
|
|
|
251
|
-
export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> {
|
|
252
|
-
|
|
253
|
-
|
|
261
|
+
export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
262
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
263
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
254
264
|
}
|
|
255
265
|
|
|
256
266
|
|
|
@@ -262,9 +272,9 @@ export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOper
|
|
|
262
272
|
|
|
263
273
|
export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
264
274
|
|
|
265
|
-
export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> {
|
|
266
|
-
|
|
267
|
-
|
|
275
|
+
export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
276
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
277
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
268
278
|
}
|
|
269
279
|
|
|
270
280
|
|
|
@@ -282,15 +292,15 @@ export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperator
|
|
|
282
292
|
|
|
283
293
|
export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
284
294
|
|
|
285
|
-
export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> {
|
|
286
|
-
|
|
287
|
-
|
|
295
|
+
export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, CLROf<boolean>>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
296
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
297
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): boolean;
|
|
288
298
|
}
|
|
289
299
|
|
|
290
300
|
|
|
291
301
|
export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
|
|
292
302
|
|
|
293
|
-
export class BigInteger$instance {
|
|
303
|
+
export class BigInteger$instance implements IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger, CLROf<boolean>>, IEqualityOperators_3<BigInteger, BigInteger, CLROf<boolean>>, IDecrementOperators_1<BigInteger>, IDivisionOperators_3<BigInteger, BigInteger, BigInteger>, IIncrementOperators_1<BigInteger>, IModulusOperators_3<BigInteger, BigInteger, BigInteger>, IMultiplyOperators_3<BigInteger, BigInteger, BigInteger>, ISubtractionOperators_3<BigInteger, BigInteger, BigInteger>, IUnaryNegationOperators_2<BigInteger, BigInteger>, IUnaryPlusOperators_2<BigInteger, BigInteger>, IShiftOperators_3<BigInteger, CLROf<int>, BigInteger> {
|
|
294
304
|
constructor(value: int);
|
|
295
305
|
constructor(value: uint);
|
|
296
306
|
constructor(value: long);
|
|
@@ -308,8 +318,8 @@ export class BigInteger$instance {
|
|
|
308
318
|
compareTo(other: long): int;
|
|
309
319
|
compareTo(other: ulong): int;
|
|
310
320
|
compareTo(other: BigInteger): int;
|
|
311
|
-
compareTo(obj:
|
|
312
|
-
equals(obj:
|
|
321
|
+
compareTo(obj: unknown): int;
|
|
322
|
+
equals(obj: unknown): boolean;
|
|
313
323
|
equals(other: long): boolean;
|
|
314
324
|
equals(other: ulong): boolean;
|
|
315
325
|
equals(other: BigInteger): boolean;
|
|
@@ -322,186 +332,190 @@ export class BigInteger$instance {
|
|
|
322
332
|
toString(provider: IFormatProvider): string;
|
|
323
333
|
toString(format: string): string;
|
|
324
334
|
toString(format: string, provider: IFormatProvider): string;
|
|
325
|
-
tryFormat(destination: Span_1<CLROf<
|
|
335
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
|
|
326
336
|
tryWriteBytes(destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
|
|
327
|
-
static readonly
|
|
328
|
-
static readonly
|
|
329
|
-
static readonly
|
|
330
|
-
static
|
|
331
|
-
static
|
|
332
|
-
static
|
|
333
|
-
static
|
|
334
|
-
static
|
|
335
|
-
static
|
|
336
|
-
static
|
|
337
|
-
static
|
|
338
|
-
static
|
|
339
|
-
static
|
|
340
|
-
static
|
|
341
|
-
static
|
|
342
|
-
static
|
|
343
|
-
static
|
|
344
|
-
static
|
|
345
|
-
static
|
|
346
|
-
static
|
|
347
|
-
static
|
|
348
|
-
static
|
|
349
|
-
static
|
|
350
|
-
static
|
|
351
|
-
static
|
|
352
|
-
static
|
|
353
|
-
static
|
|
354
|
-
static
|
|
355
|
-
static
|
|
356
|
-
static
|
|
357
|
-
static
|
|
358
|
-
static
|
|
359
|
-
static
|
|
360
|
-
static
|
|
361
|
-
static
|
|
362
|
-
static
|
|
363
|
-
static
|
|
364
|
-
static
|
|
365
|
-
static
|
|
366
|
-
static
|
|
367
|
-
static
|
|
368
|
-
static
|
|
369
|
-
static
|
|
370
|
-
static
|
|
371
|
-
static
|
|
372
|
-
static
|
|
373
|
-
static
|
|
374
|
-
static
|
|
375
|
-
static
|
|
376
|
-
static
|
|
377
|
-
static
|
|
337
|
+
static readonly zero: BigInteger;
|
|
338
|
+
static readonly one: BigInteger;
|
|
339
|
+
static readonly minusOne: BigInteger;
|
|
340
|
+
static abs(value: BigInteger): BigInteger;
|
|
341
|
+
static add(left: BigInteger, right: BigInteger): BigInteger;
|
|
342
|
+
static clamp(value: BigInteger, min: BigInteger, max: BigInteger): BigInteger;
|
|
343
|
+
static compare(left: BigInteger, right: BigInteger): int;
|
|
344
|
+
static copySign(value: BigInteger, sign: BigInteger): BigInteger;
|
|
345
|
+
static createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
346
|
+
static createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
347
|
+
static createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
348
|
+
static divide(dividend: BigInteger, divisor: BigInteger): BigInteger;
|
|
349
|
+
static divRem(dividend: BigInteger, divisor: BigInteger, remainder: { value: ref<BigInteger> }): BigInteger;
|
|
350
|
+
static divRem(left: BigInteger, right: BigInteger): ValueTuple_2<BigInteger, BigInteger>;
|
|
351
|
+
static greatestCommonDivisor(left: BigInteger, right: BigInteger): BigInteger;
|
|
352
|
+
static isEvenInteger(value: BigInteger): boolean;
|
|
353
|
+
static isNegative(value: BigInteger): boolean;
|
|
354
|
+
static isOddInteger(value: BigInteger): boolean;
|
|
355
|
+
static isPositive(value: BigInteger): boolean;
|
|
356
|
+
static isPow2(value: BigInteger): boolean;
|
|
357
|
+
static leadingZeroCount(value: BigInteger): BigInteger;
|
|
358
|
+
static log2(value: BigInteger, baseValue: double): double;
|
|
359
|
+
static log2(value: BigInteger): double;
|
|
360
|
+
static log10(value: BigInteger): double;
|
|
361
|
+
static log22(value: BigInteger): BigInteger;
|
|
362
|
+
static max(left: BigInteger, right: BigInteger): BigInteger;
|
|
363
|
+
static maxMagnitude(x: BigInteger, y: BigInteger): BigInteger;
|
|
364
|
+
static min(left: BigInteger, right: BigInteger): BigInteger;
|
|
365
|
+
static minMagnitude(x: BigInteger, y: BigInteger): BigInteger;
|
|
366
|
+
static modPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
|
|
367
|
+
static multiply(left: BigInteger, right: BigInteger): BigInteger;
|
|
368
|
+
static negate(value: BigInteger): BigInteger;
|
|
369
|
+
static parse5(value: ReadOnlySpan_1<CLROf<char>>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
|
|
370
|
+
static parse5(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): BigInteger;
|
|
371
|
+
static parse5(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
|
|
372
|
+
static parse5(value: string, style: NumberStyles): BigInteger;
|
|
373
|
+
static parse5(value: string, provider: IFormatProvider): BigInteger;
|
|
374
|
+
static parse5(value: string): BigInteger;
|
|
375
|
+
static popCount(value: BigInteger): BigInteger;
|
|
376
|
+
static pow(value: BigInteger, exponent: int): BigInteger;
|
|
377
|
+
static remainder(dividend: BigInteger, divisor: BigInteger): BigInteger;
|
|
378
|
+
static rotateLeft(value: BigInteger, rotateAmount: int): BigInteger;
|
|
379
|
+
static rotateRight(value: BigInteger, rotateAmount: int): BigInteger;
|
|
380
|
+
static subtract(left: BigInteger, right: BigInteger): BigInteger;
|
|
381
|
+
static trailingZeroCount(value: BigInteger): BigInteger;
|
|
382
|
+
static tryParse4(value: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
|
|
383
|
+
static tryParse4(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
|
|
384
|
+
static tryParse4(value: ReadOnlySpan_1<CLROf<char>>, result: { value: ref<BigInteger> }): boolean;
|
|
385
|
+
static tryParse4(value: string, style: NumberStyles, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
|
|
386
|
+
static tryParse4(s: string, provider: IFormatProvider, result: { value: ref<BigInteger> }): boolean;
|
|
387
|
+
static tryParse4(value: string, result: { value: ref<BigInteger> }): boolean;
|
|
378
388
|
}
|
|
379
389
|
|
|
380
390
|
|
|
381
391
|
export interface __BigInteger$views {
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
392
|
+
As_IComparable(): System_Internal.IComparable$instance;
|
|
393
|
+
As_IComparable_1(): System_Internal.IComparable_1$instance<BigInteger>;
|
|
394
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BigInteger>;
|
|
395
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
396
|
+
As_IParsable_1(): System_Internal.IParsable_1$instance<BigInteger>;
|
|
397
|
+
As_ISpanFormattable(): System_Internal.ISpanFormattable$instance;
|
|
398
|
+
As_ISpanParsable_1(): System_Internal.ISpanParsable_1$instance<BigInteger>;
|
|
399
|
+
As_IUtf8SpanFormattable(): System_Internal.IUtf8SpanFormattable$instance;
|
|
400
|
+
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<BigInteger>;
|
|
401
|
+
As_IAdditiveIdentity_2(): IAdditiveIdentity_2$instance<BigInteger, BigInteger>;
|
|
402
|
+
As_IBinaryInteger_1(): IBinaryInteger_1$instance<BigInteger>;
|
|
403
|
+
As_INumber_1(): INumber_1$instance<BigInteger>;
|
|
404
|
+
As_INumberBase_1(): INumberBase_1$instance<BigInteger>;
|
|
395
405
|
|
|
396
406
|
// Structural method bridges for numeric interface constraints
|
|
397
407
|
Equals(other: BigInteger): boolean;
|
|
398
|
-
CompareTo(obj:
|
|
408
|
+
CompareTo(obj: unknown): int;
|
|
399
409
|
ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
400
|
-
TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<
|
|
410
|
+
TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
401
411
|
GetByteCount(): int;
|
|
412
|
+
TryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
413
|
+
WriteBigEndian(destination: byte[], startIndex: int): int;
|
|
414
|
+
WriteBigEndian(destination: byte[]): int;
|
|
415
|
+
WriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
|
|
402
416
|
}
|
|
403
417
|
|
|
404
418
|
export type BigInteger = BigInteger$instance & __BigInteger$views;
|
|
405
419
|
|
|
406
420
|
|
|
407
|
-
export class Complex$instance {
|
|
421
|
+
export class Complex$instance implements IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex, CLROf<boolean>>, IIncrementOperators_1<Complex>, IMultiplyOperators_3<Complex, Complex, Complex>, ISubtractionOperators_3<Complex, Complex, Complex>, IUnaryNegationOperators_2<Complex, Complex>, IUnaryPlusOperators_2<Complex, Complex> {
|
|
408
422
|
constructor(real: double, imaginary: double);
|
|
409
423
|
readonly imaginary: double;
|
|
410
424
|
readonly magnitude: double;
|
|
411
425
|
readonly phase: double;
|
|
412
426
|
readonly real: double;
|
|
413
|
-
equals(obj:
|
|
427
|
+
equals(obj: unknown): boolean;
|
|
414
428
|
equals(value: Complex): boolean;
|
|
415
429
|
getHashCode(): int;
|
|
416
430
|
toString(): string;
|
|
417
431
|
toString(format: string): string;
|
|
418
432
|
toString(provider: IFormatProvider): string;
|
|
419
433
|
toString(format: string, provider: IFormatProvider): string;
|
|
420
|
-
tryFormat(destination: Span_1<CLROf<
|
|
421
|
-
tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<
|
|
434
|
+
tryFormat(destination: Span_1<CLROf<char>>, charsWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
|
|
435
|
+
tryFormat(utf8Destination: Span_1<CLROf<byte>>, bytesWritten: { value: ref<int> }, format?: ReadOnlySpan_1<CLROf<char>>, provider?: IFormatProvider): boolean;
|
|
422
436
|
static readonly zero: Complex;
|
|
423
437
|
static readonly one: Complex;
|
|
424
438
|
static readonly imaginaryOne: Complex;
|
|
425
439
|
static readonly naN: Complex;
|
|
426
440
|
static readonly infinity: Complex;
|
|
427
|
-
static
|
|
428
|
-
static
|
|
429
|
-
static
|
|
430
|
-
static
|
|
431
|
-
static
|
|
432
|
-
static
|
|
433
|
-
static
|
|
434
|
-
static
|
|
435
|
-
static
|
|
436
|
-
static
|
|
437
|
-
static
|
|
438
|
-
static
|
|
439
|
-
static
|
|
440
|
-
static
|
|
441
|
-
static
|
|
442
|
-
static
|
|
443
|
-
static
|
|
444
|
-
static
|
|
445
|
-
static
|
|
446
|
-
static
|
|
447
|
-
static
|
|
448
|
-
static
|
|
449
|
-
static
|
|
450
|
-
static
|
|
451
|
-
static
|
|
452
|
-
static
|
|
453
|
-
static
|
|
454
|
-
static
|
|
455
|
-
static
|
|
456
|
-
static
|
|
457
|
-
static
|
|
458
|
-
static
|
|
459
|
-
static
|
|
460
|
-
static
|
|
461
|
-
static
|
|
462
|
-
static
|
|
463
|
-
static
|
|
464
|
-
static
|
|
465
|
-
static
|
|
466
|
-
static
|
|
467
|
-
static
|
|
468
|
-
static
|
|
469
|
-
static
|
|
470
|
-
static
|
|
471
|
-
static
|
|
472
|
-
static
|
|
473
|
-
static
|
|
474
|
-
static
|
|
475
|
-
static
|
|
476
|
-
static
|
|
477
|
-
static
|
|
478
|
-
static
|
|
479
|
-
static
|
|
480
|
-
static
|
|
481
|
-
static
|
|
482
|
-
static
|
|
483
|
-
static
|
|
484
|
-
static
|
|
485
|
-
static
|
|
486
|
-
static
|
|
487
|
-
static
|
|
441
|
+
static abs(value: Complex): double;
|
|
442
|
+
static acos(value: Complex): Complex;
|
|
443
|
+
static add3(left: double, right: Complex): Complex;
|
|
444
|
+
static add3(left: Complex, right: double): Complex;
|
|
445
|
+
static add3(left: Complex, right: Complex): Complex;
|
|
446
|
+
static asin(value: Complex): Complex;
|
|
447
|
+
static atan(value: Complex): Complex;
|
|
448
|
+
static conjugate(value: Complex): Complex;
|
|
449
|
+
static cos(value: Complex): Complex;
|
|
450
|
+
static cosh(value: Complex): Complex;
|
|
451
|
+
static createChecked<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
452
|
+
static createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
453
|
+
static createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
454
|
+
static divide3(dividend: double, divisor: Complex): Complex;
|
|
455
|
+
static divide3(dividend: Complex, divisor: double): Complex;
|
|
456
|
+
static divide3(dividend: Complex, divisor: Complex): Complex;
|
|
457
|
+
static exp(value: Complex): Complex;
|
|
458
|
+
static fromPolarCoordinates(magnitude: double, phase: double): Complex;
|
|
459
|
+
static isComplexNumber(value: Complex): boolean;
|
|
460
|
+
static isEvenInteger(value: Complex): boolean;
|
|
461
|
+
static isFinite(value: Complex): boolean;
|
|
462
|
+
static isImaginaryNumber(value: Complex): boolean;
|
|
463
|
+
static isInfinity(value: Complex): boolean;
|
|
464
|
+
static isInteger(value: Complex): boolean;
|
|
465
|
+
static isNaN(value: Complex): boolean;
|
|
466
|
+
static isNegative(value: Complex): boolean;
|
|
467
|
+
static isNegativeInfinity(value: Complex): boolean;
|
|
468
|
+
static isNormal(value: Complex): boolean;
|
|
469
|
+
static isOddInteger(value: Complex): boolean;
|
|
470
|
+
static isPositive(value: Complex): boolean;
|
|
471
|
+
static isPositiveInfinity(value: Complex): boolean;
|
|
472
|
+
static isRealNumber(value: Complex): boolean;
|
|
473
|
+
static isSubnormal(value: Complex): boolean;
|
|
474
|
+
static log2(value: Complex, baseValue: double): Complex;
|
|
475
|
+
static log2(value: Complex): Complex;
|
|
476
|
+
static log10(value: Complex): Complex;
|
|
477
|
+
static maxMagnitude(x: Complex, y: Complex): Complex;
|
|
478
|
+
static minMagnitude(x: Complex, y: Complex): Complex;
|
|
479
|
+
static multiply3(left: double, right: Complex): Complex;
|
|
480
|
+
static multiply3(left: Complex, right: double): Complex;
|
|
481
|
+
static multiply3(left: Complex, right: Complex): Complex;
|
|
482
|
+
static negate(value: Complex): Complex;
|
|
483
|
+
static parse(s: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
484
|
+
static parse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider): Complex;
|
|
485
|
+
static parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
486
|
+
static parse(s: string, provider: IFormatProvider): Complex;
|
|
487
|
+
static pow2(value: Complex, power: double): Complex;
|
|
488
|
+
static pow2(value: Complex, power: Complex): Complex;
|
|
489
|
+
static reciprocal(value: Complex): Complex;
|
|
490
|
+
static sin(value: Complex): Complex;
|
|
491
|
+
static sinh(value: Complex): Complex;
|
|
492
|
+
static sqrt(value: Complex): Complex;
|
|
493
|
+
static subtract3(left: double, right: Complex): Complex;
|
|
494
|
+
static subtract3(left: Complex, right: double): Complex;
|
|
495
|
+
static subtract3(left: Complex, right: Complex): Complex;
|
|
496
|
+
static tan(value: Complex): Complex;
|
|
497
|
+
static tanh(value: Complex): Complex;
|
|
498
|
+
static tryParse(s: ReadOnlySpan_1<CLROf<char>>, style: NumberStyles, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
|
|
499
|
+
static tryParse(s: ReadOnlySpan_1<CLROf<char>>, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
|
|
500
|
+
static tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
|
|
501
|
+
static tryParse(s: string, provider: IFormatProvider, result: { value: ref<Complex> }): boolean;
|
|
488
502
|
}
|
|
489
503
|
|
|
490
504
|
|
|
491
505
|
export interface __Complex$views {
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
506
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Complex>;
|
|
507
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
508
|
+
As_IParsable_1(): System_Internal.IParsable_1$instance<Complex>;
|
|
509
|
+
As_ISpanParsable_1(): System_Internal.ISpanParsable_1$instance<Complex>;
|
|
510
|
+
As_IUtf8SpanFormattable(): System_Internal.IUtf8SpanFormattable$instance;
|
|
511
|
+
As_IUtf8SpanParsable_1(): System_Internal.IUtf8SpanParsable_1$instance<Complex>;
|
|
512
|
+
As_IAdditiveIdentity_2(): IAdditiveIdentity_2$instance<Complex, Complex>;
|
|
513
|
+
As_INumberBase_1(): INumberBase_1$instance<Complex>;
|
|
500
514
|
|
|
501
515
|
// Structural method bridges for numeric interface constraints
|
|
502
516
|
Equals(other: Complex): boolean;
|
|
503
517
|
ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
504
|
-
TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<
|
|
518
|
+
TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
505
519
|
}
|
|
506
520
|
|
|
507
521
|
export type Complex = Complex$instance & __Complex$views;
|
|
@@ -517,10 +531,10 @@ export class Matrix3x2$instance {
|
|
|
517
531
|
M32: float;
|
|
518
532
|
readonly isIdentity: boolean;
|
|
519
533
|
translation: Vector2;
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
equals(obj:
|
|
534
|
+
X: Vector2;
|
|
535
|
+
Y: Vector2;
|
|
536
|
+
Z: Vector2;
|
|
537
|
+
equals(obj: unknown): boolean;
|
|
524
538
|
equals(other: Matrix3x2): boolean;
|
|
525
539
|
get_Item(row: int): Vector2;
|
|
526
540
|
get_Item(row: int, column: int): float;
|
|
@@ -533,35 +547,35 @@ export class Matrix3x2$instance {
|
|
|
533
547
|
toString(): string;
|
|
534
548
|
withElement(row: int, column: int, value: float): Matrix3x2;
|
|
535
549
|
withRow(index: int, value: Vector2): Matrix3x2;
|
|
536
|
-
static readonly
|
|
537
|
-
static
|
|
538
|
-
static
|
|
539
|
-
static
|
|
540
|
-
static
|
|
541
|
-
static
|
|
542
|
-
static
|
|
543
|
-
static
|
|
544
|
-
static
|
|
545
|
-
static
|
|
546
|
-
static
|
|
547
|
-
static
|
|
548
|
-
static
|
|
549
|
-
static
|
|
550
|
-
static
|
|
551
|
-
static
|
|
552
|
-
static
|
|
553
|
-
static
|
|
554
|
-
static
|
|
555
|
-
static
|
|
556
|
-
static
|
|
557
|
-
static
|
|
558
|
-
static
|
|
559
|
-
static
|
|
550
|
+
static readonly identity: Matrix3x2;
|
|
551
|
+
static add(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
|
|
552
|
+
static create3(x: Vector2, y: Vector2, z: Vector2): Matrix3x2;
|
|
553
|
+
static create3(value: Vector2): Matrix3x2;
|
|
554
|
+
static create3(m11: float, m12: float, m21: float, m22: float, m31: float, m32: float): Matrix3x2;
|
|
555
|
+
static create3(value: float): Matrix3x2;
|
|
556
|
+
static createRotation2(radians: float, centerPoint: Vector2): Matrix3x2;
|
|
557
|
+
static createRotation2(radians: float): Matrix3x2;
|
|
558
|
+
static createScale4(scales: Vector2, centerPoint: Vector2): Matrix3x2;
|
|
559
|
+
static createScale4(scales: Vector2): Matrix3x2;
|
|
560
|
+
static createScale4(scale: float, centerPoint: Vector2): Matrix3x2;
|
|
561
|
+
static createScale4(xScale: float, yScale: float, centerPoint: Vector2): Matrix3x2;
|
|
562
|
+
static createScale4(xScale: float, yScale: float): Matrix3x2;
|
|
563
|
+
static createScale4(scale: float): Matrix3x2;
|
|
564
|
+
static createSkew2(radiansX: float, radiansY: float, centerPoint: Vector2): Matrix3x2;
|
|
565
|
+
static createSkew2(radiansX: float, radiansY: float): Matrix3x2;
|
|
566
|
+
static createTranslation(position: Vector2): Matrix3x2;
|
|
567
|
+
static createTranslation(xPosition: float, yPosition: float): Matrix3x2;
|
|
568
|
+
static invert(matrix: Matrix3x2, result: { value: ref<Matrix3x2> }): boolean;
|
|
569
|
+
static lerp(matrix1: Matrix3x2, matrix2: Matrix3x2, amount: float): Matrix3x2;
|
|
570
|
+
static multiply(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
|
|
571
|
+
static multiply(value1: Matrix3x2, value2: float): Matrix3x2;
|
|
572
|
+
static negate(value: Matrix3x2): Matrix3x2;
|
|
573
|
+
static subtract(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
|
|
560
574
|
}
|
|
561
575
|
|
|
562
576
|
|
|
563
577
|
export interface __Matrix3x2$views {
|
|
564
|
-
|
|
578
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix3x2>;
|
|
565
579
|
|
|
566
580
|
// Structural method bridges for numeric interface constraints
|
|
567
581
|
Equals(other: Matrix3x2): boolean;
|
|
@@ -591,11 +605,11 @@ export class Matrix4x4$instance {
|
|
|
591
605
|
M44: float;
|
|
592
606
|
readonly isIdentity: boolean;
|
|
593
607
|
translation: Vector3;
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
equals(obj:
|
|
608
|
+
W: Vector4;
|
|
609
|
+
X: Vector4;
|
|
610
|
+
Y: Vector4;
|
|
611
|
+
Z: Vector4;
|
|
612
|
+
equals(obj: unknown): boolean;
|
|
599
613
|
equals(other: Matrix4x4): boolean;
|
|
600
614
|
get_Item(row: int): Vector4;
|
|
601
615
|
get_Item(row: int, column: int): float;
|
|
@@ -608,67 +622,67 @@ export class Matrix4x4$instance {
|
|
|
608
622
|
toString(): string;
|
|
609
623
|
withElement(row: int, column: int, value: float): Matrix4x4;
|
|
610
624
|
withRow(index: int, value: Vector4): Matrix4x4;
|
|
611
|
-
static readonly
|
|
612
|
-
static
|
|
613
|
-
static
|
|
614
|
-
static
|
|
615
|
-
static
|
|
616
|
-
static
|
|
617
|
-
static
|
|
618
|
-
static
|
|
619
|
-
static
|
|
620
|
-
static
|
|
621
|
-
static
|
|
622
|
-
static
|
|
623
|
-
static
|
|
624
|
-
static
|
|
625
|
-
static
|
|
626
|
-
static
|
|
627
|
-
static
|
|
628
|
-
static
|
|
629
|
-
static
|
|
630
|
-
static
|
|
631
|
-
static
|
|
632
|
-
static
|
|
633
|
-
static
|
|
634
|
-
static
|
|
635
|
-
static
|
|
636
|
-
static
|
|
637
|
-
static
|
|
638
|
-
static
|
|
639
|
-
static
|
|
640
|
-
static
|
|
641
|
-
static
|
|
642
|
-
static
|
|
643
|
-
static
|
|
644
|
-
static
|
|
645
|
-
static
|
|
646
|
-
static
|
|
647
|
-
static
|
|
648
|
-
static
|
|
649
|
-
static
|
|
650
|
-
static
|
|
651
|
-
static
|
|
652
|
-
static
|
|
653
|
-
static
|
|
654
|
-
static
|
|
655
|
-
static
|
|
656
|
-
static
|
|
657
|
-
static
|
|
658
|
-
static
|
|
659
|
-
static
|
|
660
|
-
static
|
|
661
|
-
static
|
|
662
|
-
static
|
|
663
|
-
static
|
|
664
|
-
static
|
|
665
|
-
static
|
|
666
|
-
static
|
|
625
|
+
static readonly identity: Matrix4x4;
|
|
626
|
+
static add(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
|
|
627
|
+
static create2(value: Matrix3x2): Matrix4x4;
|
|
628
|
+
static create2(x: Vector4, y: Vector4, z: Vector4, w: Vector4): Matrix4x4;
|
|
629
|
+
static create2(value: Vector4): Matrix4x4;
|
|
630
|
+
static create2(m11: float, m12: float, m13: float, m14: float, m21: float, m22: float, m23: float, m24: float, m31: float, m32: float, m33: float, m34: float, m41: float, m42: float, m43: float, m44: float): Matrix4x4;
|
|
631
|
+
static create2(value: float): Matrix4x4;
|
|
632
|
+
static createBillboard(objectPosition: Vector3, cameraPosition: Vector3, cameraUpVector: Vector3, cameraForwardVector: Vector3): Matrix4x4;
|
|
633
|
+
static createBillboardLeftHanded(objectPosition: Vector3, cameraPosition: Vector3, cameraUpVector: Vector3, cameraForwardVector: Vector3): Matrix4x4;
|
|
634
|
+
static createConstrainedBillboard(objectPosition: Vector3, cameraPosition: Vector3, rotateAxis: Vector3, cameraForwardVector: Vector3, objectForwardVector: Vector3): Matrix4x4;
|
|
635
|
+
static createConstrainedBillboardLeftHanded(objectPosition: Vector3, cameraPosition: Vector3, rotateAxis: Vector3, cameraForwardVector: Vector3, objectForwardVector: Vector3): Matrix4x4;
|
|
636
|
+
static createFromAxisAngle(axis: Vector3, angle: float): Matrix4x4;
|
|
637
|
+
static createFromQuaternion(quaternion: Quaternion): Matrix4x4;
|
|
638
|
+
static createFromYawPitchRoll(yaw: float, pitch: float, roll: float): Matrix4x4;
|
|
639
|
+
static createLookAt(cameraPosition: Vector3, cameraTarget: Vector3, cameraUpVector: Vector3): Matrix4x4;
|
|
640
|
+
static createLookAtLeftHanded(cameraPosition: Vector3, cameraTarget: Vector3, cameraUpVector: Vector3): Matrix4x4;
|
|
641
|
+
static createLookTo(cameraPosition: Vector3, cameraDirection: Vector3, cameraUpVector: Vector3): Matrix4x4;
|
|
642
|
+
static createLookToLeftHanded(cameraPosition: Vector3, cameraDirection: Vector3, cameraUpVector: Vector3): Matrix4x4;
|
|
643
|
+
static createOrthographic(width: float, height: float, zNearPlane: float, zFarPlane: float): Matrix4x4;
|
|
644
|
+
static createOrthographicLeftHanded(width: float, height: float, zNearPlane: float, zFarPlane: float): Matrix4x4;
|
|
645
|
+
static createOrthographicOffCenter(left: float, right: float, bottom: float, top: float, zNearPlane: float, zFarPlane: float): Matrix4x4;
|
|
646
|
+
static createOrthographicOffCenterLeftHanded(left: float, right: float, bottom: float, top: float, zNearPlane: float, zFarPlane: float): Matrix4x4;
|
|
647
|
+
static createPerspective(width: float, height: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
648
|
+
static createPerspectiveFieldOfView(fieldOfView: float, aspectRatio: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
649
|
+
static createPerspectiveFieldOfViewLeftHanded(fieldOfView: float, aspectRatio: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
650
|
+
static createPerspectiveLeftHanded(width: float, height: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
651
|
+
static createPerspectiveOffCenter(left: float, right: float, bottom: float, top: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
652
|
+
static createPerspectiveOffCenterLeftHanded(left: float, right: float, bottom: float, top: float, nearPlaneDistance: float, farPlaneDistance: float): Matrix4x4;
|
|
653
|
+
static createReflection(value: Plane): Matrix4x4;
|
|
654
|
+
static createRotationX2(radians: float, centerPoint: Vector3): Matrix4x4;
|
|
655
|
+
static createRotationX2(radians: float): Matrix4x4;
|
|
656
|
+
static createRotationY2(radians: float, centerPoint: Vector3): Matrix4x4;
|
|
657
|
+
static createRotationY2(radians: float): Matrix4x4;
|
|
658
|
+
static createRotationZ2(radians: float, centerPoint: Vector3): Matrix4x4;
|
|
659
|
+
static createRotationZ2(radians: float): Matrix4x4;
|
|
660
|
+
static createScale4(scales: Vector3, centerPoint: Vector3): Matrix4x4;
|
|
661
|
+
static createScale4(scales: Vector3): Matrix4x4;
|
|
662
|
+
static createScale4(scale: float, centerPoint: Vector3): Matrix4x4;
|
|
663
|
+
static createScale4(xScale: float, yScale: float, zScale: float, centerPoint: Vector3): Matrix4x4;
|
|
664
|
+
static createScale4(xScale: float, yScale: float, zScale: float): Matrix4x4;
|
|
665
|
+
static createScale4(scale: float): Matrix4x4;
|
|
666
|
+
static createShadow(lightDirection: Vector3, plane: Plane): Matrix4x4;
|
|
667
|
+
static createTranslation(position: Vector3): Matrix4x4;
|
|
668
|
+
static createTranslation(xPosition: float, yPosition: float, zPosition: float): Matrix4x4;
|
|
669
|
+
static createViewport(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
|
|
670
|
+
static createViewportLeftHanded(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
|
|
671
|
+
static createWorld(position: Vector3, forward: Vector3, up: Vector3): Matrix4x4;
|
|
672
|
+
static decompose(matrix: Matrix4x4, scale: { value: ref<Vector3> }, rotation: { value: ref<Quaternion> }, translation: { value: ref<Vector3> }): boolean;
|
|
673
|
+
static invert(matrix: Matrix4x4, result: { value: ref<Matrix4x4> }): boolean;
|
|
674
|
+
static lerp(matrix1: Matrix4x4, matrix2: Matrix4x4, amount: float): Matrix4x4;
|
|
675
|
+
static multiply(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
|
|
676
|
+
static multiply(value1: Matrix4x4, value2: float): Matrix4x4;
|
|
677
|
+
static negate(value: Matrix4x4): Matrix4x4;
|
|
678
|
+
static subtract(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
|
|
679
|
+
static transform(value: Matrix4x4, rotation: Quaternion): Matrix4x4;
|
|
680
|
+
static transpose(matrix: Matrix4x4): Matrix4x4;
|
|
667
681
|
}
|
|
668
682
|
|
|
669
683
|
|
|
670
684
|
export interface __Matrix4x4$views {
|
|
671
|
-
|
|
685
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix4x4>;
|
|
672
686
|
|
|
673
687
|
// Structural method bridges for numeric interface constraints
|
|
674
688
|
Equals(other: Matrix4x4): boolean;
|
|
@@ -681,27 +695,27 @@ export class Plane$instance {
|
|
|
681
695
|
constructor(x: float, y: float, z: float, d: float);
|
|
682
696
|
constructor(normal: Vector3, d: float);
|
|
683
697
|
constructor(value: Vector4);
|
|
684
|
-
|
|
698
|
+
normal: Vector3;
|
|
685
699
|
D: float;
|
|
686
|
-
equals(obj:
|
|
700
|
+
equals(obj: unknown): boolean;
|
|
687
701
|
equals(other: Plane): boolean;
|
|
688
702
|
getHashCode(): int;
|
|
689
703
|
toString(): string;
|
|
690
|
-
static
|
|
691
|
-
static
|
|
692
|
-
static
|
|
693
|
-
static
|
|
694
|
-
static
|
|
695
|
-
static
|
|
696
|
-
static
|
|
697
|
-
static
|
|
698
|
-
static
|
|
699
|
-
static
|
|
704
|
+
static create2(normal: Vector3, d: float): Plane;
|
|
705
|
+
static create2(value: Vector4): Plane;
|
|
706
|
+
static create2(x: float, y: float, z: float, d: float): Plane;
|
|
707
|
+
static createFromVertices(point1: Vector3, point2: Vector3, point3: Vector3): Plane;
|
|
708
|
+
static dot(plane: Plane, value: Vector4): float;
|
|
709
|
+
static dotCoordinate(plane: Plane, value: Vector3): float;
|
|
710
|
+
static dotNormal(plane: Plane, value: Vector3): float;
|
|
711
|
+
static normalize(value: Plane): Plane;
|
|
712
|
+
static transform(plane: Plane, matrix: Matrix4x4): Plane;
|
|
713
|
+
static transform(plane: Plane, rotation: Quaternion): Plane;
|
|
700
714
|
}
|
|
701
715
|
|
|
702
716
|
|
|
703
717
|
export interface __Plane$views {
|
|
704
|
-
|
|
718
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Plane>;
|
|
705
719
|
|
|
706
720
|
// Structural method bridges for numeric interface constraints
|
|
707
721
|
Equals(other: Plane): boolean;
|
|
@@ -719,37 +733,37 @@ export class Quaternion$instance {
|
|
|
719
733
|
W: float;
|
|
720
734
|
readonly isIdentity: boolean;
|
|
721
735
|
item: float;
|
|
722
|
-
equals(obj:
|
|
736
|
+
equals(obj: unknown): boolean;
|
|
723
737
|
equals(other: Quaternion): boolean;
|
|
724
738
|
getHashCode(): int;
|
|
725
739
|
length(): float;
|
|
726
740
|
lengthSquared(): float;
|
|
727
741
|
toString(): string;
|
|
728
|
-
static readonly
|
|
729
|
-
static readonly
|
|
730
|
-
static
|
|
731
|
-
static
|
|
732
|
-
static
|
|
733
|
-
static
|
|
734
|
-
static
|
|
735
|
-
static
|
|
736
|
-
static
|
|
737
|
-
static
|
|
738
|
-
static
|
|
739
|
-
static
|
|
740
|
-
static
|
|
741
|
-
static
|
|
742
|
-
static
|
|
743
|
-
static
|
|
744
|
-
static
|
|
745
|
-
static
|
|
746
|
-
static
|
|
747
|
-
static
|
|
742
|
+
static readonly zero: Quaternion;
|
|
743
|
+
static readonly identity: Quaternion;
|
|
744
|
+
static add(value1: Quaternion, value2: Quaternion): Quaternion;
|
|
745
|
+
static concatenate(value1: Quaternion, value2: Quaternion): Quaternion;
|
|
746
|
+
static conjugate(value: Quaternion): Quaternion;
|
|
747
|
+
static create2(vectorPart: Vector3, scalarPart: float): Quaternion;
|
|
748
|
+
static create2(x: float, y: float, z: float, w: float): Quaternion;
|
|
749
|
+
static createFromAxisAngle(axis: Vector3, angle: float): Quaternion;
|
|
750
|
+
static createFromRotationMatrix(matrix: Matrix4x4): Quaternion;
|
|
751
|
+
static createFromYawPitchRoll(yaw: float, pitch: float, roll: float): Quaternion;
|
|
752
|
+
static divide(value1: Quaternion, value2: Quaternion): Quaternion;
|
|
753
|
+
static dot(quaternion1: Quaternion, quaternion2: Quaternion): float;
|
|
754
|
+
static inverse(value: Quaternion): Quaternion;
|
|
755
|
+
static lerp(quaternion1: Quaternion, quaternion2: Quaternion, amount: float): Quaternion;
|
|
756
|
+
static multiply(value1: Quaternion, value2: Quaternion): Quaternion;
|
|
757
|
+
static multiply(value1: Quaternion, value2: float): Quaternion;
|
|
758
|
+
static negate(value: Quaternion): Quaternion;
|
|
759
|
+
static normalize(value: Quaternion): Quaternion;
|
|
760
|
+
static slerp(quaternion1: Quaternion, quaternion2: Quaternion, amount: float): Quaternion;
|
|
761
|
+
static subtract(value1: Quaternion, value2: Quaternion): Quaternion;
|
|
748
762
|
}
|
|
749
763
|
|
|
750
764
|
|
|
751
765
|
export interface __Quaternion$views {
|
|
752
|
-
|
|
766
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Quaternion>;
|
|
753
767
|
|
|
754
768
|
// Structural method bridges for numeric interface constraints
|
|
755
769
|
Equals(other: Quaternion): boolean;
|
|
@@ -762,25 +776,27 @@ export class TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee75
|
|
|
762
776
|
compare(x: T, y: T): int;
|
|
763
777
|
equals(x: T, y: T): boolean;
|
|
764
778
|
equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
765
|
-
equals(obj:
|
|
779
|
+
equals(obj: unknown): boolean;
|
|
766
780
|
getHashCode(obj: T): int;
|
|
767
781
|
getHashCode(): int;
|
|
768
782
|
}
|
|
769
783
|
|
|
770
784
|
|
|
771
785
|
export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIeee754_1<T>> {
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
786
|
+
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<T>;
|
|
787
|
+
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<T>;
|
|
788
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
|
|
775
789
|
|
|
776
790
|
// Structural method bridges for numeric interface constraints
|
|
777
791
|
Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
778
792
|
}
|
|
779
793
|
|
|
794
|
+
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
|
|
795
|
+
|
|
780
796
|
export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
|
|
781
797
|
|
|
782
798
|
|
|
783
|
-
export class Vector_1$instance<T> {
|
|
799
|
+
export class Vector_1$instance<T> implements IAdditionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2<Vector_1<T>, Vector_1<T>> {
|
|
784
800
|
constructor(value: T);
|
|
785
801
|
constructor(values: T[]);
|
|
786
802
|
constructor(values: T[], index: int);
|
|
@@ -792,7 +808,7 @@ export class Vector_1$instance<T> {
|
|
|
792
808
|
copyTo(destination: T[], startIndex: int): void;
|
|
793
809
|
copyTo(destination: Span_1<CLROf<byte>>): void;
|
|
794
810
|
copyTo(destination: Span_1<T>): void;
|
|
795
|
-
equals(obj:
|
|
811
|
+
equals(obj: unknown): boolean;
|
|
796
812
|
equals(other: Vector_1<T>): boolean;
|
|
797
813
|
getHashCode(): int;
|
|
798
814
|
toString(): string;
|
|
@@ -800,23 +816,25 @@ export class Vector_1$instance<T> {
|
|
|
800
816
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
801
817
|
tryCopyTo(destination: Span_1<CLROf<byte>>): boolean;
|
|
802
818
|
tryCopyTo(destination: Span_1<T>): boolean;
|
|
803
|
-
static readonly
|
|
804
|
-
static readonly
|
|
805
|
-
static readonly
|
|
806
|
-
static readonly
|
|
807
|
-
static readonly
|
|
808
|
-
static readonly
|
|
819
|
+
static readonly allBitsSet: unknown;
|
|
820
|
+
static readonly count: int;
|
|
821
|
+
static readonly indices: unknown;
|
|
822
|
+
static readonly isSupported: boolean;
|
|
823
|
+
static readonly one: unknown;
|
|
824
|
+
static readonly zero: unknown;
|
|
809
825
|
}
|
|
810
826
|
|
|
811
827
|
|
|
812
828
|
export interface __Vector_1$views<T> {
|
|
813
|
-
|
|
814
|
-
|
|
829
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector_1<T>>;
|
|
830
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
815
831
|
|
|
816
832
|
// Structural method bridges for numeric interface constraints
|
|
817
833
|
Equals(other: Vector_1<T>): boolean;
|
|
818
834
|
}
|
|
819
835
|
|
|
836
|
+
export interface Vector_1$instance<T> extends IAdditionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3$instance<Vector_1<T>, Vector_1<T>, CLROf<boolean>>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, CLROf<int>, Vector_1<T>>, ISubtractionOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2$instance<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2$instance<Vector_1<T>, Vector_1<T>> {}
|
|
837
|
+
|
|
820
838
|
export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T>;
|
|
821
839
|
|
|
822
840
|
|
|
@@ -830,7 +848,7 @@ export class Vector2$instance {
|
|
|
830
848
|
copyTo(array: float[]): void;
|
|
831
849
|
copyTo(array: float[], index: int): void;
|
|
832
850
|
copyTo(destination: Span_1<CLROf<float>>): void;
|
|
833
|
-
equals(obj:
|
|
851
|
+
equals(obj: unknown): boolean;
|
|
834
852
|
equals(other: Vector2): boolean;
|
|
835
853
|
getHashCode(): int;
|
|
836
854
|
length(): float;
|
|
@@ -839,133 +857,133 @@ export class Vector2$instance {
|
|
|
839
857
|
toString(format: string): string;
|
|
840
858
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
841
859
|
tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
|
|
842
|
-
static readonly
|
|
860
|
+
static readonly allBitsSet: Vector2;
|
|
843
861
|
static readonly E: Vector2;
|
|
844
|
-
static readonly
|
|
845
|
-
static readonly
|
|
846
|
-
static readonly
|
|
847
|
-
static readonly
|
|
848
|
-
static readonly
|
|
849
|
-
static readonly
|
|
850
|
-
static readonly
|
|
851
|
-
static readonly
|
|
852
|
-
static readonly
|
|
853
|
-
static readonly
|
|
854
|
-
static readonly
|
|
855
|
-
static
|
|
856
|
-
static
|
|
857
|
-
static
|
|
858
|
-
static
|
|
859
|
-
static
|
|
860
|
-
static
|
|
861
|
-
static
|
|
862
|
-
static
|
|
863
|
-
static
|
|
864
|
-
static
|
|
865
|
-
static
|
|
866
|
-
static
|
|
867
|
-
static
|
|
868
|
-
static
|
|
869
|
-
static
|
|
870
|
-
static
|
|
871
|
-
static
|
|
872
|
-
static
|
|
873
|
-
static
|
|
874
|
-
static
|
|
875
|
-
static
|
|
876
|
-
static
|
|
877
|
-
static
|
|
878
|
-
static
|
|
879
|
-
static
|
|
880
|
-
static
|
|
881
|
-
static
|
|
882
|
-
static
|
|
883
|
-
static
|
|
884
|
-
static
|
|
885
|
-
static
|
|
886
|
-
static
|
|
887
|
-
static
|
|
888
|
-
static
|
|
889
|
-
static
|
|
890
|
-
static
|
|
891
|
-
static
|
|
892
|
-
static
|
|
893
|
-
static
|
|
894
|
-
static
|
|
895
|
-
static
|
|
896
|
-
static
|
|
897
|
-
static
|
|
898
|
-
static
|
|
899
|
-
static
|
|
900
|
-
static
|
|
901
|
-
static
|
|
902
|
-
static
|
|
903
|
-
static
|
|
904
|
-
static
|
|
905
|
-
static
|
|
906
|
-
static
|
|
907
|
-
static
|
|
908
|
-
static
|
|
909
|
-
static
|
|
910
|
-
static
|
|
911
|
-
static
|
|
912
|
-
static
|
|
913
|
-
static
|
|
914
|
-
static
|
|
915
|
-
static
|
|
916
|
-
static
|
|
917
|
-
static
|
|
918
|
-
static
|
|
919
|
-
static
|
|
920
|
-
static
|
|
921
|
-
static
|
|
922
|
-
static
|
|
923
|
-
static
|
|
924
|
-
static
|
|
925
|
-
static
|
|
926
|
-
static
|
|
927
|
-
static
|
|
928
|
-
static
|
|
929
|
-
static
|
|
930
|
-
static
|
|
931
|
-
static
|
|
932
|
-
static
|
|
933
|
-
static
|
|
934
|
-
static
|
|
935
|
-
static
|
|
936
|
-
static
|
|
937
|
-
static
|
|
938
|
-
static
|
|
939
|
-
static
|
|
940
|
-
static
|
|
941
|
-
static
|
|
942
|
-
static
|
|
943
|
-
static
|
|
944
|
-
static
|
|
945
|
-
static
|
|
946
|
-
static
|
|
947
|
-
static
|
|
948
|
-
static
|
|
949
|
-
static
|
|
950
|
-
static
|
|
951
|
-
static
|
|
952
|
-
static
|
|
953
|
-
static
|
|
954
|
-
static
|
|
955
|
-
static
|
|
956
|
-
static
|
|
957
|
-
static
|
|
958
|
-
static
|
|
959
|
-
static
|
|
960
|
-
static
|
|
961
|
-
static
|
|
962
|
-
static
|
|
862
|
+
static readonly epsilon: Vector2;
|
|
863
|
+
static readonly naN: Vector2;
|
|
864
|
+
static readonly negativeInfinity: Vector2;
|
|
865
|
+
static readonly negativeZero: Vector2;
|
|
866
|
+
static readonly one: Vector2;
|
|
867
|
+
static readonly pi: Vector2;
|
|
868
|
+
static readonly positiveInfinity: Vector2;
|
|
869
|
+
static readonly tau: Vector2;
|
|
870
|
+
static readonly unitX: Vector2;
|
|
871
|
+
static readonly unitY: Vector2;
|
|
872
|
+
static readonly zero: Vector2;
|
|
873
|
+
static abs(value: Vector2): Vector2;
|
|
874
|
+
static add(left: Vector2, right: Vector2): Vector2;
|
|
875
|
+
static all(vector: Vector2, value: float): boolean;
|
|
876
|
+
static allWhereAllBitsSet(vector: Vector2): boolean;
|
|
877
|
+
static andNot(left: Vector2, right: Vector2): Vector2;
|
|
878
|
+
static any_(vector: Vector2, value: float): boolean;
|
|
879
|
+
static anyWhereAllBitsSet(vector: Vector2): boolean;
|
|
880
|
+
static bitwiseAnd(left: Vector2, right: Vector2): Vector2;
|
|
881
|
+
static bitwiseOr(left: Vector2, right: Vector2): Vector2;
|
|
882
|
+
static clamp(value1: Vector2, min: Vector2, max: Vector2): Vector2;
|
|
883
|
+
static clampNative(value1: Vector2, min: Vector2, max: Vector2): Vector2;
|
|
884
|
+
static conditionalSelect(condition: Vector2, left: Vector2, right: Vector2): Vector2;
|
|
885
|
+
static copySign(value: Vector2, sign: Vector2): Vector2;
|
|
886
|
+
static cos(vector: Vector2): Vector2;
|
|
887
|
+
static count(vector: Vector2, value: float): int;
|
|
888
|
+
static countWhereAllBitsSet(vector: Vector2): int;
|
|
889
|
+
static create3(values: ReadOnlySpan_1<CLROf<float>>): Vector2;
|
|
890
|
+
static create3(x: float, y: float): Vector2;
|
|
891
|
+
static create3(value: float): Vector2;
|
|
892
|
+
static createScalar(x: float): Vector2;
|
|
893
|
+
static createScalarUnsafe(x: float): Vector2;
|
|
894
|
+
static cross(value1: Vector2, value2: Vector2): float;
|
|
895
|
+
static degreesToRadians(degrees: Vector2): Vector2;
|
|
896
|
+
static distance(value1: Vector2, value2: Vector2): float;
|
|
897
|
+
static distanceSquared(value1: Vector2, value2: Vector2): float;
|
|
898
|
+
static divide(left: Vector2, right: Vector2): Vector2;
|
|
899
|
+
static divide(left: Vector2, divisor: float): Vector2;
|
|
900
|
+
static dot(value1: Vector2, value2: Vector2): float;
|
|
901
|
+
static equals(left: Vector2, right: Vector2): Vector2;
|
|
902
|
+
static equalsAll(left: Vector2, right: Vector2): boolean;
|
|
903
|
+
static equalsAny(left: Vector2, right: Vector2): boolean;
|
|
904
|
+
static exp(vector: Vector2): Vector2;
|
|
905
|
+
static fusedMultiplyAdd(left: Vector2, right: Vector2, addend: Vector2): Vector2;
|
|
906
|
+
static greaterThan(left: Vector2, right: Vector2): Vector2;
|
|
907
|
+
static greaterThanAll(left: Vector2, right: Vector2): boolean;
|
|
908
|
+
static greaterThanAny(left: Vector2, right: Vector2): boolean;
|
|
909
|
+
static greaterThanOrEqual(left: Vector2, right: Vector2): Vector2;
|
|
910
|
+
static greaterThanOrEqualAll(left: Vector2, right: Vector2): boolean;
|
|
911
|
+
static greaterThanOrEqualAny(left: Vector2, right: Vector2): boolean;
|
|
912
|
+
static hypot(x: Vector2, y: Vector2): Vector2;
|
|
913
|
+
static indexOf(vector: Vector2, value: float): int;
|
|
914
|
+
static indexOfWhereAllBitsSet(vector: Vector2): int;
|
|
915
|
+
static isEvenInteger(vector: Vector2): Vector2;
|
|
916
|
+
static isFinite(vector: Vector2): Vector2;
|
|
917
|
+
static isInfinity(vector: Vector2): Vector2;
|
|
918
|
+
static isInteger(vector: Vector2): Vector2;
|
|
919
|
+
static isNaN(vector: Vector2): Vector2;
|
|
920
|
+
static isNegative(vector: Vector2): Vector2;
|
|
921
|
+
static isNegativeInfinity(vector: Vector2): Vector2;
|
|
922
|
+
static isNormal(vector: Vector2): Vector2;
|
|
923
|
+
static isOddInteger(vector: Vector2): Vector2;
|
|
924
|
+
static isPositive(vector: Vector2): Vector2;
|
|
925
|
+
static isPositiveInfinity(vector: Vector2): Vector2;
|
|
926
|
+
static isSubnormal(vector: Vector2): Vector2;
|
|
927
|
+
static isZero(vector: Vector2): Vector2;
|
|
928
|
+
static lastIndexOf(vector: Vector2, value: float): int;
|
|
929
|
+
static lastIndexOfWhereAllBitsSet(vector: Vector2): int;
|
|
930
|
+
static lerp2(value1: Vector2, value2: Vector2, amount: Vector2): Vector2;
|
|
931
|
+
static lerp2(value1: Vector2, value2: Vector2, amount: float): Vector2;
|
|
932
|
+
static lessThan(left: Vector2, right: Vector2): Vector2;
|
|
933
|
+
static lessThanAll(left: Vector2, right: Vector2): boolean;
|
|
934
|
+
static lessThanAny(left: Vector2, right: Vector2): boolean;
|
|
935
|
+
static lessThanOrEqual(left: Vector2, right: Vector2): Vector2;
|
|
936
|
+
static lessThanOrEqualAll(left: Vector2, right: Vector2): boolean;
|
|
937
|
+
static lessThanOrEqualAny(left: Vector2, right: Vector2): boolean;
|
|
938
|
+
static load(source: ptr<float>): Vector2;
|
|
939
|
+
static loadAligned(source: ptr<float>): Vector2;
|
|
940
|
+
static loadAlignedNonTemporal(source: ptr<float>): Vector2;
|
|
941
|
+
static loadUnsafe2(source: { value: ref<float> }, elementOffset: nuint): Vector2;
|
|
942
|
+
static loadUnsafe2(source: { value: ref<float> }): Vector2;
|
|
943
|
+
static log(vector: Vector2): Vector2;
|
|
944
|
+
static log2(vector: Vector2): Vector2;
|
|
945
|
+
static max(value1: Vector2, value2: Vector2): Vector2;
|
|
946
|
+
static maxMagnitude(value1: Vector2, value2: Vector2): Vector2;
|
|
947
|
+
static maxMagnitudeNumber(value1: Vector2, value2: Vector2): Vector2;
|
|
948
|
+
static maxNative(value1: Vector2, value2: Vector2): Vector2;
|
|
949
|
+
static maxNumber(value1: Vector2, value2: Vector2): Vector2;
|
|
950
|
+
static min(value1: Vector2, value2: Vector2): Vector2;
|
|
951
|
+
static minMagnitude(value1: Vector2, value2: Vector2): Vector2;
|
|
952
|
+
static minMagnitudeNumber(value1: Vector2, value2: Vector2): Vector2;
|
|
953
|
+
static minNative(value1: Vector2, value2: Vector2): Vector2;
|
|
954
|
+
static minNumber(value1: Vector2, value2: Vector2): Vector2;
|
|
955
|
+
static multiply(left: Vector2, right: Vector2): Vector2;
|
|
956
|
+
static multiply(left: Vector2, right: float): Vector2;
|
|
957
|
+
static multiply(left: float, right: Vector2): Vector2;
|
|
958
|
+
static multiplyAddEstimate(left: Vector2, right: Vector2, addend: Vector2): Vector2;
|
|
959
|
+
static negate(value: Vector2): Vector2;
|
|
960
|
+
static none(vector: Vector2, value: float): boolean;
|
|
961
|
+
static noneWhereAllBitsSet(vector: Vector2): boolean;
|
|
962
|
+
static normalize(value: Vector2): Vector2;
|
|
963
|
+
static onesComplement(value: Vector2): Vector2;
|
|
964
|
+
static radiansToDegrees(radians: Vector2): Vector2;
|
|
965
|
+
static reflect(vector: Vector2, normal: Vector2): Vector2;
|
|
966
|
+
static round2(vector: Vector2, mode: MidpointRounding): Vector2;
|
|
967
|
+
static round2(vector: Vector2): Vector2;
|
|
968
|
+
static shuffle(vector: Vector2, xIndex: byte, yIndex: byte): Vector2;
|
|
969
|
+
static sin(vector: Vector2): Vector2;
|
|
970
|
+
static sinCos(vector: Vector2): ValueTuple_2<Vector2, Vector2>;
|
|
971
|
+
static squareRoot(value: Vector2): Vector2;
|
|
972
|
+
static subtract(left: Vector2, right: Vector2): Vector2;
|
|
973
|
+
static sum(value: Vector2): float;
|
|
974
|
+
static transform(position: Vector2, matrix: Matrix3x2): Vector2;
|
|
975
|
+
static transform(position: Vector2, matrix: Matrix4x4): Vector2;
|
|
976
|
+
static transform(value: Vector2, rotation: Quaternion): Vector2;
|
|
977
|
+
static transformNormal(normal: Vector2, matrix: Matrix3x2): Vector2;
|
|
978
|
+
static transformNormal(normal: Vector2, matrix: Matrix4x4): Vector2;
|
|
979
|
+
static truncate(vector: Vector2): Vector2;
|
|
980
|
+
static xor(left: Vector2, right: Vector2): Vector2;
|
|
963
981
|
}
|
|
964
982
|
|
|
965
983
|
|
|
966
984
|
export interface __Vector2$views {
|
|
967
|
-
|
|
968
|
-
|
|
985
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector2>;
|
|
986
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
969
987
|
|
|
970
988
|
// Structural method bridges for numeric interface constraints
|
|
971
989
|
Equals(other: Vector2): boolean;
|
|
@@ -986,7 +1004,7 @@ export class Vector3$instance {
|
|
|
986
1004
|
copyTo(array: float[]): void;
|
|
987
1005
|
copyTo(array: float[], index: int): void;
|
|
988
1006
|
copyTo(destination: Span_1<CLROf<float>>): void;
|
|
989
|
-
equals(obj:
|
|
1007
|
+
equals(obj: unknown): boolean;
|
|
990
1008
|
equals(other: Vector3): boolean;
|
|
991
1009
|
getHashCode(): int;
|
|
992
1010
|
length(): float;
|
|
@@ -995,133 +1013,133 @@ export class Vector3$instance {
|
|
|
995
1013
|
toString(format: string): string;
|
|
996
1014
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
997
1015
|
tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
|
|
998
|
-
static readonly
|
|
1016
|
+
static readonly allBitsSet: Vector3;
|
|
999
1017
|
static readonly E: Vector3;
|
|
1000
|
-
static readonly
|
|
1001
|
-
static readonly
|
|
1002
|
-
static readonly
|
|
1003
|
-
static readonly
|
|
1004
|
-
static readonly
|
|
1005
|
-
static readonly
|
|
1006
|
-
static readonly
|
|
1007
|
-
static readonly
|
|
1008
|
-
static readonly
|
|
1009
|
-
static readonly
|
|
1010
|
-
static readonly
|
|
1011
|
-
static readonly
|
|
1012
|
-
static
|
|
1013
|
-
static
|
|
1014
|
-
static
|
|
1015
|
-
static
|
|
1016
|
-
static
|
|
1017
|
-
static
|
|
1018
|
-
static
|
|
1019
|
-
static
|
|
1020
|
-
static
|
|
1021
|
-
static
|
|
1022
|
-
static
|
|
1023
|
-
static
|
|
1024
|
-
static
|
|
1025
|
-
static
|
|
1026
|
-
static
|
|
1027
|
-
static
|
|
1028
|
-
static
|
|
1029
|
-
static
|
|
1030
|
-
static
|
|
1031
|
-
static
|
|
1032
|
-
static
|
|
1033
|
-
static
|
|
1034
|
-
static
|
|
1035
|
-
static
|
|
1036
|
-
static
|
|
1037
|
-
static
|
|
1038
|
-
static
|
|
1039
|
-
static
|
|
1040
|
-
static
|
|
1041
|
-
static
|
|
1042
|
-
static
|
|
1043
|
-
static
|
|
1044
|
-
static
|
|
1045
|
-
static
|
|
1046
|
-
static
|
|
1047
|
-
static
|
|
1048
|
-
static
|
|
1049
|
-
static
|
|
1050
|
-
static
|
|
1051
|
-
static
|
|
1052
|
-
static
|
|
1053
|
-
static
|
|
1054
|
-
static
|
|
1055
|
-
static
|
|
1056
|
-
static
|
|
1057
|
-
static
|
|
1058
|
-
static
|
|
1059
|
-
static
|
|
1060
|
-
static
|
|
1061
|
-
static
|
|
1062
|
-
static
|
|
1063
|
-
static
|
|
1064
|
-
static
|
|
1065
|
-
static
|
|
1066
|
-
static
|
|
1067
|
-
static
|
|
1068
|
-
static
|
|
1069
|
-
static
|
|
1070
|
-
static
|
|
1071
|
-
static
|
|
1072
|
-
static
|
|
1073
|
-
static
|
|
1074
|
-
static
|
|
1075
|
-
static
|
|
1076
|
-
static
|
|
1077
|
-
static
|
|
1078
|
-
static
|
|
1079
|
-
static
|
|
1080
|
-
static
|
|
1081
|
-
static
|
|
1082
|
-
static
|
|
1083
|
-
static
|
|
1084
|
-
static
|
|
1085
|
-
static
|
|
1086
|
-
static
|
|
1087
|
-
static
|
|
1088
|
-
static
|
|
1089
|
-
static
|
|
1090
|
-
static
|
|
1091
|
-
static
|
|
1092
|
-
static
|
|
1093
|
-
static
|
|
1094
|
-
static
|
|
1095
|
-
static
|
|
1096
|
-
static
|
|
1097
|
-
static
|
|
1098
|
-
static
|
|
1099
|
-
static
|
|
1100
|
-
static
|
|
1101
|
-
static
|
|
1102
|
-
static
|
|
1103
|
-
static
|
|
1104
|
-
static
|
|
1105
|
-
static
|
|
1106
|
-
static
|
|
1107
|
-
static
|
|
1108
|
-
static
|
|
1109
|
-
static
|
|
1110
|
-
static
|
|
1111
|
-
static
|
|
1112
|
-
static
|
|
1113
|
-
static
|
|
1114
|
-
static
|
|
1115
|
-
static
|
|
1116
|
-
static
|
|
1117
|
-
static
|
|
1118
|
-
static
|
|
1018
|
+
static readonly epsilon: Vector3;
|
|
1019
|
+
static readonly naN: Vector3;
|
|
1020
|
+
static readonly negativeInfinity: Vector3;
|
|
1021
|
+
static readonly negativeZero: Vector3;
|
|
1022
|
+
static readonly one: Vector3;
|
|
1023
|
+
static readonly pi: Vector3;
|
|
1024
|
+
static readonly positiveInfinity: Vector3;
|
|
1025
|
+
static readonly tau: Vector3;
|
|
1026
|
+
static readonly unitX: Vector3;
|
|
1027
|
+
static readonly unitY: Vector3;
|
|
1028
|
+
static readonly unitZ: Vector3;
|
|
1029
|
+
static readonly zero: Vector3;
|
|
1030
|
+
static abs(value: Vector3): Vector3;
|
|
1031
|
+
static add(left: Vector3, right: Vector3): Vector3;
|
|
1032
|
+
static all(vector: Vector3, value: float): boolean;
|
|
1033
|
+
static allWhereAllBitsSet(vector: Vector3): boolean;
|
|
1034
|
+
static andNot(left: Vector3, right: Vector3): Vector3;
|
|
1035
|
+
static any_(vector: Vector3, value: float): boolean;
|
|
1036
|
+
static anyWhereAllBitsSet(vector: Vector3): boolean;
|
|
1037
|
+
static bitwiseAnd(left: Vector3, right: Vector3): Vector3;
|
|
1038
|
+
static bitwiseOr(left: Vector3, right: Vector3): Vector3;
|
|
1039
|
+
static clamp(value1: Vector3, min: Vector3, max: Vector3): Vector3;
|
|
1040
|
+
static clampNative(value1: Vector3, min: Vector3, max: Vector3): Vector3;
|
|
1041
|
+
static conditionalSelect(condition: Vector3, left: Vector3, right: Vector3): Vector3;
|
|
1042
|
+
static copySign(value: Vector3, sign: Vector3): Vector3;
|
|
1043
|
+
static cos(vector: Vector3): Vector3;
|
|
1044
|
+
static count(vector: Vector3, value: float): int;
|
|
1045
|
+
static countWhereAllBitsSet(vector: Vector3): int;
|
|
1046
|
+
static create2(vector: Vector2, z: float): Vector3;
|
|
1047
|
+
static create2(values: ReadOnlySpan_1<CLROf<float>>): Vector3;
|
|
1048
|
+
static create2(x: float, y: float, z: float): Vector3;
|
|
1049
|
+
static create2(value: float): Vector3;
|
|
1050
|
+
static createScalar(x: float): Vector3;
|
|
1051
|
+
static createScalarUnsafe(x: float): Vector3;
|
|
1052
|
+
static cross(vector1: Vector3, vector2: Vector3): Vector3;
|
|
1053
|
+
static degreesToRadians(degrees: Vector3): Vector3;
|
|
1054
|
+
static distance(value1: Vector3, value2: Vector3): float;
|
|
1055
|
+
static distanceSquared(value1: Vector3, value2: Vector3): float;
|
|
1056
|
+
static divide(left: Vector3, right: Vector3): Vector3;
|
|
1057
|
+
static divide(left: Vector3, divisor: float): Vector3;
|
|
1058
|
+
static dot(vector1: Vector3, vector2: Vector3): float;
|
|
1059
|
+
static equals(left: Vector3, right: Vector3): Vector3;
|
|
1060
|
+
static equalsAll(left: Vector3, right: Vector3): boolean;
|
|
1061
|
+
static equalsAny(left: Vector3, right: Vector3): boolean;
|
|
1062
|
+
static exp(vector: Vector3): Vector3;
|
|
1063
|
+
static fusedMultiplyAdd(left: Vector3, right: Vector3, addend: Vector3): Vector3;
|
|
1064
|
+
static greaterThan(left: Vector3, right: Vector3): Vector3;
|
|
1065
|
+
static greaterThanAll(left: Vector3, right: Vector3): boolean;
|
|
1066
|
+
static greaterThanAny(left: Vector3, right: Vector3): boolean;
|
|
1067
|
+
static greaterThanOrEqual(left: Vector3, right: Vector3): Vector3;
|
|
1068
|
+
static greaterThanOrEqualAll(left: Vector3, right: Vector3): boolean;
|
|
1069
|
+
static greaterThanOrEqualAny(left: Vector3, right: Vector3): boolean;
|
|
1070
|
+
static hypot(x: Vector3, y: Vector3): Vector3;
|
|
1071
|
+
static indexOf(vector: Vector3, value: float): int;
|
|
1072
|
+
static indexOfWhereAllBitsSet(vector: Vector3): int;
|
|
1073
|
+
static isEvenInteger(vector: Vector3): Vector3;
|
|
1074
|
+
static isFinite(vector: Vector3): Vector3;
|
|
1075
|
+
static isInfinity(vector: Vector3): Vector3;
|
|
1076
|
+
static isInteger(vector: Vector3): Vector3;
|
|
1077
|
+
static isNaN(vector: Vector3): Vector3;
|
|
1078
|
+
static isNegative(vector: Vector3): Vector3;
|
|
1079
|
+
static isNegativeInfinity(vector: Vector3): Vector3;
|
|
1080
|
+
static isNormal(vector: Vector3): Vector3;
|
|
1081
|
+
static isOddInteger(vector: Vector3): Vector3;
|
|
1082
|
+
static isPositive(vector: Vector3): Vector3;
|
|
1083
|
+
static isPositiveInfinity(vector: Vector3): Vector3;
|
|
1084
|
+
static isSubnormal(vector: Vector3): Vector3;
|
|
1085
|
+
static isZero(vector: Vector3): Vector3;
|
|
1086
|
+
static lastIndexOf(vector: Vector3, value: float): int;
|
|
1087
|
+
static lastIndexOfWhereAllBitsSet(vector: Vector3): int;
|
|
1088
|
+
static lerp2(value1: Vector3, value2: Vector3, amount: Vector3): Vector3;
|
|
1089
|
+
static lerp2(value1: Vector3, value2: Vector3, amount: float): Vector3;
|
|
1090
|
+
static lessThan(left: Vector3, right: Vector3): Vector3;
|
|
1091
|
+
static lessThanAll(left: Vector3, right: Vector3): boolean;
|
|
1092
|
+
static lessThanAny(left: Vector3, right: Vector3): boolean;
|
|
1093
|
+
static lessThanOrEqual(left: Vector3, right: Vector3): Vector3;
|
|
1094
|
+
static lessThanOrEqualAll(left: Vector3, right: Vector3): boolean;
|
|
1095
|
+
static lessThanOrEqualAny(left: Vector3, right: Vector3): boolean;
|
|
1096
|
+
static load(source: ptr<float>): Vector3;
|
|
1097
|
+
static loadAligned(source: ptr<float>): Vector3;
|
|
1098
|
+
static loadAlignedNonTemporal(source: ptr<float>): Vector3;
|
|
1099
|
+
static loadUnsafe2(source: { value: ref<float> }, elementOffset: nuint): Vector3;
|
|
1100
|
+
static loadUnsafe2(source: { value: ref<float> }): Vector3;
|
|
1101
|
+
static log(vector: Vector3): Vector3;
|
|
1102
|
+
static log2(vector: Vector3): Vector3;
|
|
1103
|
+
static max(value1: Vector3, value2: Vector3): Vector3;
|
|
1104
|
+
static maxMagnitude(value1: Vector3, value2: Vector3): Vector3;
|
|
1105
|
+
static maxMagnitudeNumber(value1: Vector3, value2: Vector3): Vector3;
|
|
1106
|
+
static maxNative(value1: Vector3, value2: Vector3): Vector3;
|
|
1107
|
+
static maxNumber(value1: Vector3, value2: Vector3): Vector3;
|
|
1108
|
+
static min(value1: Vector3, value2: Vector3): Vector3;
|
|
1109
|
+
static minMagnitude(value1: Vector3, value2: Vector3): Vector3;
|
|
1110
|
+
static minMagnitudeNumber(value1: Vector3, value2: Vector3): Vector3;
|
|
1111
|
+
static minNative(value1: Vector3, value2: Vector3): Vector3;
|
|
1112
|
+
static minNumber(value1: Vector3, value2: Vector3): Vector3;
|
|
1113
|
+
static multiply(left: Vector3, right: Vector3): Vector3;
|
|
1114
|
+
static multiply(left: Vector3, right: float): Vector3;
|
|
1115
|
+
static multiply(left: float, right: Vector3): Vector3;
|
|
1116
|
+
static multiplyAddEstimate(left: Vector3, right: Vector3, addend: Vector3): Vector3;
|
|
1117
|
+
static negate(value: Vector3): Vector3;
|
|
1118
|
+
static none(vector: Vector3, value: float): boolean;
|
|
1119
|
+
static noneWhereAllBitsSet(vector: Vector3): boolean;
|
|
1120
|
+
static normalize(value: Vector3): Vector3;
|
|
1121
|
+
static onesComplement(value: Vector3): Vector3;
|
|
1122
|
+
static radiansToDegrees(radians: Vector3): Vector3;
|
|
1123
|
+
static reflect(vector: Vector3, normal: Vector3): Vector3;
|
|
1124
|
+
static round2(vector: Vector3, mode: MidpointRounding): Vector3;
|
|
1125
|
+
static round2(vector: Vector3): Vector3;
|
|
1126
|
+
static shuffle(vector: Vector3, xIndex: byte, yIndex: byte, zIndex: byte): Vector3;
|
|
1127
|
+
static sin(vector: Vector3): Vector3;
|
|
1128
|
+
static sinCos(vector: Vector3): ValueTuple_2<Vector3, Vector3>;
|
|
1129
|
+
static squareRoot(value: Vector3): Vector3;
|
|
1130
|
+
static subtract(left: Vector3, right: Vector3): Vector3;
|
|
1131
|
+
static sum(value: Vector3): float;
|
|
1132
|
+
static transform(position: Vector3, matrix: Matrix4x4): Vector3;
|
|
1133
|
+
static transform(value: Vector3, rotation: Quaternion): Vector3;
|
|
1134
|
+
static transformNormal(normal: Vector3, matrix: Matrix4x4): Vector3;
|
|
1135
|
+
static truncate(vector: Vector3): Vector3;
|
|
1136
|
+
static xor(left: Vector3, right: Vector3): Vector3;
|
|
1119
1137
|
}
|
|
1120
1138
|
|
|
1121
1139
|
|
|
1122
1140
|
export interface __Vector3$views {
|
|
1123
|
-
|
|
1124
|
-
|
|
1141
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector3>;
|
|
1142
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1125
1143
|
|
|
1126
1144
|
// Structural method bridges for numeric interface constraints
|
|
1127
1145
|
Equals(other: Vector3): boolean;
|
|
@@ -1145,7 +1163,7 @@ export class Vector4$instance {
|
|
|
1145
1163
|
copyTo(array: float[], index: int): void;
|
|
1146
1164
|
copyTo(destination: Span_1<CLROf<float>>): void;
|
|
1147
1165
|
equals(other: Vector4): boolean;
|
|
1148
|
-
equals(obj:
|
|
1166
|
+
equals(obj: unknown): boolean;
|
|
1149
1167
|
getHashCode(): int;
|
|
1150
1168
|
length(): float;
|
|
1151
1169
|
lengthSquared(): float;
|
|
@@ -1153,137 +1171,137 @@ export class Vector4$instance {
|
|
|
1153
1171
|
toString(format: string): string;
|
|
1154
1172
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1155
1173
|
tryCopyTo(destination: Span_1<CLROf<float>>): boolean;
|
|
1156
|
-
static readonly
|
|
1174
|
+
static readonly allBitsSet: Vector4;
|
|
1157
1175
|
static readonly E: Vector4;
|
|
1158
|
-
static readonly
|
|
1159
|
-
static readonly
|
|
1160
|
-
static readonly
|
|
1161
|
-
static readonly
|
|
1162
|
-
static readonly
|
|
1163
|
-
static readonly
|
|
1164
|
-
static readonly
|
|
1165
|
-
static readonly
|
|
1166
|
-
static readonly
|
|
1167
|
-
static readonly
|
|
1168
|
-
static readonly
|
|
1169
|
-
static readonly
|
|
1170
|
-
static readonly
|
|
1171
|
-
static
|
|
1172
|
-
static
|
|
1173
|
-
static
|
|
1174
|
-
static
|
|
1175
|
-
static
|
|
1176
|
-
static
|
|
1177
|
-
static
|
|
1178
|
-
static
|
|
1179
|
-
static
|
|
1180
|
-
static
|
|
1181
|
-
static
|
|
1182
|
-
static
|
|
1183
|
-
static
|
|
1184
|
-
static
|
|
1185
|
-
static
|
|
1186
|
-
static
|
|
1187
|
-
static
|
|
1188
|
-
static
|
|
1189
|
-
static
|
|
1190
|
-
static
|
|
1191
|
-
static
|
|
1192
|
-
static
|
|
1193
|
-
static
|
|
1194
|
-
static
|
|
1195
|
-
static
|
|
1196
|
-
static
|
|
1197
|
-
static
|
|
1198
|
-
static
|
|
1199
|
-
static
|
|
1200
|
-
static
|
|
1201
|
-
static
|
|
1202
|
-
static
|
|
1203
|
-
static
|
|
1204
|
-
static
|
|
1205
|
-
static
|
|
1206
|
-
static
|
|
1207
|
-
static
|
|
1208
|
-
static
|
|
1209
|
-
static
|
|
1210
|
-
static
|
|
1211
|
-
static
|
|
1212
|
-
static
|
|
1213
|
-
static
|
|
1214
|
-
static
|
|
1215
|
-
static
|
|
1216
|
-
static
|
|
1217
|
-
static
|
|
1218
|
-
static
|
|
1219
|
-
static
|
|
1220
|
-
static
|
|
1221
|
-
static
|
|
1222
|
-
static
|
|
1223
|
-
static
|
|
1224
|
-
static
|
|
1225
|
-
static
|
|
1226
|
-
static
|
|
1227
|
-
static
|
|
1228
|
-
static
|
|
1229
|
-
static
|
|
1230
|
-
static
|
|
1231
|
-
static
|
|
1232
|
-
static
|
|
1233
|
-
static
|
|
1234
|
-
static
|
|
1235
|
-
static
|
|
1236
|
-
static
|
|
1237
|
-
static
|
|
1238
|
-
static
|
|
1239
|
-
static
|
|
1240
|
-
static
|
|
1241
|
-
static
|
|
1242
|
-
static
|
|
1243
|
-
static
|
|
1244
|
-
static
|
|
1245
|
-
static
|
|
1246
|
-
static
|
|
1247
|
-
static
|
|
1248
|
-
static
|
|
1249
|
-
static
|
|
1250
|
-
static
|
|
1251
|
-
static
|
|
1252
|
-
static
|
|
1253
|
-
static
|
|
1254
|
-
static
|
|
1255
|
-
static
|
|
1256
|
-
static
|
|
1257
|
-
static
|
|
1258
|
-
static
|
|
1259
|
-
static
|
|
1260
|
-
static
|
|
1261
|
-
static
|
|
1262
|
-
static
|
|
1263
|
-
static
|
|
1264
|
-
static
|
|
1265
|
-
static
|
|
1266
|
-
static
|
|
1267
|
-
static
|
|
1268
|
-
static
|
|
1269
|
-
static
|
|
1270
|
-
static
|
|
1271
|
-
static
|
|
1272
|
-
static
|
|
1273
|
-
static
|
|
1274
|
-
static
|
|
1275
|
-
static
|
|
1276
|
-
static
|
|
1277
|
-
static
|
|
1278
|
-
static
|
|
1279
|
-
static
|
|
1280
|
-
static
|
|
1176
|
+
static readonly epsilon: Vector4;
|
|
1177
|
+
static readonly naN: Vector4;
|
|
1178
|
+
static readonly negativeInfinity: Vector4;
|
|
1179
|
+
static readonly negativeZero: Vector4;
|
|
1180
|
+
static readonly one: Vector4;
|
|
1181
|
+
static readonly pi: Vector4;
|
|
1182
|
+
static readonly positiveInfinity: Vector4;
|
|
1183
|
+
static readonly tau: Vector4;
|
|
1184
|
+
static readonly unitX: Vector4;
|
|
1185
|
+
static readonly unitY: Vector4;
|
|
1186
|
+
static readonly unitZ: Vector4;
|
|
1187
|
+
static readonly unitW: Vector4;
|
|
1188
|
+
static readonly zero: Vector4;
|
|
1189
|
+
static abs(value: Vector4): Vector4;
|
|
1190
|
+
static add(left: Vector4, right: Vector4): Vector4;
|
|
1191
|
+
static all(vector: Vector4, value: float): boolean;
|
|
1192
|
+
static allWhereAllBitsSet(vector: Vector4): boolean;
|
|
1193
|
+
static andNot(left: Vector4, right: Vector4): Vector4;
|
|
1194
|
+
static any_(vector: Vector4, value: float): boolean;
|
|
1195
|
+
static anyWhereAllBitsSet(vector: Vector4): boolean;
|
|
1196
|
+
static bitwiseAnd(left: Vector4, right: Vector4): Vector4;
|
|
1197
|
+
static bitwiseOr(left: Vector4, right: Vector4): Vector4;
|
|
1198
|
+
static clamp(value1: Vector4, min: Vector4, max: Vector4): Vector4;
|
|
1199
|
+
static clampNative(value1: Vector4, min: Vector4, max: Vector4): Vector4;
|
|
1200
|
+
static conditionalSelect(condition: Vector4, left: Vector4, right: Vector4): Vector4;
|
|
1201
|
+
static copySign(value: Vector4, sign: Vector4): Vector4;
|
|
1202
|
+
static cos(vector: Vector4): Vector4;
|
|
1203
|
+
static count(vector: Vector4, value: float): int;
|
|
1204
|
+
static countWhereAllBitsSet(vector: Vector4): int;
|
|
1205
|
+
static create2(vector: Vector2, z: float, w: float): Vector4;
|
|
1206
|
+
static create2(vector: Vector3, w: float): Vector4;
|
|
1207
|
+
static create2(values: ReadOnlySpan_1<CLROf<float>>): Vector4;
|
|
1208
|
+
static create2(x: float, y: float, z: float, w: float): Vector4;
|
|
1209
|
+
static create2(value: float): Vector4;
|
|
1210
|
+
static createScalar(x: float): Vector4;
|
|
1211
|
+
static createScalarUnsafe(x: float): Vector4;
|
|
1212
|
+
static cross(vector1: Vector4, vector2: Vector4): Vector4;
|
|
1213
|
+
static degreesToRadians(degrees: Vector4): Vector4;
|
|
1214
|
+
static distance(value1: Vector4, value2: Vector4): float;
|
|
1215
|
+
static distanceSquared(value1: Vector4, value2: Vector4): float;
|
|
1216
|
+
static divide(left: Vector4, right: Vector4): Vector4;
|
|
1217
|
+
static divide(left: Vector4, divisor: float): Vector4;
|
|
1218
|
+
static dot(vector1: Vector4, vector2: Vector4): float;
|
|
1219
|
+
static equals(left: Vector4, right: Vector4): Vector4;
|
|
1220
|
+
static equalsAll(left: Vector4, right: Vector4): boolean;
|
|
1221
|
+
static equalsAny(left: Vector4, right: Vector4): boolean;
|
|
1222
|
+
static exp(vector: Vector4): Vector4;
|
|
1223
|
+
static fusedMultiplyAdd(left: Vector4, right: Vector4, addend: Vector4): Vector4;
|
|
1224
|
+
static greaterThan(left: Vector4, right: Vector4): Vector4;
|
|
1225
|
+
static greaterThanAll(left: Vector4, right: Vector4): boolean;
|
|
1226
|
+
static greaterThanAny(left: Vector4, right: Vector4): boolean;
|
|
1227
|
+
static greaterThanOrEqual(left: Vector4, right: Vector4): Vector4;
|
|
1228
|
+
static greaterThanOrEqualAll(left: Vector4, right: Vector4): boolean;
|
|
1229
|
+
static greaterThanOrEqualAny(left: Vector4, right: Vector4): boolean;
|
|
1230
|
+
static hypot(x: Vector4, y: Vector4): Vector4;
|
|
1231
|
+
static indexOf(vector: Vector4, value: float): int;
|
|
1232
|
+
static indexOfWhereAllBitsSet(vector: Vector4): int;
|
|
1233
|
+
static isEvenInteger(vector: Vector4): Vector4;
|
|
1234
|
+
static isFinite(vector: Vector4): Vector4;
|
|
1235
|
+
static isInfinity(vector: Vector4): Vector4;
|
|
1236
|
+
static isInteger(vector: Vector4): Vector4;
|
|
1237
|
+
static isNaN(vector: Vector4): Vector4;
|
|
1238
|
+
static isNegative(vector: Vector4): Vector4;
|
|
1239
|
+
static isNegativeInfinity(vector: Vector4): Vector4;
|
|
1240
|
+
static isNormal(vector: Vector4): Vector4;
|
|
1241
|
+
static isOddInteger(vector: Vector4): Vector4;
|
|
1242
|
+
static isPositive(vector: Vector4): Vector4;
|
|
1243
|
+
static isPositiveInfinity(vector: Vector4): Vector4;
|
|
1244
|
+
static isSubnormal(vector: Vector4): Vector4;
|
|
1245
|
+
static isZero(vector: Vector4): Vector4;
|
|
1246
|
+
static lastIndexOf(vector: Vector4, value: float): int;
|
|
1247
|
+
static lastIndexOfWhereAllBitsSet(vector: Vector4): int;
|
|
1248
|
+
static lerp2(value1: Vector4, value2: Vector4, amount: Vector4): Vector4;
|
|
1249
|
+
static lerp2(value1: Vector4, value2: Vector4, amount: float): Vector4;
|
|
1250
|
+
static lessThan(left: Vector4, right: Vector4): Vector4;
|
|
1251
|
+
static lessThanAll(left: Vector4, right: Vector4): boolean;
|
|
1252
|
+
static lessThanAny(left: Vector4, right: Vector4): boolean;
|
|
1253
|
+
static lessThanOrEqual(left: Vector4, right: Vector4): Vector4;
|
|
1254
|
+
static lessThanOrEqualAll(left: Vector4, right: Vector4): boolean;
|
|
1255
|
+
static lessThanOrEqualAny(left: Vector4, right: Vector4): boolean;
|
|
1256
|
+
static load(source: ptr<float>): Vector4;
|
|
1257
|
+
static loadAligned(source: ptr<float>): Vector4;
|
|
1258
|
+
static loadAlignedNonTemporal(source: ptr<float>): Vector4;
|
|
1259
|
+
static loadUnsafe2(source: { value: ref<float> }, elementOffset: nuint): Vector4;
|
|
1260
|
+
static loadUnsafe2(source: { value: ref<float> }): Vector4;
|
|
1261
|
+
static log(vector: Vector4): Vector4;
|
|
1262
|
+
static log2(vector: Vector4): Vector4;
|
|
1263
|
+
static max(value1: Vector4, value2: Vector4): Vector4;
|
|
1264
|
+
static maxMagnitude(value1: Vector4, value2: Vector4): Vector4;
|
|
1265
|
+
static maxMagnitudeNumber(value1: Vector4, value2: Vector4): Vector4;
|
|
1266
|
+
static maxNative(value1: Vector4, value2: Vector4): Vector4;
|
|
1267
|
+
static maxNumber(value1: Vector4, value2: Vector4): Vector4;
|
|
1268
|
+
static min(value1: Vector4, value2: Vector4): Vector4;
|
|
1269
|
+
static minMagnitude(value1: Vector4, value2: Vector4): Vector4;
|
|
1270
|
+
static minMagnitudeNumber(value1: Vector4, value2: Vector4): Vector4;
|
|
1271
|
+
static minNative(value1: Vector4, value2: Vector4): Vector4;
|
|
1272
|
+
static minNumber(value1: Vector4, value2: Vector4): Vector4;
|
|
1273
|
+
static multiply(left: Vector4, right: Vector4): Vector4;
|
|
1274
|
+
static multiply(left: Vector4, right: float): Vector4;
|
|
1275
|
+
static multiply(left: float, right: Vector4): Vector4;
|
|
1276
|
+
static multiplyAddEstimate(left: Vector4, right: Vector4, addend: Vector4): Vector4;
|
|
1277
|
+
static negate(value: Vector4): Vector4;
|
|
1278
|
+
static none(vector: Vector4, value: float): boolean;
|
|
1279
|
+
static noneWhereAllBitsSet(vector: Vector4): boolean;
|
|
1280
|
+
static normalize(vector: Vector4): Vector4;
|
|
1281
|
+
static onesComplement(value: Vector4): Vector4;
|
|
1282
|
+
static radiansToDegrees(radians: Vector4): Vector4;
|
|
1283
|
+
static round2(vector: Vector4, mode: MidpointRounding): Vector4;
|
|
1284
|
+
static round2(vector: Vector4): Vector4;
|
|
1285
|
+
static shuffle(vector: Vector4, xIndex: byte, yIndex: byte, zIndex: byte, wIndex: byte): Vector4;
|
|
1286
|
+
static sin(vector: Vector4): Vector4;
|
|
1287
|
+
static sinCos(vector: Vector4): ValueTuple_2<Vector4, Vector4>;
|
|
1288
|
+
static squareRoot(value: Vector4): Vector4;
|
|
1289
|
+
static subtract(left: Vector4, right: Vector4): Vector4;
|
|
1290
|
+
static sum(value: Vector4): float;
|
|
1291
|
+
static transform(position: Vector2, matrix: Matrix4x4): Vector4;
|
|
1292
|
+
static transform(value: Vector2, rotation: Quaternion): Vector4;
|
|
1293
|
+
static transform(position: Vector3, matrix: Matrix4x4): Vector4;
|
|
1294
|
+
static transform(value: Vector3, rotation: Quaternion): Vector4;
|
|
1295
|
+
static transform(vector: Vector4, matrix: Matrix4x4): Vector4;
|
|
1296
|
+
static transform(value: Vector4, rotation: Quaternion): Vector4;
|
|
1297
|
+
static truncate(vector: Vector4): Vector4;
|
|
1298
|
+
static xor(left: Vector4, right: Vector4): Vector4;
|
|
1281
1299
|
}
|
|
1282
1300
|
|
|
1283
1301
|
|
|
1284
1302
|
export interface __Vector4$views {
|
|
1285
|
-
|
|
1286
|
-
|
|
1303
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector4>;
|
|
1304
|
+
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1287
1305
|
|
|
1288
1306
|
// Structural method bridges for numeric interface constraints
|
|
1289
1307
|
Equals(other: Vector4): boolean;
|
|
@@ -1293,133 +1311,133 @@ export type Vector4 = Vector4$instance & __Vector4$views;
|
|
|
1293
1311
|
|
|
1294
1312
|
|
|
1295
1313
|
export abstract class BitOperations$instance {
|
|
1296
|
-
static
|
|
1297
|
-
static
|
|
1298
|
-
static
|
|
1299
|
-
static
|
|
1300
|
-
static
|
|
1301
|
-
static
|
|
1302
|
-
static
|
|
1303
|
-
static
|
|
1304
|
-
static
|
|
1305
|
-
static
|
|
1306
|
-
static
|
|
1307
|
-
static
|
|
1308
|
-
static
|
|
1309
|
-
static
|
|
1310
|
-
static
|
|
1311
|
-
static
|
|
1312
|
-
static
|
|
1313
|
-
static
|
|
1314
|
-
static
|
|
1315
|
-
static
|
|
1316
|
-
static
|
|
1317
|
-
static
|
|
1318
|
-
static
|
|
1319
|
-
static
|
|
1320
|
-
static
|
|
1321
|
-
static
|
|
1322
|
-
static
|
|
1323
|
-
static
|
|
1324
|
-
static
|
|
1325
|
-
static
|
|
1326
|
-
static
|
|
1327
|
-
static
|
|
1328
|
-
static
|
|
1329
|
-
static
|
|
1314
|
+
static crc32C(crc: uint, data: byte): uint;
|
|
1315
|
+
static crc32C(crc: uint, data: ushort): uint;
|
|
1316
|
+
static crc32C(crc: uint, data: uint): uint;
|
|
1317
|
+
static crc32C(crc: uint, data: ulong): uint;
|
|
1318
|
+
static isPow2(value: int): boolean;
|
|
1319
|
+
static isPow2(value: long): boolean;
|
|
1320
|
+
static isPow2(value: nint): boolean;
|
|
1321
|
+
static isPow2(value: uint): boolean;
|
|
1322
|
+
static isPow2(value: ulong): boolean;
|
|
1323
|
+
static isPow2(value: nuint): boolean;
|
|
1324
|
+
static leadingZeroCount(value: uint): int;
|
|
1325
|
+
static leadingZeroCount(value: ulong): int;
|
|
1326
|
+
static leadingZeroCount(value: nuint): int;
|
|
1327
|
+
static log2(value: uint): int;
|
|
1328
|
+
static log2(value: ulong): int;
|
|
1329
|
+
static log2(value: nuint): int;
|
|
1330
|
+
static popCount(value: uint): int;
|
|
1331
|
+
static popCount(value: ulong): int;
|
|
1332
|
+
static popCount(value: nuint): int;
|
|
1333
|
+
static rotateLeft(value: uint, offset: int): uint;
|
|
1334
|
+
static rotateLeft(value: ulong, offset: int): ulong;
|
|
1335
|
+
static rotateLeft(value: nuint, offset: int): nuint;
|
|
1336
|
+
static rotateRight(value: uint, offset: int): uint;
|
|
1337
|
+
static rotateRight(value: ulong, offset: int): ulong;
|
|
1338
|
+
static rotateRight(value: nuint, offset: int): nuint;
|
|
1339
|
+
static roundUpToPowerOf2(value: uint): uint;
|
|
1340
|
+
static roundUpToPowerOf2(value: ulong): ulong;
|
|
1341
|
+
static roundUpToPowerOf2(value: nuint): nuint;
|
|
1342
|
+
static trailingZeroCount(value: int): int;
|
|
1343
|
+
static trailingZeroCount(value: long): int;
|
|
1344
|
+
static trailingZeroCount(value: nint): int;
|
|
1345
|
+
static trailingZeroCount(value: uint): int;
|
|
1346
|
+
static trailingZeroCount(value: ulong): int;
|
|
1347
|
+
static trailingZeroCount(value: nuint): int;
|
|
1330
1348
|
}
|
|
1331
1349
|
|
|
1332
1350
|
|
|
1333
1351
|
export type BitOperations = BitOperations$instance;
|
|
1334
1352
|
|
|
1335
1353
|
export abstract class Vector$instance {
|
|
1336
|
-
static readonly
|
|
1337
|
-
static
|
|
1338
|
-
static
|
|
1339
|
-
static
|
|
1340
|
-
static
|
|
1341
|
-
static
|
|
1342
|
-
static
|
|
1343
|
-
static
|
|
1344
|
-
static
|
|
1345
|
-
static
|
|
1346
|
-
static
|
|
1347
|
-
static
|
|
1348
|
-
static
|
|
1349
|
-
static
|
|
1350
|
-
static
|
|
1351
|
-
static
|
|
1352
|
-
static
|
|
1353
|
-
static
|
|
1354
|
-
static
|
|
1355
|
-
static
|
|
1356
|
-
static
|
|
1357
|
-
static
|
|
1358
|
-
static
|
|
1359
|
-
static
|
|
1360
|
-
static
|
|
1361
|
-
static
|
|
1362
|
-
static
|
|
1363
|
-
static
|
|
1364
|
-
static
|
|
1365
|
-
static
|
|
1366
|
-
static
|
|
1367
|
-
static
|
|
1368
|
-
static
|
|
1369
|
-
static
|
|
1370
|
-
static
|
|
1371
|
-
static
|
|
1372
|
-
static
|
|
1373
|
-
static
|
|
1374
|
-
static
|
|
1375
|
-
static
|
|
1376
|
-
static
|
|
1377
|
-
static
|
|
1378
|
-
static
|
|
1379
|
-
static
|
|
1380
|
-
static
|
|
1381
|
-
static
|
|
1382
|
-
static
|
|
1383
|
-
static
|
|
1384
|
-
static
|
|
1385
|
-
static
|
|
1386
|
-
static
|
|
1387
|
-
static
|
|
1388
|
-
static
|
|
1389
|
-
static
|
|
1390
|
-
static
|
|
1391
|
-
static
|
|
1392
|
-
static
|
|
1393
|
-
static
|
|
1394
|
-
static
|
|
1395
|
-
static
|
|
1396
|
-
static
|
|
1397
|
-
static
|
|
1398
|
-
static
|
|
1399
|
-
static
|
|
1400
|
-
static
|
|
1401
|
-
static
|
|
1402
|
-
static
|
|
1403
|
-
static
|
|
1404
|
-
static
|
|
1405
|
-
static
|
|
1406
|
-
static
|
|
1407
|
-
static
|
|
1408
|
-
static
|
|
1409
|
-
static
|
|
1410
|
-
static
|
|
1411
|
-
static
|
|
1412
|
-
static
|
|
1413
|
-
static
|
|
1414
|
-
static
|
|
1415
|
-
static
|
|
1416
|
-
static
|
|
1417
|
-
static
|
|
1418
|
-
static
|
|
1419
|
-
static
|
|
1420
|
-
static
|
|
1421
|
-
static
|
|
1422
|
-
static
|
|
1354
|
+
static readonly isHardwareAccelerated: boolean;
|
|
1355
|
+
static abs<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1356
|
+
static add<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1357
|
+
static addSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1358
|
+
static all<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1359
|
+
static allWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1360
|
+
static andNot<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1361
|
+
static any_<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1362
|
+
static anyWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1363
|
+
static as_<TFrom, TTo>(vector: Vector_1<TFrom>): Vector_1<TTo>;
|
|
1364
|
+
static asPlane(value: Vector4): Plane;
|
|
1365
|
+
static asQuaternion(value: Vector4): Quaternion;
|
|
1366
|
+
static asVector2(value: Vector3): Vector2;
|
|
1367
|
+
static asVector2(value: Vector4): Vector2;
|
|
1368
|
+
static asVector3(value: Vector2): Vector3;
|
|
1369
|
+
static asVector3(value: Vector4): Vector3;
|
|
1370
|
+
static asVector3Unsafe(value: Vector2): Vector3;
|
|
1371
|
+
static asVector4(value: Plane): Vector4;
|
|
1372
|
+
static asVector4(value: Quaternion): Vector4;
|
|
1373
|
+
static asVector4(value: Vector2): Vector4;
|
|
1374
|
+
static asVector4(value: Vector3): Vector4;
|
|
1375
|
+
static asVector4Unsafe(value: Vector2): Vector4;
|
|
1376
|
+
static asVector4Unsafe(value: Vector3): Vector4;
|
|
1377
|
+
static asVectorByte<T>(value: Vector_1<T>): Vector_1<CLROf<byte>>;
|
|
1378
|
+
static asVectorDouble<T>(value: Vector_1<T>): Vector_1<CLROf<double>>;
|
|
1379
|
+
static asVectorInt16<T>(value: Vector_1<T>): Vector_1<CLROf<short>>;
|
|
1380
|
+
static asVectorInt32<T>(value: Vector_1<T>): Vector_1<CLROf<int>>;
|
|
1381
|
+
static asVectorInt64<T>(value: Vector_1<T>): Vector_1<CLROf<long>>;
|
|
1382
|
+
static asVectorNInt<T>(value: Vector_1<T>): Vector_1<CLROf<nint>>;
|
|
1383
|
+
static asVectorNUInt<T>(value: Vector_1<T>): Vector_1<CLROf<nuint>>;
|
|
1384
|
+
static asVectorSByte<T>(value: Vector_1<T>): Vector_1<CLROf<sbyte>>;
|
|
1385
|
+
static asVectorSingle<T>(value: Vector_1<T>): Vector_1<CLROf<float>>;
|
|
1386
|
+
static asVectorUInt16<T>(value: Vector_1<T>): Vector_1<CLROf<ushort>>;
|
|
1387
|
+
static asVectorUInt32<T>(value: Vector_1<T>): Vector_1<CLROf<uint>>;
|
|
1388
|
+
static asVectorUInt64<T>(value: Vector_1<T>): Vector_1<CLROf<ulong>>;
|
|
1389
|
+
static bitwiseAnd<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1390
|
+
static bitwiseOr<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1391
|
+
static ceiling(value: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1392
|
+
static ceiling(value: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1393
|
+
static clamp<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1394
|
+
static clampNative<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1395
|
+
static conditionalSelect2(condition: Vector_1<CLROf<int>>, left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1396
|
+
static conditionalSelect2(condition: Vector_1<CLROf<long>>, left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1397
|
+
static conditionalSelect2<T>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1398
|
+
static convertToDouble(value: Vector_1<CLROf<long>>): Vector_1<CLROf<double>>;
|
|
1399
|
+
static convertToDouble(value: Vector_1<CLROf<ulong>>): Vector_1<CLROf<double>>;
|
|
1400
|
+
static convertToInt32(value: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1401
|
+
static convertToInt32Native(value: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1402
|
+
static convertToInt64(value: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1403
|
+
static convertToInt64Native(value: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1404
|
+
static convertToSingle(value: Vector_1<CLROf<int>>): Vector_1<CLROf<float>>;
|
|
1405
|
+
static convertToSingle(value: Vector_1<CLROf<uint>>): Vector_1<CLROf<float>>;
|
|
1406
|
+
static convertToUInt32(value: Vector_1<CLROf<float>>): Vector_1<CLROf<uint>>;
|
|
1407
|
+
static convertToUInt32Native(value: Vector_1<CLROf<float>>): Vector_1<CLROf<uint>>;
|
|
1408
|
+
static convertToUInt64(value: Vector_1<CLROf<double>>): Vector_1<CLROf<ulong>>;
|
|
1409
|
+
static convertToUInt64Native(value: Vector_1<CLROf<double>>): Vector_1<CLROf<ulong>>;
|
|
1410
|
+
static copySign<T>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
|
|
1411
|
+
static cos(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1412
|
+
static cos(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1413
|
+
static count<T>(vector: Vector_1<T>, value: T): int;
|
|
1414
|
+
static countWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1415
|
+
static create2<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1416
|
+
static create2<T>(value: T): Vector_1<T>;
|
|
1417
|
+
static createScalar<T>(value: T): Vector_1<T>;
|
|
1418
|
+
static createScalarUnsafe<T>(value: T): Vector_1<T>;
|
|
1419
|
+
static createSequence<T>(start: T, step: T): Vector_1<T>;
|
|
1420
|
+
static degreesToRadians(degrees: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1421
|
+
static degreesToRadians(degrees: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1422
|
+
static divide2<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1423
|
+
static divide2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1424
|
+
static dot<T>(left: Vector_1<T>, right: Vector_1<T>): T;
|
|
1425
|
+
static equals2(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1426
|
+
static equals2(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
|
|
1427
|
+
static equals2(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
|
|
1428
|
+
static equals2(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1429
|
+
static equals2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1430
|
+
static equalsAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1431
|
+
static equalsAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1432
|
+
static exp(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1433
|
+
static exp(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1434
|
+
static extractMostSignificantBits(vector: Vector2): uint;
|
|
1435
|
+
static extractMostSignificantBits(vector: Vector3): uint;
|
|
1436
|
+
static extractMostSignificantBits(vector: Vector4): uint;
|
|
1437
|
+
static floor(value: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1438
|
+
static floor(value: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1439
|
+
static fusedMultiplyAdd(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>, addend: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1440
|
+
static fusedMultiplyAdd(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>, addend: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1423
1441
|
static get_E<T extends IFloatingPointConstants_1<T>>(): Vector_1<T>;
|
|
1424
1442
|
static get_Epsilon<T extends IFloatingPointIeee754_1<T>>(): Vector_1<T>;
|
|
1425
1443
|
static get_NaN<T extends IFloatingPointIeee754_1<T>>(): Vector_1<T>;
|
|
@@ -1429,192 +1447,192 @@ export abstract class Vector$instance {
|
|
|
1429
1447
|
static get_Pi<T extends IFloatingPointConstants_1<T>>(): Vector_1<T>;
|
|
1430
1448
|
static get_PositiveInfinity<T extends IFloatingPointIeee754_1<T>>(): Vector_1<T>;
|
|
1431
1449
|
static get_Tau<T extends IFloatingPointConstants_1<T>>(): Vector_1<T>;
|
|
1432
|
-
static
|
|
1433
|
-
static
|
|
1434
|
-
static
|
|
1435
|
-
static
|
|
1436
|
-
static
|
|
1437
|
-
static
|
|
1438
|
-
static
|
|
1439
|
-
static
|
|
1440
|
-
static
|
|
1441
|
-
static
|
|
1442
|
-
static
|
|
1443
|
-
static
|
|
1444
|
-
static
|
|
1445
|
-
static
|
|
1446
|
-
static
|
|
1447
|
-
static
|
|
1448
|
-
static
|
|
1449
|
-
static
|
|
1450
|
-
static
|
|
1451
|
-
static
|
|
1452
|
-
static
|
|
1453
|
-
static
|
|
1454
|
-
static
|
|
1455
|
-
static
|
|
1456
|
-
static
|
|
1457
|
-
static
|
|
1458
|
-
static
|
|
1459
|
-
static
|
|
1460
|
-
static
|
|
1461
|
-
static
|
|
1462
|
-
static
|
|
1463
|
-
static
|
|
1464
|
-
static
|
|
1465
|
-
static
|
|
1466
|
-
static
|
|
1467
|
-
static
|
|
1468
|
-
static
|
|
1469
|
-
static
|
|
1470
|
-
static
|
|
1471
|
-
static
|
|
1472
|
-
static
|
|
1473
|
-
static
|
|
1474
|
-
static
|
|
1475
|
-
static
|
|
1476
|
-
static
|
|
1477
|
-
static
|
|
1478
|
-
static
|
|
1479
|
-
static
|
|
1480
|
-
static
|
|
1481
|
-
static
|
|
1482
|
-
static
|
|
1483
|
-
static
|
|
1484
|
-
static
|
|
1485
|
-
static
|
|
1486
|
-
static
|
|
1487
|
-
static
|
|
1488
|
-
static
|
|
1489
|
-
static
|
|
1490
|
-
static
|
|
1491
|
-
static
|
|
1492
|
-
static
|
|
1493
|
-
static
|
|
1494
|
-
static
|
|
1495
|
-
static
|
|
1496
|
-
static
|
|
1497
|
-
static
|
|
1498
|
-
static
|
|
1499
|
-
static
|
|
1500
|
-
static
|
|
1501
|
-
static
|
|
1502
|
-
static
|
|
1503
|
-
static
|
|
1504
|
-
static
|
|
1505
|
-
static
|
|
1506
|
-
static
|
|
1507
|
-
static
|
|
1508
|
-
static
|
|
1509
|
-
static
|
|
1510
|
-
static
|
|
1511
|
-
static
|
|
1512
|
-
static
|
|
1513
|
-
static
|
|
1514
|
-
static
|
|
1515
|
-
static
|
|
1516
|
-
static
|
|
1517
|
-
static
|
|
1518
|
-
static
|
|
1519
|
-
static
|
|
1520
|
-
static
|
|
1521
|
-
static
|
|
1522
|
-
static
|
|
1523
|
-
static
|
|
1524
|
-
static
|
|
1525
|
-
static
|
|
1526
|
-
static
|
|
1527
|
-
static
|
|
1528
|
-
static
|
|
1529
|
-
static
|
|
1530
|
-
static
|
|
1531
|
-
static
|
|
1532
|
-
static
|
|
1533
|
-
static
|
|
1534
|
-
static
|
|
1535
|
-
static
|
|
1536
|
-
static
|
|
1537
|
-
static
|
|
1538
|
-
static
|
|
1539
|
-
static
|
|
1540
|
-
static
|
|
1541
|
-
static
|
|
1542
|
-
static
|
|
1543
|
-
static
|
|
1544
|
-
static
|
|
1545
|
-
static
|
|
1546
|
-
static
|
|
1547
|
-
static
|
|
1548
|
-
static
|
|
1549
|
-
static
|
|
1550
|
-
static
|
|
1551
|
-
static
|
|
1552
|
-
static
|
|
1553
|
-
static
|
|
1554
|
-
static
|
|
1555
|
-
static
|
|
1556
|
-
static
|
|
1557
|
-
static
|
|
1558
|
-
static
|
|
1559
|
-
static
|
|
1560
|
-
static
|
|
1561
|
-
static
|
|
1562
|
-
static
|
|
1563
|
-
static
|
|
1564
|
-
static
|
|
1565
|
-
static
|
|
1566
|
-
static
|
|
1567
|
-
static
|
|
1568
|
-
static
|
|
1569
|
-
static
|
|
1570
|
-
static
|
|
1571
|
-
static
|
|
1572
|
-
static
|
|
1573
|
-
static
|
|
1574
|
-
static
|
|
1575
|
-
static
|
|
1576
|
-
static
|
|
1577
|
-
static
|
|
1578
|
-
static
|
|
1579
|
-
static
|
|
1580
|
-
static
|
|
1581
|
-
static
|
|
1582
|
-
static
|
|
1583
|
-
static
|
|
1584
|
-
static
|
|
1585
|
-
static
|
|
1586
|
-
static
|
|
1587
|
-
static
|
|
1588
|
-
static
|
|
1589
|
-
static
|
|
1590
|
-
static
|
|
1591
|
-
static
|
|
1592
|
-
static
|
|
1593
|
-
static
|
|
1594
|
-
static
|
|
1595
|
-
static
|
|
1596
|
-
static
|
|
1597
|
-
static
|
|
1598
|
-
static
|
|
1599
|
-
static
|
|
1600
|
-
static
|
|
1601
|
-
static
|
|
1602
|
-
static
|
|
1603
|
-
static
|
|
1604
|
-
static
|
|
1605
|
-
static
|
|
1606
|
-
static
|
|
1607
|
-
static
|
|
1608
|
-
static
|
|
1609
|
-
static
|
|
1610
|
-
static
|
|
1611
|
-
static
|
|
1612
|
-
static
|
|
1613
|
-
static
|
|
1614
|
-
static
|
|
1615
|
-
static
|
|
1616
|
-
static
|
|
1617
|
-
static
|
|
1450
|
+
static getElement2(vector: Vector2, index: int): float;
|
|
1451
|
+
static getElement2(vector: Vector3, index: int): float;
|
|
1452
|
+
static getElement2(vector: Vector4, index: int): float;
|
|
1453
|
+
static getElement2<T>(vector: Vector_1<T>, index: int): T;
|
|
1454
|
+
static greaterThan2(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1455
|
+
static greaterThan2(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
|
|
1456
|
+
static greaterThan2(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
|
|
1457
|
+
static greaterThan2(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1458
|
+
static greaterThan2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1459
|
+
static greaterThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1460
|
+
static greaterThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1461
|
+
static greaterThanOrEqual2(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1462
|
+
static greaterThanOrEqual2(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
|
|
1463
|
+
static greaterThanOrEqual2(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
|
|
1464
|
+
static greaterThanOrEqual2(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1465
|
+
static greaterThanOrEqual2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1466
|
+
static greaterThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1467
|
+
static greaterThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1468
|
+
static hypot(x: Vector_1<CLROf<double>>, y: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1469
|
+
static hypot(x: Vector_1<CLROf<float>>, y: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1470
|
+
static indexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1471
|
+
static indexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1472
|
+
static isEvenInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1473
|
+
static isFinite<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1474
|
+
static isInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1475
|
+
static isInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1476
|
+
static isNaN<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1477
|
+
static isNegative<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1478
|
+
static isNegativeInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1479
|
+
static isNormal<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1480
|
+
static isOddInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1481
|
+
static isPositive<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1482
|
+
static isPositiveInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1483
|
+
static isSubnormal<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1484
|
+
static isZero<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1485
|
+
static lastIndexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1486
|
+
static lastIndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1487
|
+
static lerp(x: Vector_1<CLROf<double>>, y: Vector_1<CLROf<double>>, amount: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1488
|
+
static lerp(x: Vector_1<CLROf<float>>, y: Vector_1<CLROf<float>>, amount: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1489
|
+
static lessThan2(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1490
|
+
static lessThan2(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
|
|
1491
|
+
static lessThan2(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
|
|
1492
|
+
static lessThan2(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1493
|
+
static lessThan2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1494
|
+
static lessThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1495
|
+
static lessThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1496
|
+
static lessThanOrEqual2(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>): Vector_1<CLROf<long>>;
|
|
1497
|
+
static lessThanOrEqual2(left: Vector_1<CLROf<int>>, right: Vector_1<CLROf<int>>): Vector_1<CLROf<int>>;
|
|
1498
|
+
static lessThanOrEqual2(left: Vector_1<CLROf<long>>, right: Vector_1<CLROf<long>>): Vector_1<CLROf<long>>;
|
|
1499
|
+
static lessThanOrEqual2(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>): Vector_1<CLROf<int>>;
|
|
1500
|
+
static lessThanOrEqual2<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1501
|
+
static lessThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1502
|
+
static lessThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1503
|
+
static load<T>(source: ptr<T>): Vector_1<T>;
|
|
1504
|
+
static loadAligned<T>(source: ptr<T>): Vector_1<T>;
|
|
1505
|
+
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector_1<T>;
|
|
1506
|
+
static loadUnsafe2<T>(source: { value: ref<T> }, elementOffset: nuint): Vector_1<T>;
|
|
1507
|
+
static loadUnsafe2<T>(source: { value: ref<T> }): Vector_1<T>;
|
|
1508
|
+
static log(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1509
|
+
static log(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1510
|
+
static log22(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1511
|
+
static log22(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1512
|
+
static max<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1513
|
+
static maxMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1514
|
+
static maxMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1515
|
+
static maxNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1516
|
+
static maxNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1517
|
+
static min<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1518
|
+
static minMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1519
|
+
static minMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1520
|
+
static minNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1521
|
+
static minNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1522
|
+
static multiply3<T>(left: T, right: Vector_1<T>): Vector_1<T>;
|
|
1523
|
+
static multiply3<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1524
|
+
static multiply3<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1525
|
+
static multiplyAddEstimate(left: Vector_1<CLROf<double>>, right: Vector_1<CLROf<double>>, addend: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1526
|
+
static multiplyAddEstimate(left: Vector_1<CLROf<float>>, right: Vector_1<CLROf<float>>, addend: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1527
|
+
static narrow(low: Vector_1<CLROf<double>>, high: Vector_1<CLROf<double>>): Vector_1<CLROf<float>>;
|
|
1528
|
+
static narrow(low: Vector_1<CLROf<short>>, high: Vector_1<CLROf<short>>): Vector_1<CLROf<sbyte>>;
|
|
1529
|
+
static narrow(low: Vector_1<CLROf<int>>, high: Vector_1<CLROf<int>>): Vector_1<CLROf<short>>;
|
|
1530
|
+
static narrow(low: Vector_1<CLROf<long>>, high: Vector_1<CLROf<long>>): Vector_1<CLROf<int>>;
|
|
1531
|
+
static narrow(low: Vector_1<CLROf<ushort>>, high: Vector_1<CLROf<ushort>>): Vector_1<CLROf<byte>>;
|
|
1532
|
+
static narrow(low: Vector_1<CLROf<uint>>, high: Vector_1<CLROf<uint>>): Vector_1<CLROf<ushort>>;
|
|
1533
|
+
static narrow(low: Vector_1<CLROf<ulong>>, high: Vector_1<CLROf<ulong>>): Vector_1<CLROf<uint>>;
|
|
1534
|
+
static narrowWithSaturation(low: Vector_1<CLROf<double>>, high: Vector_1<CLROf<double>>): Vector_1<CLROf<float>>;
|
|
1535
|
+
static narrowWithSaturation(low: Vector_1<CLROf<short>>, high: Vector_1<CLROf<short>>): Vector_1<CLROf<sbyte>>;
|
|
1536
|
+
static narrowWithSaturation(low: Vector_1<CLROf<int>>, high: Vector_1<CLROf<int>>): Vector_1<CLROf<short>>;
|
|
1537
|
+
static narrowWithSaturation(low: Vector_1<CLROf<long>>, high: Vector_1<CLROf<long>>): Vector_1<CLROf<int>>;
|
|
1538
|
+
static narrowWithSaturation(low: Vector_1<CLROf<ushort>>, high: Vector_1<CLROf<ushort>>): Vector_1<CLROf<byte>>;
|
|
1539
|
+
static narrowWithSaturation(low: Vector_1<CLROf<uint>>, high: Vector_1<CLROf<uint>>): Vector_1<CLROf<ushort>>;
|
|
1540
|
+
static narrowWithSaturation(low: Vector_1<CLROf<ulong>>, high: Vector_1<CLROf<ulong>>): Vector_1<CLROf<uint>>;
|
|
1541
|
+
static negate<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1542
|
+
static none<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1543
|
+
static noneWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1544
|
+
static onesComplement<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1545
|
+
static radiansToDegrees(radians: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1546
|
+
static radiansToDegrees(radians: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1547
|
+
static round3(vector: Vector_1<CLROf<double>>, mode: MidpointRounding): Vector_1<CLROf<double>>;
|
|
1548
|
+
static round3(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1549
|
+
static round3(vector: Vector_1<CLROf<float>>, mode: MidpointRounding): Vector_1<CLROf<float>>;
|
|
1550
|
+
static round3(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1551
|
+
static shiftLeft(value: Vector_1<CLROf<byte>>, shiftCount: int): Vector_1<CLROf<byte>>;
|
|
1552
|
+
static shiftLeft(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
|
|
1553
|
+
static shiftLeft(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
|
|
1554
|
+
static shiftLeft(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
|
|
1555
|
+
static shiftLeft(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
|
|
1556
|
+
static shiftLeft(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
|
|
1557
|
+
static shiftLeft(value: Vector_1<CLROf<ushort>>, shiftCount: int): Vector_1<CLROf<ushort>>;
|
|
1558
|
+
static shiftLeft(value: Vector_1<CLROf<uint>>, shiftCount: int): Vector_1<CLROf<uint>>;
|
|
1559
|
+
static shiftLeft(value: Vector_1<CLROf<ulong>>, shiftCount: int): Vector_1<CLROf<ulong>>;
|
|
1560
|
+
static shiftLeft(value: Vector_1<CLROf<nuint>>, shiftCount: int): Vector_1<CLROf<nuint>>;
|
|
1561
|
+
static shiftRightArithmetic(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
|
|
1562
|
+
static shiftRightArithmetic(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
|
|
1563
|
+
static shiftRightArithmetic(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
|
|
1564
|
+
static shiftRightArithmetic(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
|
|
1565
|
+
static shiftRightArithmetic(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
|
|
1566
|
+
static shiftRightLogical(value: Vector_1<CLROf<byte>>, shiftCount: int): Vector_1<CLROf<byte>>;
|
|
1567
|
+
static shiftRightLogical(value: Vector_1<CLROf<short>>, shiftCount: int): Vector_1<CLROf<short>>;
|
|
1568
|
+
static shiftRightLogical(value: Vector_1<CLROf<int>>, shiftCount: int): Vector_1<CLROf<int>>;
|
|
1569
|
+
static shiftRightLogical(value: Vector_1<CLROf<long>>, shiftCount: int): Vector_1<CLROf<long>>;
|
|
1570
|
+
static shiftRightLogical(value: Vector_1<CLROf<nint>>, shiftCount: int): Vector_1<CLROf<nint>>;
|
|
1571
|
+
static shiftRightLogical(value: Vector_1<CLROf<sbyte>>, shiftCount: int): Vector_1<CLROf<sbyte>>;
|
|
1572
|
+
static shiftRightLogical(value: Vector_1<CLROf<ushort>>, shiftCount: int): Vector_1<CLROf<ushort>>;
|
|
1573
|
+
static shiftRightLogical(value: Vector_1<CLROf<uint>>, shiftCount: int): Vector_1<CLROf<uint>>;
|
|
1574
|
+
static shiftRightLogical(value: Vector_1<CLROf<ulong>>, shiftCount: int): Vector_1<CLROf<ulong>>;
|
|
1575
|
+
static shiftRightLogical(value: Vector_1<CLROf<nuint>>, shiftCount: int): Vector_1<CLROf<nuint>>;
|
|
1576
|
+
static sin(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1577
|
+
static sin(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1578
|
+
static sinCos(vector: Vector_1<CLROf<double>>): ValueTuple_2<Vector_1<CLROf<double>>, Vector_1<CLROf<double>>>;
|
|
1579
|
+
static sinCos(vector: Vector_1<CLROf<float>>): ValueTuple_2<Vector_1<CLROf<float>>, Vector_1<CLROf<float>>>;
|
|
1580
|
+
static squareRoot<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1581
|
+
static store2(source: Vector2, destination: ptr<float>): void;
|
|
1582
|
+
static store2(source: Vector3, destination: ptr<float>): void;
|
|
1583
|
+
static store2(source: Vector4, destination: ptr<float>): void;
|
|
1584
|
+
static store2<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1585
|
+
static storeAligned2(source: Vector2, destination: ptr<float>): void;
|
|
1586
|
+
static storeAligned2(source: Vector3, destination: ptr<float>): void;
|
|
1587
|
+
static storeAligned2(source: Vector4, destination: ptr<float>): void;
|
|
1588
|
+
static storeAligned2<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1589
|
+
static storeAlignedNonTemporal2(source: Vector2, destination: ptr<float>): void;
|
|
1590
|
+
static storeAlignedNonTemporal2(source: Vector3, destination: ptr<float>): void;
|
|
1591
|
+
static storeAlignedNonTemporal2(source: Vector4, destination: ptr<float>): void;
|
|
1592
|
+
static storeAlignedNonTemporal2<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1593
|
+
static storeUnsafe4(source: Vector2, destination: { value: ref<float> }, elementOffset: nuint): void;
|
|
1594
|
+
static storeUnsafe4(source: Vector2, destination: { value: ref<float> }): void;
|
|
1595
|
+
static storeUnsafe4(source: Vector3, destination: { value: ref<float> }, elementOffset: nuint): void;
|
|
1596
|
+
static storeUnsafe4(source: Vector3, destination: { value: ref<float> }): void;
|
|
1597
|
+
static storeUnsafe4(source: Vector4, destination: { value: ref<float> }, elementOffset: nuint): void;
|
|
1598
|
+
static storeUnsafe4(source: Vector4, destination: { value: ref<float> }): void;
|
|
1599
|
+
static storeUnsafe4<T>(source: Vector_1<T>, destination: { value: ref<T> }, elementOffset: nuint): void;
|
|
1600
|
+
static storeUnsafe4<T>(source: Vector_1<T>, destination: { value: ref<T> }): void;
|
|
1601
|
+
static subtract<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1602
|
+
static subtractSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1603
|
+
static sum<T>(value: Vector_1<T>): T;
|
|
1604
|
+
static toScalar2(vector: Vector2): float;
|
|
1605
|
+
static toScalar2(vector: Vector3): float;
|
|
1606
|
+
static toScalar2(vector: Vector4): float;
|
|
1607
|
+
static toScalar2<T>(vector: Vector_1<T>): T;
|
|
1608
|
+
static truncate(vector: Vector_1<CLROf<double>>): Vector_1<CLROf<double>>;
|
|
1609
|
+
static truncate(vector: Vector_1<CLROf<float>>): Vector_1<CLROf<float>>;
|
|
1610
|
+
static widen(source: Vector_1<CLROf<byte>>, low: { value: ref<Vector_1<CLROf<ushort>>> }, high: { value: ref<Vector_1<CLROf<ushort>>> }): void;
|
|
1611
|
+
static widen(source: Vector_1<CLROf<short>>, low: { value: ref<Vector_1<CLROf<int>>> }, high: { value: ref<Vector_1<CLROf<int>>> }): void;
|
|
1612
|
+
static widen(source: Vector_1<CLROf<int>>, low: { value: ref<Vector_1<CLROf<long>>> }, high: { value: ref<Vector_1<CLROf<long>>> }): void;
|
|
1613
|
+
static widen(source: Vector_1<CLROf<sbyte>>, low: { value: ref<Vector_1<CLROf<short>>> }, high: { value: ref<Vector_1<CLROf<short>>> }): void;
|
|
1614
|
+
static widen(source: Vector_1<CLROf<float>>, low: { value: ref<Vector_1<CLROf<double>>> }, high: { value: ref<Vector_1<CLROf<double>>> }): void;
|
|
1615
|
+
static widen(source: Vector_1<CLROf<ushort>>, low: { value: ref<Vector_1<CLROf<uint>>> }, high: { value: ref<Vector_1<CLROf<uint>>> }): void;
|
|
1616
|
+
static widen(source: Vector_1<CLROf<uint>>, low: { value: ref<Vector_1<CLROf<ulong>>> }, high: { value: ref<Vector_1<CLROf<ulong>>> }): void;
|
|
1617
|
+
static widenLower(source: Vector_1<CLROf<byte>>): Vector_1<CLROf<ushort>>;
|
|
1618
|
+
static widenLower(source: Vector_1<CLROf<short>>): Vector_1<CLROf<int>>;
|
|
1619
|
+
static widenLower(source: Vector_1<CLROf<int>>): Vector_1<CLROf<long>>;
|
|
1620
|
+
static widenLower(source: Vector_1<CLROf<sbyte>>): Vector_1<CLROf<short>>;
|
|
1621
|
+
static widenLower(source: Vector_1<CLROf<float>>): Vector_1<CLROf<double>>;
|
|
1622
|
+
static widenLower(source: Vector_1<CLROf<ushort>>): Vector_1<CLROf<uint>>;
|
|
1623
|
+
static widenLower(source: Vector_1<CLROf<uint>>): Vector_1<CLROf<ulong>>;
|
|
1624
|
+
static widenUpper(source: Vector_1<CLROf<byte>>): Vector_1<CLROf<ushort>>;
|
|
1625
|
+
static widenUpper(source: Vector_1<CLROf<short>>): Vector_1<CLROf<int>>;
|
|
1626
|
+
static widenUpper(source: Vector_1<CLROf<int>>): Vector_1<CLROf<long>>;
|
|
1627
|
+
static widenUpper(source: Vector_1<CLROf<sbyte>>): Vector_1<CLROf<short>>;
|
|
1628
|
+
static widenUpper(source: Vector_1<CLROf<float>>): Vector_1<CLROf<double>>;
|
|
1629
|
+
static widenUpper(source: Vector_1<CLROf<ushort>>): Vector_1<CLROf<uint>>;
|
|
1630
|
+
static widenUpper(source: Vector_1<CLROf<uint>>): Vector_1<CLROf<ulong>>;
|
|
1631
|
+
static withElement2(vector: Vector2, index: int, value: float): Vector2;
|
|
1632
|
+
static withElement2(vector: Vector3, index: int, value: float): Vector3;
|
|
1633
|
+
static withElement2(vector: Vector4, index: int, value: float): Vector4;
|
|
1634
|
+
static withElement2<T>(vector: Vector_1<T>, index: int, value: T): Vector_1<T>;
|
|
1635
|
+
static xor<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1618
1636
|
}
|
|
1619
1637
|
|
|
1620
1638
|
|