@tsonic/dotnet 10.0.40 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +11 -10
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Numerics
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Runtime.Numerics
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -15,31 +13,31 @@ import type { NumberStyles } from "../../System.Globalization/internal/index.js"
|
|
|
15
13
|
import * as System_Internal from "../../System/internal/index.js";
|
|
16
14
|
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
15
|
|
|
18
|
-
export interface IAdditionOperators_3$instance<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
16
|
+
export interface IAdditionOperators_3$instance<TSelf extends unknown & IAdditionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
19
17
|
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
20
18
|
|
|
21
19
|
}
|
|
22
20
|
|
|
23
21
|
|
|
24
|
-
export type IAdditionOperators_3<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IAdditionOperators_3$instance<TSelf, TOther, TResult>;
|
|
22
|
+
export type IAdditionOperators_3<TSelf extends unknown & IAdditionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IAdditionOperators_3$instance<TSelf, TOther, TResult>;
|
|
25
23
|
|
|
26
|
-
export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> {
|
|
24
|
+
export interface IAdditiveIdentity_2$instance<TSelf extends unknown & IAdditiveIdentity_2<TSelf, TResult>, TResult extends unknown> {
|
|
27
25
|
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
28
26
|
|
|
29
27
|
}
|
|
30
28
|
|
|
31
29
|
|
|
32
|
-
export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
30
|
+
export type IAdditiveIdentity_2<TSelf extends unknown & IAdditiveIdentity_2<TSelf, TResult>, TResult extends unknown> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
33
31
|
|
|
34
|
-
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> {
|
|
32
|
+
export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends unknown & 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> {
|
|
35
33
|
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
36
34
|
|
|
37
|
-
CompareTo(obj: unknown): int;
|
|
35
|
+
CompareTo(obj: unknown | null): int;
|
|
38
36
|
CompareTo(other: TSelf): int;
|
|
39
37
|
GetExponentByteCount(): int;
|
|
40
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
41
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
42
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
38
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
39
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
40
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
43
41
|
TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
44
42
|
WriteExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
45
43
|
WriteExponentBigEndian(destination: byte[]): int;
|
|
@@ -48,17 +46,17 @@ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFlo
|
|
|
48
46
|
}
|
|
49
47
|
|
|
50
48
|
|
|
51
|
-
export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
49
|
+
export type IBinaryFloatingPointIeee754_1<TSelf extends unknown & IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
52
50
|
|
|
53
|
-
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> {
|
|
51
|
+
export interface IBinaryInteger_1$instance<TSelf extends unknown & 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> {
|
|
54
52
|
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
55
53
|
|
|
56
|
-
CompareTo(obj: unknown): int;
|
|
54
|
+
CompareTo(obj: unknown | null): int;
|
|
57
55
|
CompareTo(other: TSelf): int;
|
|
58
56
|
GetByteCount(): int;
|
|
59
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
60
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
61
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
57
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
58
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
59
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
62
60
|
TryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
63
61
|
WriteBigEndian(destination: byte[], startIndex: int): int;
|
|
64
62
|
WriteBigEndian(destination: byte[]): int;
|
|
@@ -67,89 +65,89 @@ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>
|
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
|
|
70
|
-
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
|
|
68
|
+
export interface IBinaryInteger_1$instance<TSelf extends unknown & IBinaryInteger_1<TSelf>> extends IShiftOperators_3$instance<TSelf, System_Internal.Int32, TSelf> {}
|
|
71
69
|
|
|
72
|
-
export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
70
|
+
export type IBinaryInteger_1<TSelf extends unknown & IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
73
71
|
|
|
74
|
-
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> {
|
|
72
|
+
export interface IBinaryNumber_1$instance<TSelf extends unknown & 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> {
|
|
75
73
|
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
76
74
|
|
|
77
|
-
CompareTo(obj: unknown): int;
|
|
75
|
+
CompareTo(obj: unknown | null): int;
|
|
78
76
|
CompareTo(other: TSelf): int;
|
|
79
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
80
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
81
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
77
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
78
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
79
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
82
80
|
Equals(other: TSelf): boolean;
|
|
83
81
|
}
|
|
84
82
|
|
|
85
83
|
|
|
86
|
-
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
84
|
+
export interface IBinaryNumber_1$instance<TSelf extends unknown & IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
87
85
|
|
|
88
|
-
export type IBinaryNumber_1<TSelf extends IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
|
|
86
|
+
export type IBinaryNumber_1<TSelf extends unknown & IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
|
|
89
87
|
|
|
90
|
-
export interface IBitwiseOperators_3$instance<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
88
|
+
export interface IBitwiseOperators_3$instance<TSelf extends unknown & IBitwiseOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
91
89
|
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
92
90
|
|
|
93
91
|
}
|
|
94
92
|
|
|
95
93
|
|
|
96
|
-
export type IBitwiseOperators_3<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
|
|
94
|
+
export type IBitwiseOperators_3<TSelf extends unknown & IBitwiseOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
|
|
97
95
|
|
|
98
|
-
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3<TSelf, TOther, TResult> {
|
|
96
|
+
export interface IComparisonOperators_3$instance<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> extends IEqualityOperators_3<TSelf, TOther, TResult> {
|
|
99
97
|
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
100
98
|
|
|
101
99
|
}
|
|
102
100
|
|
|
103
101
|
|
|
104
|
-
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3$instance<TSelf, TOther, TResult> {}
|
|
102
|
+
export interface IComparisonOperators_3$instance<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> extends IEqualityOperators_3$instance<TSelf, TOther, TResult> {}
|
|
105
103
|
|
|
106
|
-
export type IComparisonOperators_3<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
|
|
104
|
+
export type IComparisonOperators_3<TSelf extends unknown & IComparisonOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
|
|
107
105
|
|
|
108
|
-
export interface IDecrementOperators_1$instance<TSelf extends IDecrementOperators_1<TSelf>> {
|
|
106
|
+
export interface IDecrementOperators_1$instance<TSelf extends unknown & IDecrementOperators_1<TSelf>> {
|
|
109
107
|
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
110
108
|
|
|
111
109
|
}
|
|
112
110
|
|
|
113
111
|
|
|
114
|
-
export type IDecrementOperators_1<TSelf extends IDecrementOperators_1<TSelf>> = IDecrementOperators_1$instance<TSelf>;
|
|
112
|
+
export type IDecrementOperators_1<TSelf extends unknown & IDecrementOperators_1<TSelf>> = IDecrementOperators_1$instance<TSelf>;
|
|
115
113
|
|
|
116
|
-
export interface IDivisionOperators_3$instance<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
114
|
+
export interface IDivisionOperators_3$instance<TSelf extends unknown & IDivisionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
117
115
|
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
118
116
|
|
|
119
117
|
}
|
|
120
118
|
|
|
121
119
|
|
|
122
|
-
export type IDivisionOperators_3<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IDivisionOperators_3$instance<TSelf, TOther, TResult>;
|
|
120
|
+
export type IDivisionOperators_3<TSelf extends unknown & IDivisionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IDivisionOperators_3$instance<TSelf, TOther, TResult>;
|
|
123
121
|
|
|
124
|
-
export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
122
|
+
export interface IEqualityOperators_3$instance<TSelf extends unknown & IEqualityOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
125
123
|
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
126
124
|
|
|
127
125
|
}
|
|
128
126
|
|
|
129
127
|
|
|
130
|
-
export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
128
|
+
export type IEqualityOperators_3<TSelf extends unknown & IEqualityOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
131
129
|
|
|
132
|
-
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> {
|
|
130
|
+
export interface IExponentialFunctions_1$instance<TSelf extends unknown & 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> {
|
|
133
131
|
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
134
132
|
|
|
135
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
136
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
137
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
133
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
134
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
135
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
138
136
|
Equals(other: TSelf): boolean;
|
|
139
137
|
}
|
|
140
138
|
|
|
141
139
|
|
|
142
|
-
export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
140
|
+
export type IExponentialFunctions_1<TSelf extends unknown & IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
143
141
|
|
|
144
|
-
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> {
|
|
142
|
+
export interface IFloatingPoint_1$instance<TSelf extends unknown & 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> {
|
|
145
143
|
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
146
144
|
|
|
147
|
-
CompareTo(obj: unknown): int;
|
|
145
|
+
CompareTo(obj: unknown | null): int;
|
|
148
146
|
CompareTo(other: TSelf): int;
|
|
149
147
|
GetExponentByteCount(): int;
|
|
150
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
151
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
152
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
148
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
149
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
150
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
153
151
|
TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
154
152
|
WriteExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
155
153
|
WriteExponentBigEndian(destination: byte[]): int;
|
|
@@ -158,29 +156,29 @@ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>
|
|
|
158
156
|
}
|
|
159
157
|
|
|
160
158
|
|
|
161
|
-
export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
159
|
+
export type IFloatingPoint_1<TSelf extends unknown & IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
162
160
|
|
|
163
|
-
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> {
|
|
161
|
+
export interface IFloatingPointConstants_1$instance<TSelf extends unknown & 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> {
|
|
164
162
|
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
165
163
|
|
|
166
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
167
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
168
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
164
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
165
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
166
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
169
167
|
Equals(other: TSelf): boolean;
|
|
170
168
|
}
|
|
171
169
|
|
|
172
170
|
|
|
173
|
-
export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
171
|
+
export type IFloatingPointConstants_1<TSelf extends unknown & IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
174
172
|
|
|
175
|
-
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> {
|
|
173
|
+
export interface IFloatingPointIeee754_1$instance<TSelf extends unknown & 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> {
|
|
176
174
|
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
177
175
|
|
|
178
|
-
CompareTo(obj: unknown): int;
|
|
176
|
+
CompareTo(obj: unknown | null): int;
|
|
179
177
|
CompareTo(other: TSelf): int;
|
|
180
178
|
GetExponentByteCount(): int;
|
|
181
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
182
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
183
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
179
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
180
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
181
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
184
182
|
TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
185
183
|
WriteExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
186
184
|
WriteExponentBigEndian(destination: byte[]): int;
|
|
@@ -189,195 +187,195 @@ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIe
|
|
|
189
187
|
}
|
|
190
188
|
|
|
191
189
|
|
|
192
|
-
export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
190
|
+
export type IFloatingPointIeee754_1<TSelf extends unknown & IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
193
191
|
|
|
194
|
-
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> {
|
|
192
|
+
export interface IHyperbolicFunctions_1$instance<TSelf extends unknown & 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> {
|
|
195
193
|
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
196
194
|
|
|
197
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
198
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
199
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
195
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
196
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
197
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
200
198
|
Equals(other: TSelf): boolean;
|
|
201
199
|
}
|
|
202
200
|
|
|
203
201
|
|
|
204
|
-
export type IHyperbolicFunctions_1<TSelf extends IHyperbolicFunctions_1<TSelf>> = IHyperbolicFunctions_1$instance<TSelf>;
|
|
202
|
+
export type IHyperbolicFunctions_1<TSelf extends unknown & IHyperbolicFunctions_1<TSelf>> = IHyperbolicFunctions_1$instance<TSelf>;
|
|
205
203
|
|
|
206
|
-
export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperators_1<TSelf>> {
|
|
204
|
+
export interface IIncrementOperators_1$instance<TSelf extends unknown & IIncrementOperators_1<TSelf>> {
|
|
207
205
|
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
208
206
|
|
|
209
207
|
}
|
|
210
208
|
|
|
211
209
|
|
|
212
|
-
export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
210
|
+
export type IIncrementOperators_1<TSelf extends unknown & IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
213
211
|
|
|
214
|
-
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> {
|
|
212
|
+
export interface ILogarithmicFunctions_1$instance<TSelf extends unknown & 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> {
|
|
215
213
|
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
216
214
|
|
|
217
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
218
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
219
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
215
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
216
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
217
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
220
218
|
Equals(other: TSelf): boolean;
|
|
221
219
|
}
|
|
222
220
|
|
|
223
221
|
|
|
224
|
-
export type ILogarithmicFunctions_1<TSelf extends ILogarithmicFunctions_1<TSelf>> = ILogarithmicFunctions_1$instance<TSelf>;
|
|
222
|
+
export type ILogarithmicFunctions_1<TSelf extends unknown & ILogarithmicFunctions_1<TSelf>> = ILogarithmicFunctions_1$instance<TSelf>;
|
|
225
223
|
|
|
226
|
-
export interface IMinMaxValue_1$instance<TSelf extends IMinMaxValue_1<TSelf>> {
|
|
224
|
+
export interface IMinMaxValue_1$instance<TSelf extends unknown & IMinMaxValue_1<TSelf>> {
|
|
227
225
|
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
228
226
|
|
|
229
227
|
}
|
|
230
228
|
|
|
231
229
|
|
|
232
|
-
export type IMinMaxValue_1<TSelf extends IMinMaxValue_1<TSelf>> = IMinMaxValue_1$instance<TSelf>;
|
|
230
|
+
export type IMinMaxValue_1<TSelf extends unknown & IMinMaxValue_1<TSelf>> = IMinMaxValue_1$instance<TSelf>;
|
|
233
231
|
|
|
234
|
-
export interface IModulusOperators_3$instance<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
232
|
+
export interface IModulusOperators_3$instance<TSelf extends unknown & IModulusOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
235
233
|
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
236
234
|
|
|
237
235
|
}
|
|
238
236
|
|
|
239
237
|
|
|
240
|
-
export type IModulusOperators_3<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IModulusOperators_3$instance<TSelf, TOther, TResult>;
|
|
238
|
+
export type IModulusOperators_3<TSelf extends unknown & IModulusOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IModulusOperators_3$instance<TSelf, TOther, TResult>;
|
|
241
239
|
|
|
242
|
-
export interface IMultiplicativeIdentity_2$instance<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> {
|
|
240
|
+
export interface IMultiplicativeIdentity_2$instance<TSelf extends unknown & IMultiplicativeIdentity_2<TSelf, TResult>, TResult extends unknown> {
|
|
243
241
|
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
244
242
|
|
|
245
243
|
}
|
|
246
244
|
|
|
247
245
|
|
|
248
|
-
export type IMultiplicativeIdentity_2<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = IMultiplicativeIdentity_2$instance<TSelf, TResult>;
|
|
246
|
+
export type IMultiplicativeIdentity_2<TSelf extends unknown & IMultiplicativeIdentity_2<TSelf, TResult>, TResult extends unknown> = IMultiplicativeIdentity_2$instance<TSelf, TResult>;
|
|
249
247
|
|
|
250
|
-
export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
248
|
+
export interface IMultiplyOperators_3$instance<TSelf extends unknown & IMultiplyOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
251
249
|
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
252
250
|
|
|
253
251
|
}
|
|
254
252
|
|
|
255
253
|
|
|
256
|
-
export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
254
|
+
export type IMultiplyOperators_3<TSelf extends unknown & IMultiplyOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
257
255
|
|
|
258
|
-
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> {
|
|
256
|
+
export interface INumber_1$instance<TSelf extends unknown & 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> {
|
|
259
257
|
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
260
258
|
|
|
261
|
-
CompareTo(obj: unknown): int;
|
|
259
|
+
CompareTo(obj: unknown | null): int;
|
|
262
260
|
CompareTo(other: TSelf): int;
|
|
263
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
264
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
265
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
261
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
262
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
263
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
266
264
|
Equals(other: TSelf): boolean;
|
|
267
265
|
}
|
|
268
266
|
|
|
269
267
|
|
|
270
|
-
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
268
|
+
export interface INumber_1$instance<TSelf extends unknown & INumber_1<TSelf>> extends IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
271
269
|
|
|
272
|
-
export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
270
|
+
export type INumber_1<TSelf extends unknown & INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
273
271
|
|
|
274
|
-
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> {
|
|
272
|
+
export interface INumberBase_1$instance<TSelf extends unknown & 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> {
|
|
275
273
|
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
276
274
|
|
|
277
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
278
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
279
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
280
275
|
Equals(other: TSelf): boolean;
|
|
276
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
277
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
278
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
281
279
|
}
|
|
282
280
|
|
|
283
281
|
|
|
284
|
-
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> {}
|
|
282
|
+
export interface INumberBase_1$instance<TSelf extends unknown & INumberBase_1<TSelf>> extends System_Internal.IEquatable_1$instance<TSelf>, System_Internal.ISpanFormattable$instance, 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> {}
|
|
285
283
|
|
|
286
|
-
export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
284
|
+
export type INumberBase_1<TSelf extends unknown & INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
287
285
|
|
|
288
|
-
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> {
|
|
286
|
+
export interface IPowerFunctions_1$instance<TSelf extends unknown & 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> {
|
|
289
287
|
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
290
288
|
|
|
291
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
292
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
293
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
289
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
290
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
291
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
294
292
|
Equals(other: TSelf): boolean;
|
|
295
293
|
}
|
|
296
294
|
|
|
297
295
|
|
|
298
|
-
export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
296
|
+
export type IPowerFunctions_1<TSelf extends unknown & IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
299
297
|
|
|
300
|
-
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> {
|
|
298
|
+
export interface IRootFunctions_1$instance<TSelf extends unknown & 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> {
|
|
301
299
|
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
302
300
|
|
|
303
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
304
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
305
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
301
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
302
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
303
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
306
304
|
Equals(other: TSelf): boolean;
|
|
307
305
|
}
|
|
308
306
|
|
|
309
307
|
|
|
310
|
-
export type IRootFunctions_1<TSelf extends IRootFunctions_1<TSelf>> = IRootFunctions_1$instance<TSelf>;
|
|
308
|
+
export type IRootFunctions_1<TSelf extends unknown & IRootFunctions_1<TSelf>> = IRootFunctions_1$instance<TSelf>;
|
|
311
309
|
|
|
312
|
-
export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
310
|
+
export interface IShiftOperators_3$instance<TSelf extends unknown & IShiftOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
313
311
|
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
314
312
|
|
|
315
313
|
}
|
|
316
314
|
|
|
317
315
|
|
|
318
|
-
export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
316
|
+
export type IShiftOperators_3<TSelf extends unknown & IShiftOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
319
317
|
|
|
320
|
-
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> {
|
|
318
|
+
export interface ISignedNumber_1$instance<TSelf extends unknown & 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> {
|
|
321
319
|
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
322
320
|
|
|
323
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
324
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
325
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
321
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
322
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
323
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
326
324
|
Equals(other: TSelf): boolean;
|
|
327
325
|
}
|
|
328
326
|
|
|
329
327
|
|
|
330
|
-
export type ISignedNumber_1<TSelf extends ISignedNumber_1<TSelf>> = ISignedNumber_1$instance<TSelf>;
|
|
328
|
+
export type ISignedNumber_1<TSelf extends unknown & ISignedNumber_1<TSelf>> = ISignedNumber_1$instance<TSelf>;
|
|
331
329
|
|
|
332
|
-
export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
330
|
+
export interface ISubtractionOperators_3$instance<TSelf extends unknown & ISubtractionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> {
|
|
333
331
|
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
334
332
|
|
|
335
333
|
}
|
|
336
334
|
|
|
337
335
|
|
|
338
|
-
export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
336
|
+
export type ISubtractionOperators_3<TSelf extends unknown & ISubtractionOperators_3<TSelf, TOther, TResult>, TOther extends unknown, TResult extends unknown> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
339
337
|
|
|
340
|
-
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> {
|
|
338
|
+
export interface ITrigonometricFunctions_1$instance<TSelf extends unknown & 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> {
|
|
341
339
|
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
342
340
|
|
|
343
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
344
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
345
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
341
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
342
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
343
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
346
344
|
Equals(other: TSelf): boolean;
|
|
347
345
|
}
|
|
348
346
|
|
|
349
347
|
|
|
350
|
-
export type ITrigonometricFunctions_1<TSelf extends ITrigonometricFunctions_1<TSelf>> = ITrigonometricFunctions_1$instance<TSelf>;
|
|
348
|
+
export type ITrigonometricFunctions_1<TSelf extends unknown & ITrigonometricFunctions_1<TSelf>> = ITrigonometricFunctions_1$instance<TSelf>;
|
|
351
349
|
|
|
352
|
-
export interface IUnaryNegationOperators_2$instance<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> {
|
|
350
|
+
export interface IUnaryNegationOperators_2$instance<TSelf extends unknown & IUnaryNegationOperators_2<TSelf, TResult>, TResult extends unknown> {
|
|
353
351
|
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
354
352
|
|
|
355
353
|
}
|
|
356
354
|
|
|
357
355
|
|
|
358
|
-
export type IUnaryNegationOperators_2<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> = IUnaryNegationOperators_2$instance<TSelf, TResult>;
|
|
356
|
+
export type IUnaryNegationOperators_2<TSelf extends unknown & IUnaryNegationOperators_2<TSelf, TResult>, TResult extends unknown> = IUnaryNegationOperators_2$instance<TSelf, TResult>;
|
|
359
357
|
|
|
360
|
-
export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> {
|
|
358
|
+
export interface IUnaryPlusOperators_2$instance<TSelf extends unknown & IUnaryPlusOperators_2<TSelf, TResult>, TResult extends unknown> {
|
|
361
359
|
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
362
360
|
|
|
363
361
|
}
|
|
364
362
|
|
|
365
363
|
|
|
366
|
-
export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
364
|
+
export type IUnaryPlusOperators_2<TSelf extends unknown & IUnaryPlusOperators_2<TSelf, TResult>, TResult extends unknown> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
367
365
|
|
|
368
|
-
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> {
|
|
366
|
+
export interface IUnsignedNumber_1$instance<TSelf extends unknown & 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> {
|
|
369
367
|
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
370
368
|
|
|
371
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
372
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
373
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
369
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
370
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
371
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
|
|
374
372
|
Equals(other: TSelf): boolean;
|
|
375
373
|
}
|
|
376
374
|
|
|
377
375
|
|
|
378
|
-
export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
|
|
376
|
+
export type IUnsignedNumber_1<TSelf extends unknown & IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
|
|
379
377
|
|
|
380
|
-
export interface BigInteger$instance
|
|
378
|
+
export interface BigInteger$instance {
|
|
381
379
|
readonly __tsonic_type_System_Numerics_BigInteger: never;
|
|
382
380
|
|
|
383
381
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -418,8 +416,8 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
|
|
|
418
416
|
CompareTo(other: long): int;
|
|
419
417
|
CompareTo(other: ulong): int;
|
|
420
418
|
CompareTo(other: BigInteger): int;
|
|
421
|
-
CompareTo(obj: unknown): int;
|
|
422
|
-
Equals(obj: unknown): boolean;
|
|
419
|
+
CompareTo(obj: unknown | null): int;
|
|
420
|
+
Equals(obj: unknown | null): boolean;
|
|
423
421
|
Equals(other: long): boolean;
|
|
424
422
|
Equals(other: ulong): boolean;
|
|
425
423
|
Equals(other: BigInteger): boolean;
|
|
@@ -429,10 +427,10 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
|
|
|
429
427
|
ToByteArray(): byte[];
|
|
430
428
|
ToByteArray(isUnsigned?: boolean, isBigEndian?: boolean): byte[];
|
|
431
429
|
ToString(): string;
|
|
432
|
-
ToString(provider: IFormatProvider): string;
|
|
433
|
-
ToString(format: string): string;
|
|
434
|
-
ToString(format: string, provider: IFormatProvider): string;
|
|
435
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
430
|
+
ToString(provider: IFormatProvider | null): string;
|
|
431
|
+
ToString(format: string | null): string;
|
|
432
|
+
ToString(format: string | null, provider: IFormatProvider | null): string;
|
|
433
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
|
|
436
434
|
TryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
|
|
437
435
|
}
|
|
438
436
|
|
|
@@ -455,9 +453,9 @@ export const BigInteger: {
|
|
|
455
453
|
Clamp(value: BigInteger, min: BigInteger, max: BigInteger): BigInteger;
|
|
456
454
|
Compare(left: BigInteger, right: BigInteger): int;
|
|
457
455
|
CopySign(value: BigInteger, sign: BigInteger): BigInteger;
|
|
458
|
-
CreateChecked<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
459
|
-
CreateSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
460
|
-
CreateTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
456
|
+
CreateChecked<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
457
|
+
CreateSaturating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
458
|
+
CreateTruncating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): BigInteger;
|
|
461
459
|
Divide(dividend: BigInteger, divisor: BigInteger): BigInteger;
|
|
462
460
|
DivRem(dividend: BigInteger, divisor: BigInteger, remainder: BigInteger): BigInteger;
|
|
463
461
|
DivRem(left: BigInteger, right: BigInteger): ValueTuple_2<BigInteger, BigInteger>;
|
|
@@ -479,11 +477,11 @@ export const BigInteger: {
|
|
|
479
477
|
ModPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
|
|
480
478
|
Multiply(left: BigInteger, right: BigInteger): BigInteger;
|
|
481
479
|
Negate(value: BigInteger): BigInteger;
|
|
482
|
-
Parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
|
|
483
|
-
Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
|
|
484
|
-
Parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
|
|
480
|
+
Parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider | null): BigInteger;
|
|
481
|
+
Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): BigInteger;
|
|
482
|
+
Parse(value: string, style: NumberStyles, provider: IFormatProvider | null): BigInteger;
|
|
485
483
|
Parse(value: string, style: NumberStyles): BigInteger;
|
|
486
|
-
Parse(value: string, provider: IFormatProvider): BigInteger;
|
|
484
|
+
Parse(value: string, provider: IFormatProvider | null): BigInteger;
|
|
487
485
|
Parse(value: string): BigInteger;
|
|
488
486
|
PopCount(value: BigInteger): BigInteger;
|
|
489
487
|
Pow(value: BigInteger, exponent: int): BigInteger;
|
|
@@ -492,12 +490,12 @@ export const BigInteger: {
|
|
|
492
490
|
RotateRight(value: BigInteger, rotateAmount: int): BigInteger;
|
|
493
491
|
Subtract(left: BigInteger, right: BigInteger): BigInteger;
|
|
494
492
|
TrailingZeroCount(value: BigInteger): BigInteger;
|
|
495
|
-
TryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
496
|
-
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
|
|
493
|
+
TryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null, result: BigInteger): boolean;
|
|
494
|
+
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null, result: BigInteger): boolean;
|
|
497
495
|
TryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
|
|
498
|
-
TryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
499
|
-
TryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
|
|
500
|
-
TryParse(value: string, result: BigInteger): boolean;
|
|
496
|
+
TryParse(value: string | null, style: NumberStyles, provider: IFormatProvider | null, result: BigInteger): boolean;
|
|
497
|
+
TryParse(s: string | null, provider: IFormatProvider | null, result: BigInteger): boolean;
|
|
498
|
+
TryParse(value: string | null, result: BigInteger): boolean;
|
|
501
499
|
};
|
|
502
500
|
|
|
503
501
|
|
|
@@ -532,7 +530,7 @@ export interface __BigInteger$views {
|
|
|
532
530
|
export type BigInteger = BigInteger$instance & __BigInteger$views;
|
|
533
531
|
|
|
534
532
|
|
|
535
|
-
export interface Complex$instance
|
|
533
|
+
export interface Complex$instance {
|
|
536
534
|
readonly __tsonic_type_System_Numerics_Complex: never;
|
|
537
535
|
|
|
538
536
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -560,15 +558,15 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
|
|
|
560
558
|
readonly Magnitude: double;
|
|
561
559
|
readonly Phase: double;
|
|
562
560
|
readonly Real: double;
|
|
563
|
-
Equals(obj: unknown): boolean;
|
|
561
|
+
Equals(obj: unknown | null): boolean;
|
|
564
562
|
Equals(value: Complex): boolean;
|
|
565
563
|
GetHashCode(): int;
|
|
566
564
|
ToString(): string;
|
|
567
|
-
ToString(format: string): string;
|
|
568
|
-
ToString(provider: IFormatProvider): string;
|
|
569
|
-
ToString(format: string, provider: IFormatProvider): string;
|
|
570
|
-
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
571
|
-
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
565
|
+
ToString(format: string | null): string;
|
|
566
|
+
ToString(provider: IFormatProvider | null): string;
|
|
567
|
+
ToString(format: string | null, provider: IFormatProvider | null): string;
|
|
568
|
+
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
|
|
569
|
+
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
|
|
572
570
|
}
|
|
573
571
|
|
|
574
572
|
|
|
@@ -589,9 +587,9 @@ export const Complex: {
|
|
|
589
587
|
Conjugate(value: Complex): Complex;
|
|
590
588
|
Cos(value: Complex): Complex;
|
|
591
589
|
Cosh(value: Complex): Complex;
|
|
592
|
-
CreateChecked<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
593
|
-
CreateSaturating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
594
|
-
CreateTruncating<TOther extends INumberBase_1<TOther>>(value: TOther): Complex;
|
|
590
|
+
CreateChecked<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
|
|
591
|
+
CreateSaturating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
|
|
592
|
+
CreateTruncating<TOther extends unknown & INumberBase_1<TOther>>(value: TOther): Complex;
|
|
595
593
|
Divide(dividend: double, divisor: Complex): Complex;
|
|
596
594
|
Divide(dividend: Complex, divisor: double): Complex;
|
|
597
595
|
Divide(dividend: Complex, divisor: Complex): Complex;
|
|
@@ -621,10 +619,10 @@ export const Complex: {
|
|
|
621
619
|
Multiply(left: Complex, right: double): Complex;
|
|
622
620
|
Multiply(left: Complex, right: Complex): Complex;
|
|
623
621
|
Negate(value: Complex): Complex;
|
|
624
|
-
Parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
625
|
-
Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
|
|
626
|
-
Parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
627
|
-
Parse(s: string, provider: IFormatProvider): Complex;
|
|
622
|
+
Parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null): Complex;
|
|
623
|
+
Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): Complex;
|
|
624
|
+
Parse(s: string, style: NumberStyles, provider: IFormatProvider | null): Complex;
|
|
625
|
+
Parse(s: string, provider: IFormatProvider | null): Complex;
|
|
628
626
|
Pow(value: Complex, power: double): Complex;
|
|
629
627
|
Pow(value: Complex, power: Complex): Complex;
|
|
630
628
|
Reciprocal(value: Complex): Complex;
|
|
@@ -636,10 +634,10 @@ export const Complex: {
|
|
|
636
634
|
Subtract(left: Complex, right: Complex): Complex;
|
|
637
635
|
Tan(value: Complex): Complex;
|
|
638
636
|
Tanh(value: Complex): Complex;
|
|
639
|
-
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
640
|
-
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
|
|
641
|
-
TryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
642
|
-
TryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
|
|
637
|
+
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null, result: Complex): boolean;
|
|
638
|
+
TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null, result: Complex): boolean;
|
|
639
|
+
TryParse(s: string | null, style: NumberStyles, provider: IFormatProvider | null, result: Complex): boolean;
|
|
640
|
+
TryParse(s: string | null, provider: IFormatProvider | null, result: Complex): boolean;
|
|
643
641
|
};
|
|
644
642
|
|
|
645
643
|
|
|
@@ -679,7 +677,7 @@ export interface Matrix3x2$instance {
|
|
|
679
677
|
X: Vector2;
|
|
680
678
|
Y: Vector2;
|
|
681
679
|
Z: Vector2;
|
|
682
|
-
Equals(obj: unknown): boolean;
|
|
680
|
+
Equals(obj: unknown | null): boolean;
|
|
683
681
|
Equals(other: Matrix3x2): boolean;
|
|
684
682
|
get_Item(row: int): Vector2;
|
|
685
683
|
get_Item(row: int, column: int): float;
|
|
@@ -761,7 +759,7 @@ export interface Matrix4x4$instance {
|
|
|
761
759
|
X: Vector4;
|
|
762
760
|
Y: Vector4;
|
|
763
761
|
Z: Vector4;
|
|
764
|
-
Equals(obj: unknown): boolean;
|
|
762
|
+
Equals(obj: unknown | null): boolean;
|
|
765
763
|
Equals(other: Matrix4x4): boolean;
|
|
766
764
|
get_Item(row: int): Vector4;
|
|
767
765
|
get_Item(row: int, column: int): float;
|
|
@@ -856,7 +854,7 @@ export interface Plane$instance {
|
|
|
856
854
|
|
|
857
855
|
Normal: Vector3;
|
|
858
856
|
D: float;
|
|
859
|
-
Equals(obj: unknown): boolean;
|
|
857
|
+
Equals(obj: unknown | null): boolean;
|
|
860
858
|
Equals(other: Plane): boolean;
|
|
861
859
|
GetHashCode(): int;
|
|
862
860
|
ToString(): string;
|
|
@@ -900,7 +898,7 @@ export interface Quaternion$instance {
|
|
|
900
898
|
Z: float;
|
|
901
899
|
W: float;
|
|
902
900
|
readonly IsIdentity: boolean;
|
|
903
|
-
Equals(obj: unknown): boolean;
|
|
901
|
+
Equals(obj: unknown | null): boolean;
|
|
904
902
|
Equals(other: Quaternion): boolean;
|
|
905
903
|
GetHashCode(): int;
|
|
906
904
|
Length(): float;
|
|
@@ -945,28 +943,28 @@ export interface __Quaternion$views {
|
|
|
945
943
|
export type Quaternion = Quaternion$instance & __Quaternion$views & { [index: number]: float; };
|
|
946
944
|
|
|
947
945
|
|
|
948
|
-
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>>
|
|
946
|
+
export interface TotalOrderIeee754Comparer_1$instance<T extends unknown & IFloatingPointIeee754_1<T>> {
|
|
949
947
|
readonly __tsonic_type_System_Numerics_TotalOrderIeee754Comparer_1: never;
|
|
950
948
|
|
|
951
949
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
952
950
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
953
951
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
954
952
|
|
|
955
|
-
Compare(x: T, y: T): int;
|
|
956
|
-
Equals(x: T, y: T): boolean;
|
|
953
|
+
Compare(x: T | null, y: T | null): int;
|
|
954
|
+
Equals(x: T | null, y: T | null): boolean;
|
|
957
955
|
Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
958
|
-
Equals(obj: unknown): boolean;
|
|
956
|
+
Equals(obj: unknown | null): boolean;
|
|
959
957
|
GetHashCode(obj: T): int;
|
|
960
958
|
GetHashCode(): int;
|
|
961
959
|
}
|
|
962
960
|
|
|
963
961
|
|
|
964
962
|
export const TotalOrderIeee754Comparer_1: {
|
|
965
|
-
new<T extends IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
|
|
963
|
+
new<T extends unknown & IFloatingPointIeee754_1<T>>(): TotalOrderIeee754Comparer_1<T>;
|
|
966
964
|
};
|
|
967
965
|
|
|
968
966
|
|
|
969
|
-
export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIeee754_1<T>> {
|
|
967
|
+
export interface __TotalOrderIeee754Comparer_1$views<T extends unknown & IFloatingPointIeee754_1<T>> {
|
|
970
968
|
As_IComparer_1(): System_Collections_Generic_Internal.IComparer_1$instance<T>;
|
|
971
969
|
As_IEqualityComparer_1(): System_Collections_Generic_Internal.IEqualityComparer_1$instance<T>;
|
|
972
970
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TotalOrderIeee754Comparer_1<T>>;
|
|
@@ -975,10 +973,10 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
|
|
|
975
973
|
Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
976
974
|
}
|
|
977
975
|
|
|
978
|
-
export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
|
|
976
|
+
export type TotalOrderIeee754Comparer_1<T extends unknown & IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
|
|
979
977
|
|
|
980
978
|
|
|
981
|
-
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>>, 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>> {
|
|
979
|
+
export interface Vector_1$instance<T extends unknown> 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>>, 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>> {
|
|
982
980
|
readonly __tsonic_type_System_Numerics_Vector_1: never;
|
|
983
981
|
|
|
984
982
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -997,34 +995,34 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
|
|
|
997
995
|
CopyTo(destination: T[], startIndex: int): void;
|
|
998
996
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
999
997
|
CopyTo(destination: Span_1<T>): void;
|
|
1000
|
-
Equals(obj: unknown): boolean;
|
|
998
|
+
Equals(obj: unknown | null): boolean;
|
|
1001
999
|
Equals(other: Vector_1<T>): boolean;
|
|
1002
1000
|
GetHashCode(): int;
|
|
1003
1001
|
ToString(): string;
|
|
1004
|
-
ToString(format: string): string;
|
|
1005
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
1002
|
+
ToString(format: string | null): string;
|
|
1003
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
1006
1004
|
TryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
|
|
1007
1005
|
TryCopyTo(destination: Span_1<T>): boolean;
|
|
1008
1006
|
}
|
|
1009
1007
|
|
|
1010
1008
|
|
|
1011
1009
|
export const Vector_1: {
|
|
1012
|
-
new<T>(value: T): Vector_1<T>;
|
|
1013
|
-
new<T>(values: T[]): Vector_1<T>;
|
|
1014
|
-
new<T>(values: T[], index: int): Vector_1<T>;
|
|
1015
|
-
new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1016
|
-
new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
|
|
1017
|
-
new<T>(values: Span_1<T>): Vector_1<T>;
|
|
1018
|
-
readonly AllBitsSet: unknown
|
|
1010
|
+
new<T extends unknown>(value: T): Vector_1<T>;
|
|
1011
|
+
new<T extends unknown>(values: T[]): Vector_1<T>;
|
|
1012
|
+
new<T extends unknown>(values: T[], index: int): Vector_1<T>;
|
|
1013
|
+
new<T extends unknown>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1014
|
+
new<T extends unknown>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
|
|
1015
|
+
new<T extends unknown>(values: Span_1<T>): Vector_1<T>;
|
|
1016
|
+
readonly AllBitsSet: <T extends unknown>() => Vector_1<T>;
|
|
1019
1017
|
readonly Count: int;
|
|
1020
|
-
readonly Indices: unknown
|
|
1018
|
+
readonly Indices: <T extends unknown>() => Vector_1<T>;
|
|
1021
1019
|
readonly IsSupported: boolean;
|
|
1022
|
-
readonly One: unknown
|
|
1023
|
-
readonly Zero: unknown
|
|
1020
|
+
readonly One: <T extends unknown>() => Vector_1<T>;
|
|
1021
|
+
readonly Zero: <T extends unknown>() => Vector_1<T>;
|
|
1024
1022
|
};
|
|
1025
1023
|
|
|
1026
1024
|
|
|
1027
|
-
export interface __Vector_1$views<T> {
|
|
1025
|
+
export interface __Vector_1$views<T extends unknown> {
|
|
1028
1026
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Vector_1<T>>;
|
|
1029
1027
|
As_IFormattable(): System_Internal.IFormattable$instance;
|
|
1030
1028
|
|
|
@@ -1032,7 +1030,7 @@ export interface __Vector_1$views<T> {
|
|
|
1032
1030
|
Equals(other: Vector_1<T>): boolean;
|
|
1033
1031
|
}
|
|
1034
1032
|
|
|
1035
|
-
export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T> & { readonly [index: number]: T; };
|
|
1033
|
+
export type Vector_1<T extends unknown> = Vector_1$instance<T> & __Vector_1$views<T> & { readonly [index: number]: T; };
|
|
1036
1034
|
|
|
1037
1035
|
|
|
1038
1036
|
export interface Vector2$instance {
|
|
@@ -1046,14 +1044,14 @@ export interface Vector2$instance {
|
|
|
1046
1044
|
CopyTo(array: float[]): void;
|
|
1047
1045
|
CopyTo(array: float[], index: int): void;
|
|
1048
1046
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|
|
1049
|
-
Equals(obj: unknown): boolean;
|
|
1047
|
+
Equals(obj: unknown | null): boolean;
|
|
1050
1048
|
Equals(other: Vector2): boolean;
|
|
1051
1049
|
GetHashCode(): int;
|
|
1052
1050
|
Length(): float;
|
|
1053
1051
|
LengthSquared(): float;
|
|
1054
1052
|
ToString(): string;
|
|
1055
|
-
ToString(format: string): string;
|
|
1056
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
1053
|
+
ToString(format: string | null): string;
|
|
1054
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
1057
1055
|
TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1058
1056
|
}
|
|
1059
1057
|
|
|
@@ -1209,14 +1207,14 @@ export interface Vector3$instance {
|
|
|
1209
1207
|
CopyTo(array: float[]): void;
|
|
1210
1208
|
CopyTo(array: float[], index: int): void;
|
|
1211
1209
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|
|
1212
|
-
Equals(obj: unknown): boolean;
|
|
1210
|
+
Equals(obj: unknown | null): boolean;
|
|
1213
1211
|
Equals(other: Vector3): boolean;
|
|
1214
1212
|
GetHashCode(): int;
|
|
1215
1213
|
Length(): float;
|
|
1216
1214
|
LengthSquared(): float;
|
|
1217
1215
|
ToString(): string;
|
|
1218
|
-
ToString(format: string): string;
|
|
1219
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
1216
|
+
ToString(format: string | null): string;
|
|
1217
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
1220
1218
|
TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1221
1219
|
}
|
|
1222
1220
|
|
|
@@ -1375,13 +1373,13 @@ export interface Vector4$instance {
|
|
|
1375
1373
|
CopyTo(array: float[], index: int): void;
|
|
1376
1374
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|
|
1377
1375
|
Equals(other: Vector4): boolean;
|
|
1378
|
-
Equals(obj: unknown): boolean;
|
|
1376
|
+
Equals(obj: unknown | null): boolean;
|
|
1379
1377
|
GetHashCode(): int;
|
|
1380
1378
|
Length(): float;
|
|
1381
1379
|
LengthSquared(): float;
|
|
1382
1380
|
ToString(): string;
|
|
1383
|
-
ToString(format: string): string;
|
|
1384
|
-
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
1381
|
+
ToString(format: string | null): string;
|
|
1382
|
+
ToString(format: string | null, formatProvider: IFormatProvider | null): string;
|
|
1385
1383
|
TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1386
1384
|
}
|
|
1387
1385
|
|
|
@@ -1573,15 +1571,15 @@ export type BitOperations = BitOperations$instance;
|
|
|
1573
1571
|
|
|
1574
1572
|
export abstract class Vector$instance {
|
|
1575
1573
|
static readonly IsHardwareAccelerated: boolean;
|
|
1576
|
-
static Abs<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1577
|
-
static Add<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1578
|
-
static AddSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1579
|
-
static All<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1580
|
-
static AllWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1581
|
-
static AndNot<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1582
|
-
static Any<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1583
|
-
static AnyWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1584
|
-
static As<TFrom, TTo>(vector: Vector_1<TFrom>): Vector_1<TTo>;
|
|
1574
|
+
static Abs<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
|
|
1575
|
+
static Add<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1576
|
+
static AddSaturate<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1577
|
+
static All<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
|
|
1578
|
+
static AllWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
|
|
1579
|
+
static AndNot<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1580
|
+
static Any<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
|
|
1581
|
+
static AnyWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
|
|
1582
|
+
static As<TFrom extends unknown, TTo extends unknown>(vector: Vector_1<TFrom>): Vector_1<TTo>;
|
|
1585
1583
|
static AsPlane(value: Vector4): Plane;
|
|
1586
1584
|
static AsQuaternion(value: Vector4): Quaternion;
|
|
1587
1585
|
static AsVector2(value: Vector3): Vector2;
|
|
@@ -1595,27 +1593,27 @@ export abstract class Vector$instance {
|
|
|
1595
1593
|
static AsVector4(value: Vector3): Vector4;
|
|
1596
1594
|
static AsVector4Unsafe(value: Vector2): Vector4;
|
|
1597
1595
|
static AsVector4Unsafe(value: Vector3): Vector4;
|
|
1598
|
-
static AsVectorByte<T>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
|
|
1599
|
-
static AsVectorDouble<T>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
|
|
1600
|
-
static AsVectorInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
|
|
1601
|
-
static AsVectorInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
|
|
1602
|
-
static AsVectorInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
|
|
1603
|
-
static AsVectorNInt<T>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
|
|
1604
|
-
static AsVectorNUInt<T>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
|
|
1605
|
-
static AsVectorSByte<T>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
|
|
1606
|
-
static AsVectorSingle<T>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
|
|
1607
|
-
static AsVectorUInt16<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
|
|
1608
|
-
static AsVectorUInt32<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
|
|
1609
|
-
static AsVectorUInt64<T>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
|
|
1610
|
-
static BitwiseAnd<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1611
|
-
static BitwiseOr<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1596
|
+
static AsVectorByte<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Byte>;
|
|
1597
|
+
static AsVectorDouble<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Double>;
|
|
1598
|
+
static AsVectorInt16<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int16>;
|
|
1599
|
+
static AsVectorInt32<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int32>;
|
|
1600
|
+
static AsVectorInt64<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Int64>;
|
|
1601
|
+
static AsVectorNInt<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.IntPtr>;
|
|
1602
|
+
static AsVectorNUInt<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UIntPtr>;
|
|
1603
|
+
static AsVectorSByte<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.SByte>;
|
|
1604
|
+
static AsVectorSingle<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.Single>;
|
|
1605
|
+
static AsVectorUInt16<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt16>;
|
|
1606
|
+
static AsVectorUInt32<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt32>;
|
|
1607
|
+
static AsVectorUInt64<T extends unknown>(value: Vector_1<T>): Vector_1<System_Internal.UInt64>;
|
|
1608
|
+
static BitwiseAnd<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1609
|
+
static BitwiseOr<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1612
1610
|
static Ceiling(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1613
1611
|
static Ceiling(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1614
|
-
static Clamp<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1615
|
-
static ClampNative<T>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1612
|
+
static Clamp<T extends unknown>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1613
|
+
static ClampNative<T extends unknown>(value: Vector_1<T>, min: Vector_1<T>, max: Vector_1<T>): Vector_1<T>;
|
|
1616
1614
|
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>;
|
|
1617
1615
|
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>;
|
|
1618
|
-
static ConditionalSelect<T>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1616
|
+
static ConditionalSelect<T extends unknown>(condition: Vector_1<T>, left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1619
1617
|
static ConvertToDouble(value: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Double>;
|
|
1620
1618
|
static ConvertToDouble(value: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.Double>;
|
|
1621
1619
|
static ConvertToInt32(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
@@ -1628,28 +1626,28 @@ export abstract class Vector$instance {
|
|
|
1628
1626
|
static ConvertToUInt32Native(value: Vector_1<System_Internal.Single>): Vector_1<System_Internal.UInt32>;
|
|
1629
1627
|
static ConvertToUInt64(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
|
|
1630
1628
|
static ConvertToUInt64Native(value: Vector_1<System_Internal.Double>): Vector_1<System_Internal.UInt64>;
|
|
1631
|
-
static CopySign<T>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
|
|
1629
|
+
static CopySign<T extends unknown>(value: Vector_1<T>, sign: Vector_1<T>): Vector_1<T>;
|
|
1632
1630
|
static Cos(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1633
1631
|
static Cos(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1634
|
-
static Count<T>(vector: Vector_1<T>, value: T): int;
|
|
1635
|
-
static CountWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1636
|
-
static Create<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1637
|
-
static Create<T>(value: T): Vector_1<T>;
|
|
1638
|
-
static CreateScalar<T>(value: T): Vector_1<T>;
|
|
1639
|
-
static CreateScalarUnsafe<T>(value: T): Vector_1<T>;
|
|
1640
|
-
static CreateSequence<T>(start: T, step: T): Vector_1<T>;
|
|
1632
|
+
static Count<T extends unknown>(vector: Vector_1<T>, value: T): int;
|
|
1633
|
+
static CountWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
|
|
1634
|
+
static Create<T extends unknown>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1635
|
+
static Create<T extends unknown>(value: T): Vector_1<T>;
|
|
1636
|
+
static CreateScalar<T extends unknown>(value: T): Vector_1<T>;
|
|
1637
|
+
static CreateScalarUnsafe<T extends unknown>(value: T): Vector_1<T>;
|
|
1638
|
+
static CreateSequence<T extends unknown>(start: T, step: T): Vector_1<T>;
|
|
1641
1639
|
static DegreesToRadians(degrees: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1642
1640
|
static DegreesToRadians(degrees: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1643
|
-
static Divide<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1644
|
-
static Divide<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1645
|
-
static Dot<T>(left: Vector_1<T>, right: Vector_1<T>): T;
|
|
1641
|
+
static Divide<T extends unknown>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1642
|
+
static Divide<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1643
|
+
static Dot<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): T;
|
|
1646
1644
|
static Equals(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1647
1645
|
static Equals(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1648
1646
|
static Equals(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1649
1647
|
static Equals(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1650
|
-
static Equals<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1651
|
-
static EqualsAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1652
|
-
static EqualsAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1648
|
+
static Equals<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1649
|
+
static EqualsAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1650
|
+
static EqualsAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1653
1651
|
static Exp(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1654
1652
|
static Exp(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1655
1653
|
static ExtractMostSignificantBits(vector: Vector2): uint;
|
|
@@ -1662,78 +1660,78 @@ export abstract class Vector$instance {
|
|
|
1662
1660
|
static GetElement(vector: Vector2, index: int): float;
|
|
1663
1661
|
static GetElement(vector: Vector3, index: int): float;
|
|
1664
1662
|
static GetElement(vector: Vector4, index: int): float;
|
|
1665
|
-
static GetElement<T>(vector: Vector_1<T>, index: int): T;
|
|
1663
|
+
static GetElement<T extends unknown>(vector: Vector_1<T>, index: int): T;
|
|
1666
1664
|
static GreaterThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1667
1665
|
static GreaterThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1668
1666
|
static GreaterThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1669
1667
|
static GreaterThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1670
|
-
static GreaterThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1671
|
-
static GreaterThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1672
|
-
static GreaterThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1668
|
+
static GreaterThan<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1669
|
+
static GreaterThanAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1670
|
+
static GreaterThanAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1673
1671
|
static GreaterThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1674
1672
|
static GreaterThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1675
1673
|
static GreaterThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1676
1674
|
static GreaterThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1677
|
-
static GreaterThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1678
|
-
static GreaterThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1679
|
-
static GreaterThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1675
|
+
static GreaterThanOrEqual<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1676
|
+
static GreaterThanOrEqualAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1677
|
+
static GreaterThanOrEqualAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1680
1678
|
static Hypot(x: Vector_1<System_Internal.Double>, y: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1681
1679
|
static Hypot(x: Vector_1<System_Internal.Single>, y: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1682
|
-
static IndexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1683
|
-
static IndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1684
|
-
static IsEvenInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1685
|
-
static IsFinite<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1686
|
-
static IsInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1687
|
-
static IsInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1688
|
-
static IsNaN<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1689
|
-
static IsNegative<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1690
|
-
static IsNegativeInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1691
|
-
static IsNormal<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1692
|
-
static IsOddInteger<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1693
|
-
static IsPositive<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1694
|
-
static IsPositiveInfinity<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1695
|
-
static IsSubnormal<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1696
|
-
static IsZero<T>(vector: Vector_1<T>): Vector_1<T>;
|
|
1697
|
-
static LastIndexOf<T>(vector: Vector_1<T>, value: T): int;
|
|
1698
|
-
static LastIndexOfWhereAllBitsSet<T>(vector: Vector_1<T>): int;
|
|
1680
|
+
static IndexOf<T extends unknown>(vector: Vector_1<T>, value: T): int;
|
|
1681
|
+
static IndexOfWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
|
|
1682
|
+
static IsEvenInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1683
|
+
static IsFinite<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1684
|
+
static IsInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1685
|
+
static IsInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1686
|
+
static IsNaN<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1687
|
+
static IsNegative<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1688
|
+
static IsNegativeInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1689
|
+
static IsNormal<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1690
|
+
static IsOddInteger<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1691
|
+
static IsPositive<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1692
|
+
static IsPositiveInfinity<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1693
|
+
static IsSubnormal<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1694
|
+
static IsZero<T extends unknown>(vector: Vector_1<T>): Vector_1<T>;
|
|
1695
|
+
static LastIndexOf<T extends unknown>(vector: Vector_1<T>, value: T): int;
|
|
1696
|
+
static LastIndexOfWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): int;
|
|
1699
1697
|
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>;
|
|
1700
1698
|
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>;
|
|
1701
1699
|
static LessThan(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1702
1700
|
static LessThan(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1703
1701
|
static LessThan(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1704
1702
|
static LessThan(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1705
|
-
static LessThan<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1706
|
-
static LessThanAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1707
|
-
static LessThanAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1703
|
+
static LessThan<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1704
|
+
static LessThanAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1705
|
+
static LessThanAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1708
1706
|
static LessThanOrEqual(left: Vector_1<System_Internal.Double>, right: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Int64>;
|
|
1709
1707
|
static LessThanOrEqual(left: Vector_1<System_Internal.Int32>, right: Vector_1<System_Internal.Int32>): Vector_1<System_Internal.Int32>;
|
|
1710
1708
|
static LessThanOrEqual(left: Vector_1<System_Internal.Int64>, right: Vector_1<System_Internal.Int64>): Vector_1<System_Internal.Int64>;
|
|
1711
1709
|
static LessThanOrEqual(left: Vector_1<System_Internal.Single>, right: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Int32>;
|
|
1712
|
-
static LessThanOrEqual<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1713
|
-
static LessThanOrEqualAll<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1714
|
-
static LessThanOrEqualAny<T>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1715
|
-
static Load<T>(source: ptr<T>): Vector_1<T>;
|
|
1716
|
-
static LoadAligned<T>(source: ptr<T>): Vector_1<T>;
|
|
1717
|
-
static LoadAlignedNonTemporal<T>(source: ptr<T>): Vector_1<T>;
|
|
1718
|
-
static LoadUnsafe<T>(source: T, elementOffset: nuint): Vector_1<T>;
|
|
1719
|
-
static LoadUnsafe<T>(source: T): Vector_1<T>;
|
|
1710
|
+
static LessThanOrEqual<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1711
|
+
static LessThanOrEqualAll<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1712
|
+
static LessThanOrEqualAny<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): boolean;
|
|
1713
|
+
static Load<T extends unknown>(source: ptr<T>): Vector_1<T>;
|
|
1714
|
+
static LoadAligned<T extends unknown>(source: ptr<T>): Vector_1<T>;
|
|
1715
|
+
static LoadAlignedNonTemporal<T extends unknown>(source: ptr<T>): Vector_1<T>;
|
|
1716
|
+
static LoadUnsafe<T extends unknown>(source: T, elementOffset: nuint): Vector_1<T>;
|
|
1717
|
+
static LoadUnsafe<T extends unknown>(source: T): Vector_1<T>;
|
|
1720
1718
|
static Log(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1721
1719
|
static Log(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1722
1720
|
static Log2(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1723
1721
|
static Log2(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1724
|
-
static Max<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1725
|
-
static MaxMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1726
|
-
static MaxMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1727
|
-
static MaxNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1728
|
-
static MaxNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1729
|
-
static Min<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1730
|
-
static MinMagnitude<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1731
|
-
static MinMagnitudeNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1732
|
-
static MinNative<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1733
|
-
static MinNumber<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1734
|
-
static Multiply<T>(left: T, right: Vector_1<T>): Vector_1<T>;
|
|
1735
|
-
static Multiply<T>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1736
|
-
static Multiply<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1722
|
+
static Max<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1723
|
+
static MaxMagnitude<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1724
|
+
static MaxMagnitudeNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1725
|
+
static MaxNative<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1726
|
+
static MaxNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1727
|
+
static Min<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1728
|
+
static MinMagnitude<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1729
|
+
static MinMagnitudeNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1730
|
+
static MinNative<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1731
|
+
static MinNumber<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1732
|
+
static Multiply<T extends unknown>(left: T, right: Vector_1<T>): Vector_1<T>;
|
|
1733
|
+
static Multiply<T extends unknown>(left: Vector_1<T>, right: T): Vector_1<T>;
|
|
1734
|
+
static Multiply<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1737
1735
|
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>;
|
|
1738
1736
|
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>;
|
|
1739
1737
|
static Narrow(low: Vector_1<System_Internal.Double>, high: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Single>;
|
|
@@ -1750,10 +1748,10 @@ export abstract class Vector$instance {
|
|
|
1750
1748
|
static NarrowWithSaturation(low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): Vector_1<System_Internal.Byte>;
|
|
1751
1749
|
static NarrowWithSaturation(low: Vector_1<System_Internal.UInt32>, high: Vector_1<System_Internal.UInt32>): Vector_1<System_Internal.UInt16>;
|
|
1752
1750
|
static NarrowWithSaturation(low: Vector_1<System_Internal.UInt64>, high: Vector_1<System_Internal.UInt64>): Vector_1<System_Internal.UInt32>;
|
|
1753
|
-
static Negate<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1754
|
-
static None<T>(vector: Vector_1<T>, value: T): boolean;
|
|
1755
|
-
static NoneWhereAllBitsSet<T>(vector: Vector_1<T>): boolean;
|
|
1756
|
-
static OnesComplement<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1751
|
+
static Negate<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
|
|
1752
|
+
static None<T extends unknown>(vector: Vector_1<T>, value: T): boolean;
|
|
1753
|
+
static NoneWhereAllBitsSet<T extends unknown>(vector: Vector_1<T>): boolean;
|
|
1754
|
+
static OnesComplement<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
|
|
1757
1755
|
static RadiansToDegrees(radians: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1758
1756
|
static RadiansToDegrees(radians: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1759
1757
|
static Round(vector: Vector_1<System_Internal.Double>, mode: MidpointRounding): Vector_1<System_Internal.Double>;
|
|
@@ -1789,34 +1787,34 @@ export abstract class Vector$instance {
|
|
|
1789
1787
|
static Sin(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1790
1788
|
static SinCos(vector: Vector_1<System_Internal.Double>): ValueTuple_2<Vector_1<System_Internal.Double>, Vector_1<System_Internal.Double>>;
|
|
1791
1789
|
static SinCos(vector: Vector_1<System_Internal.Single>): ValueTuple_2<Vector_1<System_Internal.Single>, Vector_1<System_Internal.Single>>;
|
|
1792
|
-
static SquareRoot<T>(value: Vector_1<T>): Vector_1<T>;
|
|
1790
|
+
static SquareRoot<T extends unknown>(value: Vector_1<T>): Vector_1<T>;
|
|
1793
1791
|
static Store(source: Vector2, destination: ptr<float>): void;
|
|
1794
1792
|
static Store(source: Vector3, destination: ptr<float>): void;
|
|
1795
1793
|
static Store(source: Vector4, destination: ptr<float>): void;
|
|
1796
|
-
static Store<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1794
|
+
static Store<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1797
1795
|
static StoreAligned(source: Vector2, destination: ptr<float>): void;
|
|
1798
1796
|
static StoreAligned(source: Vector3, destination: ptr<float>): void;
|
|
1799
1797
|
static StoreAligned(source: Vector4, destination: ptr<float>): void;
|
|
1800
|
-
static StoreAligned<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1798
|
+
static StoreAligned<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1801
1799
|
static StoreAlignedNonTemporal(source: Vector2, destination: ptr<float>): void;
|
|
1802
1800
|
static StoreAlignedNonTemporal(source: Vector3, destination: ptr<float>): void;
|
|
1803
1801
|
static StoreAlignedNonTemporal(source: Vector4, destination: ptr<float>): void;
|
|
1804
|
-
static StoreAlignedNonTemporal<T>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1802
|
+
static StoreAlignedNonTemporal<T extends unknown>(source: Vector_1<T>, destination: ptr<T>): void;
|
|
1805
1803
|
static StoreUnsafe(source: Vector2, destination: float, elementOffset: nuint): void;
|
|
1806
1804
|
static StoreUnsafe(source: Vector2, destination: float): void;
|
|
1807
1805
|
static StoreUnsafe(source: Vector3, destination: float, elementOffset: nuint): void;
|
|
1808
1806
|
static StoreUnsafe(source: Vector3, destination: float): void;
|
|
1809
1807
|
static StoreUnsafe(source: Vector4, destination: float, elementOffset: nuint): void;
|
|
1810
1808
|
static StoreUnsafe(source: Vector4, destination: float): void;
|
|
1811
|
-
static StoreUnsafe<T>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
|
|
1812
|
-
static StoreUnsafe<T>(source: Vector_1<T>, destination: T): void;
|
|
1813
|
-
static Subtract<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1814
|
-
static SubtractSaturate<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1815
|
-
static Sum<T>(value: Vector_1<T>): T;
|
|
1809
|
+
static StoreUnsafe<T extends unknown>(source: Vector_1<T>, destination: T, elementOffset: nuint): void;
|
|
1810
|
+
static StoreUnsafe<T extends unknown>(source: Vector_1<T>, destination: T): void;
|
|
1811
|
+
static Subtract<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1812
|
+
static SubtractSaturate<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1813
|
+
static Sum<T extends unknown>(value: Vector_1<T>): T;
|
|
1816
1814
|
static ToScalar(vector: Vector2): float;
|
|
1817
1815
|
static ToScalar(vector: Vector3): float;
|
|
1818
1816
|
static ToScalar(vector: Vector4): float;
|
|
1819
|
-
static ToScalar<T>(vector: Vector_1<T>): T;
|
|
1817
|
+
static ToScalar<T extends unknown>(vector: Vector_1<T>): T;
|
|
1820
1818
|
static Truncate(vector: Vector_1<System_Internal.Double>): Vector_1<System_Internal.Double>;
|
|
1821
1819
|
static Truncate(vector: Vector_1<System_Internal.Single>): Vector_1<System_Internal.Single>;
|
|
1822
1820
|
static Widen(source: Vector_1<System_Internal.Byte>, low: Vector_1<System_Internal.UInt16>, high: Vector_1<System_Internal.UInt16>): void;
|
|
@@ -1843,8 +1841,8 @@ export abstract class Vector$instance {
|
|
|
1843
1841
|
static WithElement(vector: Vector2, index: int, value: float): Vector2;
|
|
1844
1842
|
static WithElement(vector: Vector3, index: int, value: float): Vector3;
|
|
1845
1843
|
static WithElement(vector: Vector4, index: int, value: float): Vector4;
|
|
1846
|
-
static WithElement<T>(vector: Vector_1<T>, index: int, value: T): Vector_1<T>;
|
|
1847
|
-
static Xor<T>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1844
|
+
static WithElement<T extends unknown>(vector: Vector_1<T>, index: int, value: T): Vector_1<T>;
|
|
1845
|
+
static Xor<T extends unknown>(left: Vector_1<T>, right: Vector_1<T>): Vector_1<T>;
|
|
1848
1846
|
}
|
|
1849
1847
|
|
|
1850
1848
|
|