@tsonic/dotnet 0.7.3 → 0.7.6
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 +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -15,31 +15,6 @@ import type { NumberStyles } from "../../System.Globalization/internal/index.js"
|
|
|
15
15
|
import * as System_Internal from "../../System/internal/index.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
19
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
20
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
21
|
-
export type CLROf<T> =
|
|
22
|
-
T extends sbyte ? System_Internal.SByte :
|
|
23
|
-
T extends short ? System_Internal.Int16 :
|
|
24
|
-
T extends int ? System_Internal.Int32 :
|
|
25
|
-
T extends long ? System_Internal.Int64 :
|
|
26
|
-
T extends int128 ? System_Internal.Int128 :
|
|
27
|
-
T extends nint ? System_Internal.IntPtr :
|
|
28
|
-
T extends byte ? System_Internal.Byte :
|
|
29
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
30
|
-
T extends uint ? System_Internal.UInt32 :
|
|
31
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
32
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
33
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
34
|
-
T extends half ? System_Internal.Half :
|
|
35
|
-
T extends float ? System_Internal.Single :
|
|
36
|
-
T extends double ? System_Internal.Double :
|
|
37
|
-
T extends decimal ? System_Internal.Decimal :
|
|
38
|
-
T extends char ? System_Internal.Char :
|
|
39
|
-
T extends boolean ? System_Internal.Boolean :
|
|
40
|
-
T extends string ? System_Internal.String :
|
|
41
|
-
T; // Identity fallback for non-primitive types
|
|
42
|
-
|
|
43
18
|
export interface IAdditionOperators_3$instance<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
44
19
|
}
|
|
45
20
|
|
|
@@ -52,40 +27,49 @@ export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<
|
|
|
52
27
|
|
|
53
28
|
export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
54
29
|
|
|
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,
|
|
30
|
+
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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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
31
|
compareTo(obj: unknown): int;
|
|
32
|
+
compareTo(other: TSelf): int;
|
|
57
33
|
getExponentByteCount(): int;
|
|
58
34
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
59
|
-
tryFormat(destination: Span_1<
|
|
60
|
-
|
|
35
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
36
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
37
|
+
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
61
38
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
62
39
|
writeExponentBigEndian(destination: byte[]): int;
|
|
63
|
-
writeExponentBigEndian(destination: Span_1<
|
|
40
|
+
writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
|
|
41
|
+
equals(other: TSelf): boolean;
|
|
64
42
|
}
|
|
65
43
|
|
|
66
44
|
|
|
67
45
|
export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
68
46
|
|
|
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,
|
|
47
|
+
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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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, System_Internal.Int32, TSelf> {
|
|
70
48
|
compareTo(obj: unknown): int;
|
|
49
|
+
compareTo(other: TSelf): int;
|
|
71
50
|
getByteCount(): int;
|
|
72
51
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
73
|
-
tryFormat(destination: Span_1<
|
|
74
|
-
|
|
52
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
53
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
54
|
+
tryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
75
55
|
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
76
56
|
writeBigEndian(destination: byte[]): int;
|
|
77
|
-
writeBigEndian(destination: Span_1<
|
|
57
|
+
writeBigEndian(destination: Span_1<System_Internal.Byte>): int;
|
|
58
|
+
equals(other: TSelf): boolean;
|
|
78
59
|
}
|
|
79
60
|
|
|
80
61
|
|
|
81
|
-
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf,
|
|
62
|
+
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
|
|
82
63
|
|
|
83
64
|
export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
84
65
|
|
|
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,
|
|
66
|
+
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, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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
67
|
compareTo(obj: unknown): int;
|
|
68
|
+
compareTo(other: TSelf): int;
|
|
87
69
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
88
|
-
tryFormat(destination: Span_1<
|
|
70
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
71
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
72
|
+
equals(other: TSelf): boolean;
|
|
89
73
|
}
|
|
90
74
|
|
|
91
75
|
|
|
@@ -125,53 +109,65 @@ export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_
|
|
|
125
109
|
|
|
126
110
|
export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
127
111
|
|
|
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,
|
|
112
|
+
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, System_Internal.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
113
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
130
|
-
tryFormat(destination: Span_1<
|
|
114
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
115
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
116
|
+
equals(other: TSelf): boolean;
|
|
131
117
|
}
|
|
132
118
|
|
|
133
119
|
|
|
134
120
|
export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
135
121
|
|
|
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,
|
|
122
|
+
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, System_Internal.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, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
|
|
137
123
|
compareTo(obj: unknown): int;
|
|
124
|
+
compareTo(other: TSelf): int;
|
|
138
125
|
getExponentByteCount(): int;
|
|
139
126
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
140
|
-
tryFormat(destination: Span_1<
|
|
141
|
-
|
|
127
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
128
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
129
|
+
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
142
130
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
143
131
|
writeExponentBigEndian(destination: byte[]): int;
|
|
144
|
-
writeExponentBigEndian(destination: Span_1<
|
|
132
|
+
writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
|
|
133
|
+
equals(other: TSelf): boolean;
|
|
145
134
|
}
|
|
146
135
|
|
|
147
136
|
|
|
148
137
|
export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
149
138
|
|
|
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,
|
|
139
|
+
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, System_Internal.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
140
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
152
|
-
tryFormat(destination: Span_1<
|
|
141
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
142
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
143
|
+
equals(other: TSelf): boolean;
|
|
153
144
|
}
|
|
154
145
|
|
|
155
146
|
|
|
156
147
|
export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
157
148
|
|
|
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,
|
|
149
|
+
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, System_Internal.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, System_Internal.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
150
|
compareTo(obj: unknown): int;
|
|
151
|
+
compareTo(other: TSelf): int;
|
|
160
152
|
getExponentByteCount(): int;
|
|
161
153
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
162
|
-
tryFormat(destination: Span_1<
|
|
163
|
-
|
|
154
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
155
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
156
|
+
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
164
157
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
165
158
|
writeExponentBigEndian(destination: byte[]): int;
|
|
166
|
-
writeExponentBigEndian(destination: Span_1<
|
|
159
|
+
writeExponentBigEndian(destination: Span_1<System_Internal.Byte>): int;
|
|
160
|
+
equals(other: TSelf): boolean;
|
|
167
161
|
}
|
|
168
162
|
|
|
169
163
|
|
|
170
164
|
export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
171
165
|
|
|
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,
|
|
166
|
+
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, System_Internal.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
167
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
174
|
-
tryFormat(destination: Span_1<
|
|
168
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
169
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
170
|
+
equals(other: TSelf): boolean;
|
|
175
171
|
}
|
|
176
172
|
|
|
177
173
|
|
|
@@ -183,9 +179,11 @@ export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperator
|
|
|
183
179
|
|
|
184
180
|
export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
185
181
|
|
|
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,
|
|
182
|
+
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, System_Internal.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
183
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
188
|
-
tryFormat(destination: Span_1<
|
|
184
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
185
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
186
|
+
equals(other: TSelf): boolean;
|
|
189
187
|
}
|
|
190
188
|
|
|
191
189
|
|
|
@@ -215,38 +213,47 @@ export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_
|
|
|
215
213
|
|
|
216
214
|
export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
217
215
|
|
|
218
|
-
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf,
|
|
216
|
+
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.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
217
|
compareTo(obj: unknown): int;
|
|
218
|
+
compareTo(other: TSelf): int;
|
|
220
219
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
221
|
-
tryFormat(destination: Span_1<
|
|
220
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
221
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
222
|
+
equals(other: TSelf): boolean;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
225
|
|
|
225
|
-
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends System_Internal.IComparable$instance, IComparisonOperators_3$instance<TSelf, TSelf,
|
|
226
|
+
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends System_Internal.IComparable$instance, IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
226
227
|
|
|
227
228
|
export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
228
229
|
|
|
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,
|
|
230
|
+
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, System_Internal.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
231
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
231
|
-
tryFormat(destination: Span_1<
|
|
232
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
233
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
234
|
+
equals(other: TSelf): boolean;
|
|
232
235
|
}
|
|
233
236
|
|
|
234
237
|
|
|
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,
|
|
238
|
+
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, System_Internal.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
239
|
|
|
237
240
|
export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
238
241
|
|
|
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,
|
|
242
|
+
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, System_Internal.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
243
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
241
|
-
tryFormat(destination: Span_1<
|
|
244
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
245
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
246
|
+
equals(other: TSelf): boolean;
|
|
242
247
|
}
|
|
243
248
|
|
|
244
249
|
|
|
245
250
|
export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
246
251
|
|
|
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,
|
|
252
|
+
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, System_Internal.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
253
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
249
|
-
tryFormat(destination: Span_1<
|
|
254
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
255
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
256
|
+
equals(other: TSelf): boolean;
|
|
250
257
|
}
|
|
251
258
|
|
|
252
259
|
|
|
@@ -258,9 +265,11 @@ export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSel
|
|
|
258
265
|
|
|
259
266
|
export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
260
267
|
|
|
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,
|
|
268
|
+
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, System_Internal.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
269
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
263
|
-
tryFormat(destination: Span_1<
|
|
270
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
271
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
272
|
+
equals(other: TSelf): boolean;
|
|
264
273
|
}
|
|
265
274
|
|
|
266
275
|
|
|
@@ -272,9 +281,11 @@ export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOper
|
|
|
272
281
|
|
|
273
282
|
export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
274
283
|
|
|
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,
|
|
284
|
+
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, System_Internal.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
285
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
277
|
-
tryFormat(destination: Span_1<
|
|
286
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
287
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
288
|
+
equals(other: TSelf): boolean;
|
|
278
289
|
}
|
|
279
290
|
|
|
280
291
|
|
|
@@ -292,15 +303,17 @@ export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperator
|
|
|
292
303
|
|
|
293
304
|
export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
294
305
|
|
|
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,
|
|
306
|
+
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, System_Internal.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
307
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
297
|
-
tryFormat(destination: Span_1<
|
|
308
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
309
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
310
|
+
equals(other: TSelf): boolean;
|
|
298
311
|
}
|
|
299
312
|
|
|
300
313
|
|
|
301
314
|
export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
|
|
302
315
|
|
|
303
|
-
export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger,
|
|
316
|
+
export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger, System_Internal.Boolean>, IEqualityOperators_3<BigInteger, BigInteger, System_Internal.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, System_Internal.Int32, BigInteger> {
|
|
304
317
|
readonly isEven: boolean;
|
|
305
318
|
readonly isOne: boolean;
|
|
306
319
|
readonly isPowerOfTwo: boolean;
|
|
@@ -323,8 +336,8 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
|
|
|
323
336
|
toString(provider: IFormatProvider): string;
|
|
324
337
|
toString(format: string): string;
|
|
325
338
|
toString(format: string, provider: IFormatProvider): string;
|
|
326
|
-
tryFormat(destination: Span_1<
|
|
327
|
-
tryWriteBytes(destination: Span_1<
|
|
339
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
340
|
+
tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
|
|
328
341
|
}
|
|
329
342
|
|
|
330
343
|
|
|
@@ -337,7 +350,7 @@ export const BigInteger: {
|
|
|
337
350
|
new(value: double): BigInteger$instance;
|
|
338
351
|
new(value: decimal): BigInteger$instance;
|
|
339
352
|
new(value: byte[]): BigInteger$instance;
|
|
340
|
-
new(value: ReadOnlySpan_1<
|
|
353
|
+
new(value: ReadOnlySpan_1<System_Internal.Byte>, isUnsigned: boolean, isBigEndian: boolean): BigInteger$instance;
|
|
341
354
|
readonly zero: BigInteger;
|
|
342
355
|
readonly one: BigInteger;
|
|
343
356
|
readonly minusOne: BigInteger;
|
|
@@ -350,7 +363,7 @@ export const BigInteger: {
|
|
|
350
363
|
createSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
351
364
|
createTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
352
365
|
divide(dividend: BigInteger, divisor: BigInteger): BigInteger;
|
|
353
|
-
divRem(dividend: BigInteger, divisor: BigInteger, remainder:
|
|
366
|
+
divRem(dividend: BigInteger, divisor: BigInteger, remainder: BigInteger): BigInteger;
|
|
354
367
|
divRem(left: BigInteger, right: BigInteger): ValueTuple_2<BigInteger, BigInteger>;
|
|
355
368
|
greatestCommonDivisor(left: BigInteger, right: BigInteger): BigInteger;
|
|
356
369
|
isEvenInteger(value: BigInteger): boolean;
|
|
@@ -370,8 +383,8 @@ export const BigInteger: {
|
|
|
370
383
|
modPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
|
|
371
384
|
multiply(left: BigInteger, right: BigInteger): BigInteger;
|
|
372
385
|
negate(value: BigInteger): BigInteger;
|
|
373
|
-
parse(value: ReadOnlySpan_1<
|
|
374
|
-
parse(s: ReadOnlySpan_1<
|
|
386
|
+
parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
|
|
387
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
|
|
375
388
|
parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
|
|
376
389
|
parse(value: string, style: NumberStyles): BigInteger;
|
|
377
390
|
parse(value: string, provider: IFormatProvider): BigInteger;
|
|
@@ -383,12 +396,12 @@ export const BigInteger: {
|
|
|
383
396
|
rotateRight(value: BigInteger, rotateAmount: int): BigInteger;
|
|
384
397
|
subtract(left: BigInteger, right: BigInteger): BigInteger;
|
|
385
398
|
trailingZeroCount(value: BigInteger): BigInteger;
|
|
386
|
-
tryParse(value: ReadOnlySpan_1<
|
|
387
|
-
tryParse(s: ReadOnlySpan_1<
|
|
388
|
-
tryParse(value: ReadOnlySpan_1<
|
|
389
|
-
tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result:
|
|
390
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
391
|
-
tryParse(value: string, result:
|
|
399
|
+
tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
400
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
|
|
401
|
+
tryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
|
|
402
|
+
tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
403
|
+
tryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
|
|
404
|
+
tryParse(value: string, result: BigInteger): boolean;
|
|
392
405
|
};
|
|
393
406
|
|
|
394
407
|
|
|
@@ -408,21 +421,22 @@ export interface __BigInteger$views {
|
|
|
408
421
|
As_INumberBase_1(): INumberBase_1$instance<BigInteger>;
|
|
409
422
|
|
|
410
423
|
// Structural method bridges for numeric interface constraints
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
424
|
+
equals(other: BigInteger): boolean;
|
|
425
|
+
compareTo(obj: unknown): int;
|
|
426
|
+
toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
427
|
+
tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
428
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
429
|
+
getByteCount(): int;
|
|
430
|
+
tryWriteBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int): boolean;
|
|
431
|
+
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
432
|
+
writeBigEndian(destination: byte[]): int;
|
|
433
|
+
writeBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>): int;
|
|
420
434
|
}
|
|
421
435
|
|
|
422
436
|
export type BigInteger = BigInteger$instance & __BigInteger$views;
|
|
423
437
|
|
|
424
438
|
|
|
425
|
-
export interface Complex$instance extends IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex,
|
|
439
|
+
export interface Complex$instance extends IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex, System_Internal.Boolean>, IIncrementOperators_1<Complex>, IMultiplyOperators_3<Complex, Complex, Complex>, ISubtractionOperators_3<Complex, Complex, Complex>, IUnaryNegationOperators_2<Complex, Complex>, IUnaryPlusOperators_2<Complex, Complex> {
|
|
426
440
|
readonly imaginary: double;
|
|
427
441
|
readonly magnitude: double;
|
|
428
442
|
readonly phase: double;
|
|
@@ -434,8 +448,8 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
|
|
|
434
448
|
toString(format: string): string;
|
|
435
449
|
toString(provider: IFormatProvider): string;
|
|
436
450
|
toString(format: string, provider: IFormatProvider): string;
|
|
437
|
-
tryFormat(destination: Span_1<
|
|
438
|
-
tryFormat(utf8Destination: Span_1<
|
|
451
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
452
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
439
453
|
}
|
|
440
454
|
|
|
441
455
|
|
|
@@ -488,8 +502,8 @@ export const Complex: {
|
|
|
488
502
|
multiply(left: Complex, right: double): Complex;
|
|
489
503
|
multiply(left: Complex, right: Complex): Complex;
|
|
490
504
|
negate(value: Complex): Complex;
|
|
491
|
-
parse(s: ReadOnlySpan_1<
|
|
492
|
-
parse(s: ReadOnlySpan_1<
|
|
505
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
506
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
|
|
493
507
|
parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
494
508
|
parse(s: string, provider: IFormatProvider): Complex;
|
|
495
509
|
pow(value: Complex, power: double): Complex;
|
|
@@ -503,10 +517,10 @@ export const Complex: {
|
|
|
503
517
|
subtract(left: Complex, right: Complex): Complex;
|
|
504
518
|
tan(value: Complex): Complex;
|
|
505
519
|
tanh(value: Complex): Complex;
|
|
506
|
-
tryParse(s: ReadOnlySpan_1<
|
|
507
|
-
tryParse(s: ReadOnlySpan_1<
|
|
508
|
-
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result:
|
|
509
|
-
tryParse(s: string, provider: IFormatProvider, result:
|
|
520
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
521
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
|
|
522
|
+
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
523
|
+
tryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
|
|
510
524
|
};
|
|
511
525
|
|
|
512
526
|
|
|
@@ -521,9 +535,10 @@ export interface __Complex$views {
|
|
|
521
535
|
As_INumberBase_1(): INumberBase_1$instance<Complex>;
|
|
522
536
|
|
|
523
537
|
// Structural method bridges for numeric interface constraints
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
538
|
+
equals(other: Complex): boolean;
|
|
539
|
+
toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
540
|
+
tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
541
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
527
542
|
}
|
|
528
543
|
|
|
529
544
|
export type Complex = Complex$instance & __Complex$views;
|
|
@@ -577,7 +592,7 @@ export const Matrix3x2: {
|
|
|
577
592
|
createSkew(radiansX: float, radiansY: float): Matrix3x2;
|
|
578
593
|
createTranslation(position: Vector2): Matrix3x2;
|
|
579
594
|
createTranslation(xPosition: float, yPosition: float): Matrix3x2;
|
|
580
|
-
invert(matrix: Matrix3x2, result:
|
|
595
|
+
invert(matrix: Matrix3x2, result: Matrix3x2): boolean;
|
|
581
596
|
lerp(matrix1: Matrix3x2, matrix2: Matrix3x2, amount: float): Matrix3x2;
|
|
582
597
|
multiply(value1: Matrix3x2, value2: Matrix3x2): Matrix3x2;
|
|
583
598
|
multiply(value1: Matrix3x2, value2: float): Matrix3x2;
|
|
@@ -590,7 +605,7 @@ export interface __Matrix3x2$views {
|
|
|
590
605
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix3x2>;
|
|
591
606
|
|
|
592
607
|
// Structural method bridges for numeric interface constraints
|
|
593
|
-
|
|
608
|
+
equals(other: Matrix3x2): boolean;
|
|
594
609
|
}
|
|
595
610
|
|
|
596
611
|
export type Matrix3x2 = Matrix3x2$instance & __Matrix3x2$views;
|
|
@@ -685,8 +700,8 @@ export const Matrix4x4: {
|
|
|
685
700
|
createViewport(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
|
|
686
701
|
createViewportLeftHanded(x: float, y: float, width: float, height: float, minDepth: float, maxDepth: float): Matrix4x4;
|
|
687
702
|
createWorld(position: Vector3, forward: Vector3, up: Vector3): Matrix4x4;
|
|
688
|
-
decompose(matrix: Matrix4x4, scale:
|
|
689
|
-
invert(matrix: Matrix4x4, result:
|
|
703
|
+
decompose(matrix: Matrix4x4, scale: Vector3, rotation: Quaternion, translation: Vector3): boolean;
|
|
704
|
+
invert(matrix: Matrix4x4, result: Matrix4x4): boolean;
|
|
690
705
|
lerp(matrix1: Matrix4x4, matrix2: Matrix4x4, amount: float): Matrix4x4;
|
|
691
706
|
multiply(value1: Matrix4x4, value2: Matrix4x4): Matrix4x4;
|
|
692
707
|
multiply(value1: Matrix4x4, value2: float): Matrix4x4;
|
|
@@ -701,7 +716,7 @@ export interface __Matrix4x4$views {
|
|
|
701
716
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Matrix4x4>;
|
|
702
717
|
|
|
703
718
|
// Structural method bridges for numeric interface constraints
|
|
704
|
-
|
|
719
|
+
equals(other: Matrix4x4): boolean;
|
|
705
720
|
}
|
|
706
721
|
|
|
707
722
|
export type Matrix4x4 = Matrix4x4$instance & __Matrix4x4$views;
|
|
@@ -738,7 +753,7 @@ export interface __Plane$views {
|
|
|
738
753
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Plane>;
|
|
739
754
|
|
|
740
755
|
// Structural method bridges for numeric interface constraints
|
|
741
|
-
|
|
756
|
+
equals(other: Plane): boolean;
|
|
742
757
|
}
|
|
743
758
|
|
|
744
759
|
export type Plane = Plane$instance & __Plane$views;
|
|
@@ -790,7 +805,7 @@ export interface __Quaternion$views {
|
|
|
790
805
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Quaternion>;
|
|
791
806
|
|
|
792
807
|
// Structural method bridges for numeric interface constraints
|
|
793
|
-
|
|
808
|
+
equals(other: Quaternion): boolean;
|
|
794
809
|
}
|
|
795
810
|
|
|
796
811
|
export type Quaternion = Quaternion$instance & __Quaternion$views;
|
|
@@ -817,7 +832,7 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
|
|
|
817
832
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
|
|
818
833
|
|
|
819
834
|
// Structural method bridges for numeric interface constraints
|
|
820
|
-
|
|
835
|
+
equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
821
836
|
}
|
|
822
837
|
|
|
823
838
|
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
|
|
@@ -825,11 +840,11 @@ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIe
|
|
|
825
840
|
export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
|
|
826
841
|
|
|
827
842
|
|
|
828
|
-
export interface Vector_1$instance<T> extends 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>,
|
|
843
|
+
export interface Vector_1$instance<T> extends 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>, System_Internal.Boolean>, IMultiplyOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3<Vector_1<T>, System_Internal.Int32, 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>> {
|
|
829
844
|
readonly item: T;
|
|
830
845
|
copyTo(destination: T[]): void;
|
|
831
846
|
copyTo(destination: T[], startIndex: int): void;
|
|
832
|
-
copyTo(destination: Span_1<
|
|
847
|
+
copyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
833
848
|
copyTo(destination: Span_1<T>): void;
|
|
834
849
|
equals(obj: unknown): boolean;
|
|
835
850
|
equals(other: Vector_1<T>): boolean;
|
|
@@ -837,7 +852,7 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
|
|
|
837
852
|
toString(): string;
|
|
838
853
|
toString(format: string): string;
|
|
839
854
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
840
|
-
tryCopyTo(destination: Span_1<
|
|
855
|
+
tryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
|
|
841
856
|
tryCopyTo(destination: Span_1<T>): boolean;
|
|
842
857
|
}
|
|
843
858
|
|
|
@@ -847,7 +862,7 @@ export const Vector_1: {
|
|
|
847
862
|
new<T>(values: T[]): Vector_1$instance<T>;
|
|
848
863
|
new<T>(values: T[], index: int): Vector_1$instance<T>;
|
|
849
864
|
new<T>(values: ReadOnlySpan_1<T>): Vector_1$instance<T>;
|
|
850
|
-
new<T>(values: ReadOnlySpan_1<
|
|
865
|
+
new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1$instance<T>;
|
|
851
866
|
new<T>(values: Span_1<T>): Vector_1$instance<T>;
|
|
852
867
|
readonly allBitsSet: unknown;
|
|
853
868
|
readonly count: int;
|
|
@@ -863,10 +878,10 @@ export interface __Vector_1$views<T> {
|
|
|
863
878
|
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
864
879
|
|
|
865
880
|
// Structural method bridges for numeric interface constraints
|
|
866
|
-
|
|
881
|
+
equals(other: Vector_1<T>): boolean;
|
|
867
882
|
}
|
|
868
883
|
|
|
869
|
-
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>,
|
|
884
|
+
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>, System_Internal.Boolean>, IMultiplyOperators_3$instance<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3$instance<Vector_1<T>, System_Internal.Int32, 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>> {}
|
|
870
885
|
|
|
871
886
|
export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T>;
|
|
872
887
|
|
|
@@ -877,7 +892,7 @@ export interface Vector2$instance {
|
|
|
877
892
|
item: float;
|
|
878
893
|
copyTo(array: float[]): void;
|
|
879
894
|
copyTo(array: float[], index: int): void;
|
|
880
|
-
copyTo(destination: Span_1<
|
|
895
|
+
copyTo(destination: Span_1<System_Internal.Single>): void;
|
|
881
896
|
equals(obj: unknown): boolean;
|
|
882
897
|
equals(other: Vector2): boolean;
|
|
883
898
|
getHashCode(): int;
|
|
@@ -886,14 +901,14 @@ export interface Vector2$instance {
|
|
|
886
901
|
toString(): string;
|
|
887
902
|
toString(format: string): string;
|
|
888
903
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
889
|
-
tryCopyTo(destination: Span_1<
|
|
904
|
+
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
890
905
|
}
|
|
891
906
|
|
|
892
907
|
|
|
893
908
|
export const Vector2: {
|
|
894
909
|
new(value: float): Vector2$instance;
|
|
895
910
|
new(x: float, y: float): Vector2$instance;
|
|
896
|
-
new(values: ReadOnlySpan_1<
|
|
911
|
+
new(values: ReadOnlySpan_1<System_Internal.Single>): Vector2$instance;
|
|
897
912
|
readonly allBitsSet: Vector2;
|
|
898
913
|
readonly E: Vector2;
|
|
899
914
|
readonly epsilon: Vector2;
|
|
@@ -923,7 +938,7 @@ export const Vector2: {
|
|
|
923
938
|
cos(vector: Vector2): Vector2;
|
|
924
939
|
count(vector: Vector2, value: float): int;
|
|
925
940
|
countWhereAllBitsSet(vector: Vector2): int;
|
|
926
|
-
create(values: ReadOnlySpan_1<
|
|
941
|
+
create(values: ReadOnlySpan_1<System_Internal.Single>): Vector2;
|
|
927
942
|
create(x: float, y: float): Vector2;
|
|
928
943
|
create(value: float): Vector2;
|
|
929
944
|
createScalar(x: float): Vector2;
|
|
@@ -975,8 +990,8 @@ export const Vector2: {
|
|
|
975
990
|
load(source: ptr<float>): Vector2;
|
|
976
991
|
loadAligned(source: ptr<float>): Vector2;
|
|
977
992
|
loadAlignedNonTemporal(source: ptr<float>): Vector2;
|
|
978
|
-
loadUnsafe(source:
|
|
979
|
-
loadUnsafe(source:
|
|
993
|
+
loadUnsafe(source: float, elementOffset: nuint): Vector2;
|
|
994
|
+
loadUnsafe(source: float): Vector2;
|
|
980
995
|
log(vector: Vector2): Vector2;
|
|
981
996
|
log2(vector: Vector2): Vector2;
|
|
982
997
|
max(value1: Vector2, value2: Vector2): Vector2;
|
|
@@ -1023,7 +1038,7 @@ export interface __Vector2$views {
|
|
|
1023
1038
|
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1024
1039
|
|
|
1025
1040
|
// Structural method bridges for numeric interface constraints
|
|
1026
|
-
|
|
1041
|
+
equals(other: Vector2): boolean;
|
|
1027
1042
|
}
|
|
1028
1043
|
|
|
1029
1044
|
export type Vector2 = Vector2$instance & __Vector2$views;
|
|
@@ -1036,7 +1051,7 @@ export interface Vector3$instance {
|
|
|
1036
1051
|
item: float;
|
|
1037
1052
|
copyTo(array: float[]): void;
|
|
1038
1053
|
copyTo(array: float[], index: int): void;
|
|
1039
|
-
copyTo(destination: Span_1<
|
|
1054
|
+
copyTo(destination: Span_1<System_Internal.Single>): void;
|
|
1040
1055
|
equals(obj: unknown): boolean;
|
|
1041
1056
|
equals(other: Vector3): boolean;
|
|
1042
1057
|
getHashCode(): int;
|
|
@@ -1045,7 +1060,7 @@ export interface Vector3$instance {
|
|
|
1045
1060
|
toString(): string;
|
|
1046
1061
|
toString(format: string): string;
|
|
1047
1062
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1048
|
-
tryCopyTo(destination: Span_1<
|
|
1063
|
+
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1049
1064
|
}
|
|
1050
1065
|
|
|
1051
1066
|
|
|
@@ -1053,7 +1068,7 @@ export const Vector3: {
|
|
|
1053
1068
|
new(value: float): Vector3$instance;
|
|
1054
1069
|
new(value: Vector2, z: float): Vector3$instance;
|
|
1055
1070
|
new(x: float, y: float, z: float): Vector3$instance;
|
|
1056
|
-
new(values: ReadOnlySpan_1<
|
|
1071
|
+
new(values: ReadOnlySpan_1<System_Internal.Single>): Vector3$instance;
|
|
1057
1072
|
readonly allBitsSet: Vector3;
|
|
1058
1073
|
readonly E: Vector3;
|
|
1059
1074
|
readonly epsilon: Vector3;
|
|
@@ -1085,7 +1100,7 @@ export const Vector3: {
|
|
|
1085
1100
|
count(vector: Vector3, value: float): int;
|
|
1086
1101
|
countWhereAllBitsSet(vector: Vector3): int;
|
|
1087
1102
|
create(vector: Vector2, z: float): Vector3;
|
|
1088
|
-
create(values: ReadOnlySpan_1<
|
|
1103
|
+
create(values: ReadOnlySpan_1<System_Internal.Single>): Vector3;
|
|
1089
1104
|
create(x: float, y: float, z: float): Vector3;
|
|
1090
1105
|
create(value: float): Vector3;
|
|
1091
1106
|
createScalar(x: float): Vector3;
|
|
@@ -1137,8 +1152,8 @@ export const Vector3: {
|
|
|
1137
1152
|
load(source: ptr<float>): Vector3;
|
|
1138
1153
|
loadAligned(source: ptr<float>): Vector3;
|
|
1139
1154
|
loadAlignedNonTemporal(source: ptr<float>): Vector3;
|
|
1140
|
-
loadUnsafe(source:
|
|
1141
|
-
loadUnsafe(source:
|
|
1155
|
+
loadUnsafe(source: float, elementOffset: nuint): Vector3;
|
|
1156
|
+
loadUnsafe(source: float): Vector3;
|
|
1142
1157
|
log(vector: Vector3): Vector3;
|
|
1143
1158
|
log2(vector: Vector3): Vector3;
|
|
1144
1159
|
max(value1: Vector3, value2: Vector3): Vector3;
|
|
@@ -1183,7 +1198,7 @@ export interface __Vector3$views {
|
|
|
1183
1198
|
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1184
1199
|
|
|
1185
1200
|
// Structural method bridges for numeric interface constraints
|
|
1186
|
-
|
|
1201
|
+
equals(other: Vector3): boolean;
|
|
1187
1202
|
}
|
|
1188
1203
|
|
|
1189
1204
|
export type Vector3 = Vector3$instance & __Vector3$views;
|
|
@@ -1197,7 +1212,7 @@ export interface Vector4$instance {
|
|
|
1197
1212
|
item: float;
|
|
1198
1213
|
copyTo(array: float[]): void;
|
|
1199
1214
|
copyTo(array: float[], index: int): void;
|
|
1200
|
-
copyTo(destination: Span_1<
|
|
1215
|
+
copyTo(destination: Span_1<System_Internal.Single>): void;
|
|
1201
1216
|
equals(other: Vector4): boolean;
|
|
1202
1217
|
equals(obj: unknown): boolean;
|
|
1203
1218
|
getHashCode(): int;
|
|
@@ -1206,7 +1221,7 @@ export interface Vector4$instance {
|
|
|
1206
1221
|
toString(): string;
|
|
1207
1222
|
toString(format: string): string;
|
|
1208
1223
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1209
|
-
tryCopyTo(destination: Span_1<
|
|
1224
|
+
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1210
1225
|
}
|
|
1211
1226
|
|
|
1212
1227
|
|
|
@@ -1215,7 +1230,7 @@ export const Vector4: {
|
|
|
1215
1230
|
new(value: Vector2, z: float, w: float): Vector4$instance;
|
|
1216
1231
|
new(value: Vector3, w: float): Vector4$instance;
|
|
1217
1232
|
new(x: float, y: float, z: float, w: float): Vector4$instance;
|
|
1218
|
-
new(values: ReadOnlySpan_1<
|
|
1233
|
+
new(values: ReadOnlySpan_1<System_Internal.Single>): Vector4$instance;
|
|
1219
1234
|
readonly allBitsSet: Vector4;
|
|
1220
1235
|
readonly E: Vector4;
|
|
1221
1236
|
readonly epsilon: Vector4;
|
|
@@ -1249,7 +1264,7 @@ export const Vector4: {
|
|
|
1249
1264
|
countWhereAllBitsSet(vector: Vector4): int;
|
|
1250
1265
|
create(vector: Vector2, z: float, w: float): Vector4;
|
|
1251
1266
|
create(vector: Vector3, w: float): Vector4;
|
|
1252
|
-
create(values: ReadOnlySpan_1<
|
|
1267
|
+
create(values: ReadOnlySpan_1<System_Internal.Single>): Vector4;
|
|
1253
1268
|
create(x: float, y: float, z: float, w: float): Vector4;
|
|
1254
1269
|
create(value: float): Vector4;
|
|
1255
1270
|
createScalar(x: float): Vector4;
|
|
@@ -1301,8 +1316,8 @@ export const Vector4: {
|
|
|
1301
1316
|
load(source: ptr<float>): Vector4;
|
|
1302
1317
|
loadAligned(source: ptr<float>): Vector4;
|
|
1303
1318
|
loadAlignedNonTemporal(source: ptr<float>): Vector4;
|
|
1304
|
-
loadUnsafe(source:
|
|
1305
|
-
loadUnsafe(source:
|
|
1319
|
+
loadUnsafe(source: float, elementOffset: nuint): Vector4;
|
|
1320
|
+
loadUnsafe(source: float): Vector4;
|
|
1306
1321
|
log(vector: Vector4): Vector4;
|
|
1307
1322
|
log2(vector: Vector4): Vector4;
|
|
1308
1323
|
max(value1: Vector4, value2: Vector4): Vector4;
|
|
@@ -1349,7 +1364,7 @@ export interface __Vector4$views {
|
|
|
1349
1364
|
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1350
1365
|
|
|
1351
1366
|
// Structural method bridges for numeric interface constraints
|
|
1352
|
-
|
|
1367
|
+
equals(other: Vector4): boolean;
|
|
1353
1368
|
}
|
|
1354
1369
|
|
|
1355
1370
|
export type Vector4 = Vector4$instance & __Vector4$views;
|
|
@@ -1419,42 +1434,42 @@ export abstract class Vector$instance {
|
|
|
1419
1434
|
static asVector4(value: Vector3): Vector4;
|
|
1420
1435
|
static asVector4Unsafe(value: Vector2): Vector4;
|
|
1421
1436
|
static asVector4Unsafe(value: Vector3): Vector4;
|
|
1422
|
-
static asVectorByte<T>(value: Vector_1<T>): Vector_1<
|
|
1423
|
-
static asVectorDouble<T>(value: Vector_1<T>): Vector_1<
|
|
1424
|
-
static asVectorInt16<T>(value: Vector_1<T>): Vector_1<
|
|
1425
|
-
static asVectorInt32<T>(value: Vector_1<T>): Vector_1<
|
|
1426
|
-
static asVectorInt64<T>(value: Vector_1<T>): Vector_1<
|
|
1427
|
-
static asVectorNInt<T>(value: Vector_1<T>): Vector_1<
|
|
1428
|
-
static asVectorNUInt<T>(value: Vector_1<T>): Vector_1<
|
|
1429
|
-
static asVectorSByte<T>(value: Vector_1<T>): Vector_1<
|
|
1430
|
-
static asVectorSingle<T>(value: Vector_1<T>): Vector_1<
|
|
1431
|
-
static asVectorUInt16<T>(value: Vector_1<T>): Vector_1<
|
|
1432
|
-
static asVectorUInt32<T>(value: Vector_1<T>): Vector_1<
|
|
1433
|
-
static asVectorUInt64<T>(value: Vector_1<T>): Vector_1<
|
|
1437
|
+
static asVectorByte<T>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
|
|
1438
|
+
static asVectorDouble<T>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
|
|
1439
|
+
static asVectorInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
|
|
1440
|
+
static asVectorInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
|
|
1441
|
+
static asVectorInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
|
|
1442
|
+
static asVectorNInt<T>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
|
|
1443
|
+
static asVectorNUInt<T>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
|
|
1444
|
+
static asVectorSByte<T>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
|
|
1445
|
+
static asVectorSingle<T>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
|
|
1446
|
+
static asVectorUInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
|
|
1447
|
+
static asVectorUInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
|
|
1448
|
+
static asVectorUInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
|
|
1434
1449
|
static bitwiseAnd<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1435
1450
|
static bitwiseOr<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1436
|
-
static ceiling(value: Vector_1<
|
|
1437
|
-
static ceiling(value: Vector_1<
|
|
1451
|
+
static ceiling(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1452
|
+
static ceiling(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1438
1453
|
static clamp<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1439
1454
|
static clampNative<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1440
|
-
static conditionalSelect(condition: Vector_1<
|
|
1441
|
-
static conditionalSelect(condition: Vector_1<
|
|
1455
|
+
static conditionalSelect(condition: Vector_1<System_Internal.Int32>, left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1456
|
+
static conditionalSelect(condition: Vector_1<System_Internal.Int64>, left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1442
1457
|
static conditionalSelect<T>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1443
|
-
static convertToDouble(value: Vector_1<
|
|
1444
|
-
static convertToDouble(value: Vector_1<
|
|
1445
|
-
static convertToInt32(value: Vector_1<
|
|
1446
|
-
static convertToInt32Native(value: Vector_1<
|
|
1447
|
-
static convertToInt64(value: Vector_1<
|
|
1448
|
-
static convertToInt64Native(value: Vector_1<
|
|
1449
|
-
static convertToSingle(value: Vector_1<
|
|
1450
|
-
static convertToSingle(value: Vector_1<
|
|
1451
|
-
static convertToUInt32(value: Vector_1<
|
|
1452
|
-
static convertToUInt32Native(value: Vector_1<
|
|
1453
|
-
static convertToUInt64(value: Vector_1<
|
|
1454
|
-
static convertToUInt64Native(value: Vector_1<
|
|
1458
|
+
static convertToDouble(value: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Double>;
|
|
1459
|
+
static convertToDouble(value: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.Double>;
|
|
1460
|
+
static convertToInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1461
|
+
static convertToInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1462
|
+
static convertToInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1463
|
+
static convertToInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1464
|
+
static convertToSingle(value: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Single>;
|
|
1465
|
+
static convertToSingle(value: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.Single>;
|
|
1466
|
+
static convertToUInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
|
|
1467
|
+
static convertToUInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
|
|
1468
|
+
static convertToUInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
|
|
1469
|
+
static convertToUInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
|
|
1455
1470
|
static copySign<T>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
|
|
1456
|
-
static cos(vector: Vector_1<
|
|
1457
|
-
static cos(vector: Vector_1<
|
|
1471
|
+
static cos(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1472
|
+
static cos(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1458
1473
|
static count<T>(vector: Vector_1<T>, value: T): int;
|
|
1459
1474
|
static countWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1460
1475
|
static create<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
@@ -1462,47 +1477,47 @@ export abstract class Vector$instance {
|
|
|
1462
1477
|
static createScalar<T>(value: T): Vector_1<T>;
|
|
1463
1478
|
static createScalarUnsafe<T>(value: T): Vector_1<T>;
|
|
1464
1479
|
static createSequence<T>(start: T, step: T): Vector_1<T>;
|
|
1465
|
-
static degreesToRadians(degrees: Vector_1<
|
|
1466
|
-
static degreesToRadians(degrees: Vector_1<
|
|
1480
|
+
static degreesToRadians(degrees: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1481
|
+
static degreesToRadians(degrees: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1467
1482
|
static divide<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1468
1483
|
static divide<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1469
1484
|
static dot<T>(left: Vector_1<T>, right: Vector_1<T>): T;
|
|
1470
|
-
static equals(left: Vector_1<
|
|
1471
|
-
static equals(left: Vector_1<
|
|
1472
|
-
static equals(left: Vector_1<
|
|
1473
|
-
static equals(left: Vector_1<
|
|
1485
|
+
static equals(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1486
|
+
static equals(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1487
|
+
static equals(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1488
|
+
static equals(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1474
1489
|
static equals<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1475
1490
|
static equalsAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1476
1491
|
static equalsAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1477
|
-
static exp(vector: Vector_1<
|
|
1478
|
-
static exp(vector: Vector_1<
|
|
1492
|
+
static exp(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1493
|
+
static exp(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1479
1494
|
static extractMostSignificantBits(vector: Vector2): uint;
|
|
1480
1495
|
static extractMostSignificantBits(vector: Vector3): uint;
|
|
1481
1496
|
static extractMostSignificantBits(vector: Vector4): uint;
|
|
1482
|
-
static floor(value: Vector_1<
|
|
1483
|
-
static floor(value: Vector_1<
|
|
1484
|
-
static fusedMultiplyAdd(left: Vector_1<
|
|
1485
|
-
static fusedMultiplyAdd(left: Vector_1<
|
|
1497
|
+
static floor(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1498
|
+
static floor(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1499
|
+
static fusedMultiplyAdd(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>, addend: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1500
|
+
static fusedMultiplyAdd(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>, addend: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1486
1501
|
static getElement(vector: Vector2, index: int): float;
|
|
1487
1502
|
static getElement(vector: Vector3, index: int): float;
|
|
1488
1503
|
static getElement(vector: Vector4, index: int): float;
|
|
1489
1504
|
static getElement<T>(vector: Vector_1<T>, index: int): T;
|
|
1490
|
-
static greaterThan(left: Vector_1<
|
|
1491
|
-
static greaterThan(left: Vector_1<
|
|
1492
|
-
static greaterThan(left: Vector_1<
|
|
1493
|
-
static greaterThan(left: Vector_1<
|
|
1505
|
+
static greaterThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1506
|
+
static greaterThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1507
|
+
static greaterThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1508
|
+
static greaterThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1494
1509
|
static greaterThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1495
1510
|
static greaterThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1496
1511
|
static greaterThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1497
|
-
static greaterThanOrEqual(left: Vector_1<
|
|
1498
|
-
static greaterThanOrEqual(left: Vector_1<
|
|
1499
|
-
static greaterThanOrEqual(left: Vector_1<
|
|
1500
|
-
static greaterThanOrEqual(left: Vector_1<
|
|
1512
|
+
static greaterThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1513
|
+
static greaterThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1514
|
+
static greaterThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1515
|
+
static greaterThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1501
1516
|
static greaterThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1502
1517
|
static greaterThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1503
1518
|
static greaterThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1504
|
-
static hypot(x: Vector_1<
|
|
1505
|
-
static hypot(x: Vector_1<
|
|
1519
|
+
static hypot(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1520
|
+
static hypot(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1506
1521
|
static indexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1507
1522
|
static indexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1508
1523
|
static isEvenInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
@@ -1520,31 +1535,31 @@ export abstract class Vector$instance {
|
|
|
1520
1535
|
static isZero<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1521
1536
|
static lastIndexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1522
1537
|
static lastIndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1523
|
-
static lerp(x: Vector_1<
|
|
1524
|
-
static lerp(x: Vector_1<
|
|
1525
|
-
static lessThan(left: Vector_1<
|
|
1526
|
-
static lessThan(left: Vector_1<
|
|
1527
|
-
static lessThan(left: Vector_1<
|
|
1528
|
-
static lessThan(left: Vector_1<
|
|
1538
|
+
static lerp(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>, amount: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1539
|
+
static lerp(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>, amount: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1540
|
+
static lessThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1541
|
+
static lessThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1542
|
+
static lessThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1543
|
+
static lessThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1529
1544
|
static lessThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1530
1545
|
static lessThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1531
1546
|
static lessThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1532
|
-
static lessThanOrEqual(left: Vector_1<
|
|
1533
|
-
static lessThanOrEqual(left: Vector_1<
|
|
1534
|
-
static lessThanOrEqual(left: Vector_1<
|
|
1535
|
-
static lessThanOrEqual(left: Vector_1<
|
|
1547
|
+
static lessThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1548
|
+
static lessThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1549
|
+
static lessThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1550
|
+
static lessThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1536
1551
|
static lessThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1537
1552
|
static lessThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1538
1553
|
static lessThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1539
1554
|
static load<T>(source: ptr<T>): Vector_1<T>;
|
|
1540
1555
|
static loadAligned<T>(source: ptr<T>): Vector_1<T>;
|
|
1541
1556
|
static loadAlignedNonTemporal<T>(source: ptr<T>): Vector_1<T>;
|
|
1542
|
-
static loadUnsafe<T>(source:
|
|
1543
|
-
static loadUnsafe<T>(source:
|
|
1544
|
-
static log(vector: Vector_1<
|
|
1545
|
-
static log(vector: Vector_1<
|
|
1546
|
-
static log2(vector: Vector_1<
|
|
1547
|
-
static log2(vector: Vector_1<
|
|
1557
|
+
static loadUnsafe<T>(source: T, elementOffset: nuint): Vector_1<T>;
|
|
1558
|
+
static loadUnsafe<T>(source: T): Vector_1<T>;
|
|
1559
|
+
static log(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1560
|
+
static log(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1561
|
+
static log2(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1562
|
+
static log2(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1548
1563
|
static max<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1549
1564
|
static maxMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1550
1565
|
static maxMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
@@ -1558,61 +1573,61 @@ export abstract class Vector$instance {
|
|
|
1558
1573
|
static multiply<T>(left: T, right: Vector_1<T>): Vector_1<T>;
|
|
1559
1574
|
static multiply<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1560
1575
|
static multiply<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1561
|
-
static multiplyAddEstimate(left: Vector_1<
|
|
1562
|
-
static multiplyAddEstimate(left: Vector_1<
|
|
1563
|
-
static narrow(low: Vector_1<
|
|
1564
|
-
static narrow(low: Vector_1<
|
|
1565
|
-
static narrow(low: Vector_1<
|
|
1566
|
-
static narrow(low: Vector_1<
|
|
1567
|
-
static narrow(low: Vector_1<
|
|
1568
|
-
static narrow(low: Vector_1<
|
|
1569
|
-
static narrow(low: Vector_1<
|
|
1570
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1571
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1572
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1573
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1574
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1575
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1576
|
-
static narrowWithSaturation(low: Vector_1<
|
|
1576
|
+
static multiplyAddEstimate(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>, addend: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1577
|
+
static multiplyAddEstimate(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>, addend: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1578
|
+
static narrow(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
|
|
1579
|
+
static narrow(low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.SByte>;
|
|
1580
|
+
static narrow(low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int16>;
|
|
1581
|
+
static narrow(low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int32>;
|
|
1582
|
+
static narrow(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
|
|
1583
|
+
static narrow(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
|
|
1584
|
+
static narrow(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
|
|
1585
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
|
|
1586
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.SByte>;
|
|
1587
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int16>;
|
|
1588
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int32>;
|
|
1589
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
|
|
1590
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
|
|
1591
|
+
static narrowWithSaturation(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
|
|
1577
1592
|
static negate<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1578
1593
|
static none<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1579
1594
|
static noneWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1580
1595
|
static onesComplement<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1581
|
-
static radiansToDegrees(radians: Vector_1<
|
|
1582
|
-
static radiansToDegrees(radians: Vector_1<
|
|
1583
|
-
static round(vector: Vector_1<
|
|
1584
|
-
static round(vector: Vector_1<
|
|
1585
|
-
static round(vector: Vector_1<
|
|
1586
|
-
static round(vector: Vector_1<
|
|
1587
|
-
static shiftLeft(value: Vector_1<
|
|
1588
|
-
static shiftLeft(value: Vector_1<
|
|
1589
|
-
static shiftLeft(value: Vector_1<
|
|
1590
|
-
static shiftLeft(value: Vector_1<
|
|
1591
|
-
static shiftLeft(value: Vector_1<
|
|
1592
|
-
static shiftLeft(value: Vector_1<
|
|
1593
|
-
static shiftLeft(value: Vector_1<
|
|
1594
|
-
static shiftLeft(value: Vector_1<
|
|
1595
|
-
static shiftLeft(value: Vector_1<
|
|
1596
|
-
static shiftLeft(value: Vector_1<
|
|
1597
|
-
static shiftRightArithmetic(value: Vector_1<
|
|
1598
|
-
static shiftRightArithmetic(value: Vector_1<
|
|
1599
|
-
static shiftRightArithmetic(value: Vector_1<
|
|
1600
|
-
static shiftRightArithmetic(value: Vector_1<
|
|
1601
|
-
static shiftRightArithmetic(value: Vector_1<
|
|
1602
|
-
static shiftRightLogical(value: Vector_1<
|
|
1603
|
-
static shiftRightLogical(value: Vector_1<
|
|
1604
|
-
static shiftRightLogical(value: Vector_1<
|
|
1605
|
-
static shiftRightLogical(value: Vector_1<
|
|
1606
|
-
static shiftRightLogical(value: Vector_1<
|
|
1607
|
-
static shiftRightLogical(value: Vector_1<
|
|
1608
|
-
static shiftRightLogical(value: Vector_1<
|
|
1609
|
-
static shiftRightLogical(value: Vector_1<
|
|
1610
|
-
static shiftRightLogical(value: Vector_1<
|
|
1611
|
-
static shiftRightLogical(value: Vector_1<
|
|
1612
|
-
static sin(vector: Vector_1<
|
|
1613
|
-
static sin(vector: Vector_1<
|
|
1614
|
-
static sinCos(vector: Vector_1<
|
|
1615
|
-
static sinCos(vector: Vector_1<
|
|
1596
|
+
static radiansToDegrees(radians: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1597
|
+
static radiansToDegrees(radians: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1598
|
+
static round(vector: Vector_1<System_Internal.Double>, mode: MidpointRounding): Vector_1<System_Internal.Double>;
|
|
1599
|
+
static round(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1600
|
+
static round(vector: Vector_1<System_Internal.Single>, mode: MidpointRounding): Vector_1<System_Internal.Single>;
|
|
1601
|
+
static round(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1602
|
+
static shiftLeft(value: Vector_1<System_Internal.Byte>, shiftCount: int): Vector_1<System_Internal.Byte>;
|
|
1603
|
+
static shiftLeft(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
|
|
1604
|
+
static shiftLeft(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
|
|
1605
|
+
static shiftLeft(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
|
|
1606
|
+
static shiftLeft(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
|
|
1607
|
+
static shiftLeft(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
|
|
1608
|
+
static shiftLeft(value: Vector_1<System_Internal.UInt16>, shiftCount: int): Vector_1<System_Internal.UInt16>;
|
|
1609
|
+
static shiftLeft(value: Vector_1<System_Internal.UInt32>, shiftCount: int): Vector_1<System_Internal.UInt32>;
|
|
1610
|
+
static shiftLeft(value: Vector_1<System_Internal.UInt64>, shiftCount: int): Vector_1<System_Internal.UInt64>;
|
|
1611
|
+
static shiftLeft(value: Vector_1<System_Internal.UIntPtr>, shiftCount: int): Vector_1<System_Internal.UIntPtr>;
|
|
1612
|
+
static shiftRightArithmetic(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
|
|
1613
|
+
static shiftRightArithmetic(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
|
|
1614
|
+
static shiftRightArithmetic(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
|
|
1615
|
+
static shiftRightArithmetic(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
|
|
1616
|
+
static shiftRightArithmetic(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
|
|
1617
|
+
static shiftRightLogical(value: Vector_1<System_Internal.Byte>, shiftCount: int): Vector_1<System_Internal.Byte>;
|
|
1618
|
+
static shiftRightLogical(value: Vector_1<System_Internal.Int16>, shiftCount: int): Vector_1<System_Internal.Int16>;
|
|
1619
|
+
static shiftRightLogical(value: Vector_1<System_Internal.Int32>, shiftCount: int): Vector_1<System_Internal.Int32>;
|
|
1620
|
+
static shiftRightLogical(value: Vector_1<System_Internal.Int64>, shiftCount: int): Vector_1<System_Internal.Int64>;
|
|
1621
|
+
static shiftRightLogical(value: Vector_1<System_Internal.IntPtr>, shiftCount: int): Vector_1<System_Internal.IntPtr>;
|
|
1622
|
+
static shiftRightLogical(value: Vector_1<System_Internal.SByte>, shiftCount: int): Vector_1<System_Internal.SByte>;
|
|
1623
|
+
static shiftRightLogical(value: Vector_1<System_Internal.UInt16>, shiftCount: int): Vector_1<System_Internal.UInt16>;
|
|
1624
|
+
static shiftRightLogical(value: Vector_1<System_Internal.UInt32>, shiftCount: int): Vector_1<System_Internal.UInt32>;
|
|
1625
|
+
static shiftRightLogical(value: Vector_1<System_Internal.UInt64>, shiftCount: int): Vector_1<System_Internal.UInt64>;
|
|
1626
|
+
static shiftRightLogical(value: Vector_1<System_Internal.UIntPtr>, shiftCount: int): Vector_1<System_Internal.UIntPtr>;
|
|
1627
|
+
static sin(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1628
|
+
static sin(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1629
|
+
static sinCos(vector: Vector_1<System_Internal.Double>): ValueTuple_2<Vector_1<System_Internal.Double>, Vector_1<System_Internal.Double>>;
|
|
1630
|
+
static sinCos(vector: Vector_1<System_Internal.Single>): ValueTuple_2<Vector_1<System_Internal.Single>, Vector_1<System_Internal.Single>>;
|
|
1616
1631
|
static squareRoot<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1617
1632
|
static store(source: Vector2, destination: ptr<float>): void;
|
|
1618
1633
|
static store(source: Vector3, destination: ptr<float>): void;
|
|
@@ -1626,14 +1641,14 @@ export abstract class Vector$instance {
|
|
|
1626
1641
|
static storeAlignedNonTemporal(source: Vector3, destination: ptr<float>): void;
|
|
1627
1642
|
static storeAlignedNonTemporal(source: Vector4, destination: ptr<float>): void;
|
|
1628
1643
|
static storeAlignedNonTemporal<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1629
|
-
static storeUnsafe(source: Vector2, destination:
|
|
1630
|
-
static storeUnsafe(source: Vector2, destination:
|
|
1631
|
-
static storeUnsafe(source: Vector3, destination:
|
|
1632
|
-
static storeUnsafe(source: Vector3, destination:
|
|
1633
|
-
static storeUnsafe(source: Vector4, destination:
|
|
1634
|
-
static storeUnsafe(source: Vector4, destination:
|
|
1635
|
-
static storeUnsafe<T>(source: Vector_1<T>, destination:
|
|
1636
|
-
static storeUnsafe<T>(source: Vector_1<T>, destination:
|
|
1644
|
+
static storeUnsafe(source: Vector2, destination: float, elementOffset: nuint): void;
|
|
1645
|
+
static storeUnsafe(source: Vector2, destination: float): void;
|
|
1646
|
+
static storeUnsafe(source: Vector3, destination: float, elementOffset: nuint): void;
|
|
1647
|
+
static storeUnsafe(source: Vector3, destination: float): void;
|
|
1648
|
+
static storeUnsafe(source: Vector4, destination: float, elementOffset: nuint): void;
|
|
1649
|
+
static storeUnsafe(source: Vector4, destination: float): void;
|
|
1650
|
+
static storeUnsafe<T>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
|
|
1651
|
+
static storeUnsafe<T>(source: Vector_1<T>, destination: T): void;
|
|
1637
1652
|
static subtract<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1638
1653
|
static subtractSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1639
1654
|
static sum<T>(value: Vector_1<T>): T;
|
|
@@ -1641,29 +1656,29 @@ export abstract class Vector$instance {
|
|
|
1641
1656
|
static toScalar(vector: Vector3): float;
|
|
1642
1657
|
static toScalar(vector: Vector4): float;
|
|
1643
1658
|
static toScalar<T>(vector: Vector_1<T>): T;
|
|
1644
|
-
static truncate(vector: Vector_1<
|
|
1645
|
-
static truncate(vector: Vector_1<
|
|
1646
|
-
static widen(source: Vector_1<
|
|
1647
|
-
static widen(source: Vector_1<
|
|
1648
|
-
static widen(source: Vector_1<
|
|
1649
|
-
static widen(source: Vector_1<
|
|
1650
|
-
static widen(source: Vector_1<
|
|
1651
|
-
static widen(source: Vector_1<
|
|
1652
|
-
static widen(source: Vector_1<
|
|
1653
|
-
static widenLower(source: Vector_1<
|
|
1654
|
-
static widenLower(source: Vector_1<
|
|
1655
|
-
static widenLower(source: Vector_1<
|
|
1656
|
-
static widenLower(source: Vector_1<
|
|
1657
|
-
static widenLower(source: Vector_1<
|
|
1658
|
-
static widenLower(source: Vector_1<
|
|
1659
|
-
static widenLower(source: Vector_1<
|
|
1660
|
-
static widenUpper(source: Vector_1<
|
|
1661
|
-
static widenUpper(source: Vector_1<
|
|
1662
|
-
static widenUpper(source: Vector_1<
|
|
1663
|
-
static widenUpper(source: Vector_1<
|
|
1664
|
-
static widenUpper(source: Vector_1<
|
|
1665
|
-
static widenUpper(source: Vector_1<
|
|
1666
|
-
static widenUpper(source: Vector_1<
|
|
1659
|
+
static truncate(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1660
|
+
static truncate(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1661
|
+
static widen(source: Vector_1<System_Internal.Byte>, low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): void;
|
|
1662
|
+
static widen(source: Vector_1<System_Internal.Int16>, low: Vector_1<System_Internal.Int32>, high: Vector_1<System_Internal.Int32>): void;
|
|
1663
|
+
static widen(source: Vector_1<System_Internal.Int32>, low: Vector_1<System_Internal.Int64>, high: Vector_1<System_Internal.Int64>): void;
|
|
1664
|
+
static widen(source: Vector_1<System_Internal.SByte>, low: Vector_1<System_Internal.Int16>, high: Vector_1<System_Internal.Int16>): void;
|
|
1665
|
+
static widen(source: Vector_1<System_Internal.Single>, low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): void;
|
|
1666
|
+
static widen(source: Vector_1<System_Internal.UInt16>, low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): void;
|
|
1667
|
+
static widen(source: Vector_1<System_Internal.UInt32>, low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): void;
|
|
1668
|
+
static widenLower(source: Vector_1<System_Internal.Byte>): Vector_1<System_Internal.UInt16>;
|
|
1669
|
+
static widenLower(source: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.Int32>;
|
|
1670
|
+
static widenLower(source: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int64>;
|
|
1671
|
+
static widenLower(source: Vector_1<System_Internal.SByte>): Vector_1<System_Internal.Int16>;
|
|
1672
|
+
static widenLower(source: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Double>;
|
|
1673
|
+
static widenLower(source: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.UInt32>;
|
|
1674
|
+
static widenLower(source: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt64>;
|
|
1675
|
+
static widenUpper(source: Vector_1<System_Internal.Byte>): Vector_1<System_Internal.UInt16>;
|
|
1676
|
+
static widenUpper(source: Vector_1<System_Internal.Int16>): Vector_1<System_Internal.Int32>;
|
|
1677
|
+
static widenUpper(source: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int64>;
|
|
1678
|
+
static widenUpper(source: Vector_1<System_Internal.SByte>): Vector_1<System_Internal.Int16>;
|
|
1679
|
+
static widenUpper(source: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Double>;
|
|
1680
|
+
static widenUpper(source: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.UInt32>;
|
|
1681
|
+
static widenUpper(source: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt64>;
|
|
1667
1682
|
static withElement(vector: Vector2, index: int, value: float): Vector2;
|
|
1668
1683
|
static withElement(vector: Vector3, index: int, value: float): Vector3;
|
|
1669
1684
|
static withElement(vector: Vector4, index: int, value: float): Vector4;
|