@tsonic/dotnet 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- 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 { JsValue, 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";
|
|
@@ -34,12 +32,12 @@ export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult
|
|
|
34
32
|
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> {
|
|
35
33
|
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
36
34
|
|
|
37
|
-
CompareTo(obj:
|
|
35
|
+
CompareTo(obj: JsValue | 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;
|
|
@@ -53,12 +51,12 @@ export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee
|
|
|
53
51
|
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> {
|
|
54
52
|
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
55
53
|
|
|
56
|
-
CompareTo(obj:
|
|
54
|
+
CompareTo(obj: JsValue | 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;
|
|
@@ -74,11 +72,11 @@ export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInt
|
|
|
74
72
|
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> {
|
|
75
73
|
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
76
74
|
|
|
77
|
-
CompareTo(obj:
|
|
75
|
+
CompareTo(obj: JsValue | 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
|
|
|
@@ -132,9 +130,9 @@ export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOthe
|
|
|
132
130
|
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> {
|
|
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
|
|
|
@@ -144,12 +142,12 @@ export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>
|
|
|
144
142
|
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> {
|
|
145
143
|
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
146
144
|
|
|
147
|
-
CompareTo(obj:
|
|
145
|
+
CompareTo(obj: JsValue | 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;
|
|
@@ -163,9 +161,9 @@ export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingP
|
|
|
163
161
|
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> {
|
|
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
|
|
|
@@ -175,12 +173,12 @@ export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TS
|
|
|
175
173
|
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> {
|
|
176
174
|
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
177
175
|
|
|
178
|
-
CompareTo(obj:
|
|
176
|
+
CompareTo(obj: JsValue | 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;
|
|
@@ -194,9 +192,9 @@ export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>
|
|
|
194
192
|
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> {
|
|
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
|
|
|
@@ -214,9 +212,9 @@ export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> =
|
|
|
214
212
|
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> {
|
|
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
|
|
|
@@ -258,11 +256,11 @@ export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOthe
|
|
|
258
256
|
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> {
|
|
259
257
|
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
260
258
|
|
|
261
|
-
CompareTo(obj:
|
|
259
|
+
CompareTo(obj: JsValue | 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
|
|
|
@@ -274,10 +272,10 @@ export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf
|
|
|
274
272
|
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> {
|
|
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
|
|
|
@@ -288,9 +286,9 @@ export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$in
|
|
|
288
286
|
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> {
|
|
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
|
|
|
@@ -300,9 +298,9 @@ export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFu
|
|
|
300
298
|
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> {
|
|
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
|
|
|
@@ -320,9 +318,9 @@ export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TRe
|
|
|
320
318
|
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> {
|
|
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
|
|
|
@@ -340,9 +338,9 @@ export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf,
|
|
|
340
338
|
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> {
|
|
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
|
|
|
@@ -368,9 +366,9 @@ export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TRe
|
|
|
368
366
|
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> {
|
|
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
|
|
|
@@ -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:
|
|
422
|
-
Equals(obj:
|
|
419
|
+
CompareTo(obj: JsValue | null): int;
|
|
420
|
+
Equals(obj: JsValue | 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
|
|
|
@@ -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
|
|
|
@@ -518,7 +516,7 @@ export interface __BigInteger$views {
|
|
|
518
516
|
|
|
519
517
|
// Structural method bridges for numeric interface constraints
|
|
520
518
|
Equals(other: BigInteger): boolean;
|
|
521
|
-
CompareTo(obj:
|
|
519
|
+
CompareTo(obj: JsValue): int;
|
|
522
520
|
ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
523
521
|
TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
524
522
|
TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
@@ -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:
|
|
561
|
+
Equals(obj: JsValue | 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
|
|
|
@@ -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:
|
|
680
|
+
Equals(obj: JsValue | 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:
|
|
762
|
+
Equals(obj: JsValue | 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:
|
|
857
|
+
Equals(obj: JsValue | 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:
|
|
901
|
+
Equals(obj: JsValue | null): boolean;
|
|
904
902
|
Equals(other: Quaternion): boolean;
|
|
905
903
|
GetHashCode(): int;
|
|
906
904
|
Length(): float;
|
|
@@ -945,17 +943,17 @@ 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 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:
|
|
956
|
+
Equals(obj: JsValue | null): boolean;
|
|
959
957
|
GetHashCode(obj: T): int;
|
|
960
958
|
GetHashCode(): int;
|
|
961
959
|
}
|
|
@@ -997,12 +995,12 @@ 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:
|
|
998
|
+
Equals(obj: JsValue | 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
|
}
|
|
@@ -1015,12 +1013,12 @@ export const Vector_1: {
|
|
|
1015
1013
|
new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
|
|
1016
1014
|
new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
|
|
1017
1015
|
new<T>(values: Span_1<T>): Vector_1<T>;
|
|
1018
|
-
readonly AllBitsSet:
|
|
1016
|
+
readonly AllBitsSet: <T>() => Vector_1<T>;
|
|
1019
1017
|
readonly Count: int;
|
|
1020
|
-
readonly Indices:
|
|
1018
|
+
readonly Indices: <T>() => Vector_1<T>;
|
|
1021
1019
|
readonly IsSupported: boolean;
|
|
1022
|
-
readonly One:
|
|
1023
|
-
readonly Zero:
|
|
1020
|
+
readonly One: <T>() => Vector_1<T>;
|
|
1021
|
+
readonly Zero: <T>() => Vector_1<T>;
|
|
1024
1022
|
};
|
|
1025
1023
|
|
|
1026
1024
|
|
|
@@ -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:
|
|
1047
|
+
Equals(obj: JsValue | 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:
|
|
1210
|
+
Equals(obj: JsValue | 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:
|
|
1376
|
+
Equals(obj: JsValue | 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
|
|