@tsonic/dotnet 0.8.2 → 0.8.3
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -28,12 +28,12 @@ export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<
|
|
|
28
28
|
export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
29
29
|
|
|
30
30
|
export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
31
|
-
compareTo(obj: unknown
|
|
31
|
+
compareTo(obj: unknown): int;
|
|
32
32
|
compareTo(other: TSelf): int;
|
|
33
33
|
getExponentByteCount(): int;
|
|
34
|
-
toString(format: string
|
|
35
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
36
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
34
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
35
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
36
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
37
37
|
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
38
38
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
39
39
|
writeExponentBigEndian(destination: byte[]): int;
|
|
@@ -45,12 +45,12 @@ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFlo
|
|
|
45
45
|
export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
46
46
|
|
|
47
47
|
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, System_Internal.Int32, TSelf> {
|
|
48
|
-
compareTo(obj: unknown
|
|
48
|
+
compareTo(obj: unknown): int;
|
|
49
49
|
compareTo(other: TSelf): int;
|
|
50
50
|
getByteCount(): int;
|
|
51
|
-
toString(format: string
|
|
52
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
53
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
51
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
52
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
53
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
54
54
|
tryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
55
55
|
writeBigEndian(destination: byte[], startIndex: int): int;
|
|
56
56
|
writeBigEndian(destination: byte[]): int;
|
|
@@ -64,11 +64,11 @@ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>
|
|
|
64
64
|
export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
65
65
|
|
|
66
66
|
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
67
|
-
compareTo(obj: unknown
|
|
67
|
+
compareTo(obj: unknown): int;
|
|
68
68
|
compareTo(other: TSelf): int;
|
|
69
|
-
toString(format: string
|
|
70
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
71
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
69
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
70
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
71
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
72
72
|
equals(other: TSelf): boolean;
|
|
73
73
|
}
|
|
74
74
|
|
|
@@ -110,9 +110,9 @@ export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_
|
|
|
110
110
|
export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
111
111
|
|
|
112
112
|
export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
113
|
-
toString(format: string
|
|
114
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
115
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
113
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
114
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
115
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
116
116
|
equals(other: TSelf): boolean;
|
|
117
117
|
}
|
|
118
118
|
|
|
@@ -120,12 +120,12 @@ export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunc
|
|
|
120
120
|
export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
121
121
|
|
|
122
122
|
export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
|
|
123
|
-
compareTo(obj: unknown
|
|
123
|
+
compareTo(obj: unknown): int;
|
|
124
124
|
compareTo(other: TSelf): int;
|
|
125
125
|
getExponentByteCount(): int;
|
|
126
|
-
toString(format: string
|
|
127
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
128
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
126
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
127
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
128
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
129
129
|
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
130
130
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
131
131
|
writeExponentBigEndian(destination: byte[]): int;
|
|
@@ -137,9 +137,9 @@ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>
|
|
|
137
137
|
export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
138
138
|
|
|
139
139
|
export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
140
|
-
toString(format: string
|
|
141
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
142
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
140
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
141
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
142
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
143
143
|
equals(other: TSelf): boolean;
|
|
144
144
|
}
|
|
145
145
|
|
|
@@ -147,12 +147,12 @@ export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPoint
|
|
|
147
147
|
export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
148
148
|
|
|
149
149
|
export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
150
|
-
compareTo(obj: unknown
|
|
150
|
+
compareTo(obj: unknown): int;
|
|
151
151
|
compareTo(other: TSelf): int;
|
|
152
152
|
getExponentByteCount(): int;
|
|
153
|
-
toString(format: string
|
|
154
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
155
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
153
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
154
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
155
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
156
156
|
tryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
|
|
157
157
|
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
158
158
|
writeExponentBigEndian(destination: byte[]): int;
|
|
@@ -164,9 +164,9 @@ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIe
|
|
|
164
164
|
export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
165
165
|
|
|
166
166
|
export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
167
|
-
toString(format: string
|
|
168
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
169
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
167
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
168
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
169
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
170
170
|
equals(other: TSelf): boolean;
|
|
171
171
|
}
|
|
172
172
|
|
|
@@ -180,9 +180,9 @@ export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperator
|
|
|
180
180
|
export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
181
181
|
|
|
182
182
|
export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
183
|
-
toString(format: string
|
|
184
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
185
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
183
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
184
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
185
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
186
186
|
equals(other: TSelf): boolean;
|
|
187
187
|
}
|
|
188
188
|
|
|
@@ -214,11 +214,11 @@ export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_
|
|
|
214
214
|
export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
215
215
|
|
|
216
216
|
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
217
|
-
compareTo(obj: unknown
|
|
217
|
+
compareTo(obj: unknown): int;
|
|
218
218
|
compareTo(other: TSelf): int;
|
|
219
|
-
toString(format: string
|
|
220
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
221
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
219
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
220
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
221
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
222
222
|
equals(other: TSelf): boolean;
|
|
223
223
|
}
|
|
224
224
|
|
|
@@ -228,10 +228,10 @@ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends Syst
|
|
|
228
228
|
export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
229
229
|
|
|
230
230
|
export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
231
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
232
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
233
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
231
234
|
equals(other: TSelf): boolean;
|
|
232
|
-
toString(format: string | undefined, formatProvider: IFormatProvider | undefined): string;
|
|
233
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
|
|
234
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | undefined): boolean;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
|
|
@@ -240,9 +240,9 @@ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> exte
|
|
|
240
240
|
export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
241
241
|
|
|
242
242
|
export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
243
|
-
toString(format: string
|
|
244
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
245
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
243
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
244
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
245
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
246
246
|
equals(other: TSelf): boolean;
|
|
247
247
|
}
|
|
248
248
|
|
|
@@ -250,9 +250,9 @@ export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSel
|
|
|
250
250
|
export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
251
251
|
|
|
252
252
|
export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
253
|
-
toString(format: string
|
|
254
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
255
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
253
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
254
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
255
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
256
256
|
equals(other: TSelf): boolean;
|
|
257
257
|
}
|
|
258
258
|
|
|
@@ -266,9 +266,9 @@ export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSel
|
|
|
266
266
|
export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
267
267
|
|
|
268
268
|
export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
269
|
-
toString(format: string
|
|
270
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
271
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
269
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
270
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
271
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
272
272
|
equals(other: TSelf): boolean;
|
|
273
273
|
}
|
|
274
274
|
|
|
@@ -282,9 +282,9 @@ export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOper
|
|
|
282
282
|
export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
283
283
|
|
|
284
284
|
export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
285
|
-
toString(format: string
|
|
286
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
287
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
285
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
286
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
287
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
288
288
|
equals(other: TSelf): boolean;
|
|
289
289
|
}
|
|
290
290
|
|
|
@@ -304,9 +304,9 @@ export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperator
|
|
|
304
304
|
export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
305
305
|
|
|
306
306
|
export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
307
|
-
toString(format: string
|
|
308
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
309
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
307
|
+
toString(format: string, formatProvider: IFormatProvider): string;
|
|
308
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
309
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
310
310
|
equals(other: TSelf): boolean;
|
|
311
311
|
}
|
|
312
312
|
|
|
@@ -332,11 +332,11 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
|
|
|
332
332
|
getHashCode(): int;
|
|
333
333
|
toByteArray(): byte[];
|
|
334
334
|
toByteArray(isUnsigned?: boolean, isBigEndian?: boolean): byte[];
|
|
335
|
-
toString(): string
|
|
336
|
-
toString(provider: IFormatProvider
|
|
337
|
-
toString(format: string
|
|
335
|
+
toString(): string;
|
|
336
|
+
toString(provider: IFormatProvider): string;
|
|
337
|
+
toString(format: string): string;
|
|
338
338
|
toString(format: string, provider: IFormatProvider): string;
|
|
339
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider
|
|
339
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
340
340
|
tryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
|
|
341
341
|
}
|
|
342
342
|
|
|
@@ -383,11 +383,11 @@ export const BigInteger: {
|
|
|
383
383
|
modPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
|
|
384
384
|
multiply(left: BigInteger, right: BigInteger): BigInteger;
|
|
385
385
|
negate(value: BigInteger): BigInteger;
|
|
386
|
-
parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider
|
|
387
|
-
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
388
|
-
parse(value: string, style: NumberStyles, provider: IFormatProvider
|
|
386
|
+
parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
|
|
387
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
|
|
388
|
+
parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
|
|
389
389
|
parse(value: string, style: NumberStyles): BigInteger;
|
|
390
|
-
parse(value: string, provider: IFormatProvider
|
|
390
|
+
parse(value: string, provider: IFormatProvider): BigInteger;
|
|
391
391
|
parse(value: string): BigInteger;
|
|
392
392
|
popCount(value: BigInteger): BigInteger;
|
|
393
393
|
pow(value: BigInteger, exponent: int): BigInteger;
|
|
@@ -396,8 +396,8 @@ export const BigInteger: {
|
|
|
396
396
|
rotateRight(value: BigInteger, rotateAmount: int): BigInteger;
|
|
397
397
|
subtract(left: BigInteger, right: BigInteger): BigInteger;
|
|
398
398
|
trailingZeroCount(value: BigInteger): BigInteger;
|
|
399
|
-
tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider
|
|
400
|
-
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
399
|
+
tryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
400
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
|
|
401
401
|
tryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
|
|
402
402
|
tryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
|
|
403
403
|
tryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
|
|
@@ -444,12 +444,12 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
|
|
|
444
444
|
equals(obj: unknown): boolean;
|
|
445
445
|
equals(value: Complex): boolean;
|
|
446
446
|
getHashCode(): int;
|
|
447
|
-
toString(): string
|
|
448
|
-
toString(format: string
|
|
449
|
-
toString(provider: IFormatProvider
|
|
447
|
+
toString(): string;
|
|
448
|
+
toString(format: string): string;
|
|
449
|
+
toString(provider: IFormatProvider): string;
|
|
450
450
|
toString(format: string, provider: IFormatProvider): string;
|
|
451
|
-
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider
|
|
452
|
-
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider
|
|
451
|
+
tryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
452
|
+
tryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
|
|
453
453
|
}
|
|
454
454
|
|
|
455
455
|
|
|
@@ -502,10 +502,10 @@ export const Complex: {
|
|
|
502
502
|
multiply(left: Complex, right: double): Complex;
|
|
503
503
|
multiply(left: Complex, right: Complex): Complex;
|
|
504
504
|
negate(value: Complex): Complex;
|
|
505
|
-
parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider
|
|
506
|
-
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
507
|
-
parse(s: string, style: NumberStyles, provider: IFormatProvider
|
|
508
|
-
parse(s: string, provider: IFormatProvider
|
|
505
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
506
|
+
parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
|
|
507
|
+
parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
|
|
508
|
+
parse(s: string, provider: IFormatProvider): Complex;
|
|
509
509
|
pow(value: Complex, power: double): Complex;
|
|
510
510
|
pow(value: Complex, power: Complex): Complex;
|
|
511
511
|
reciprocal(value: Complex): Complex;
|
|
@@ -517,8 +517,8 @@ export const Complex: {
|
|
|
517
517
|
subtract(left: Complex, right: Complex): Complex;
|
|
518
518
|
tan(value: Complex): Complex;
|
|
519
519
|
tanh(value: Complex): Complex;
|
|
520
|
-
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider
|
|
521
|
-
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider
|
|
520
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
521
|
+
tryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
|
|
522
522
|
tryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
|
|
523
523
|
tryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
|
|
524
524
|
};
|
|
@@ -566,7 +566,7 @@ export interface Matrix3x2$instance {
|
|
|
566
566
|
getRow(index: int): Vector2;
|
|
567
567
|
set_Item(row: int, value: Vector2): void;
|
|
568
568
|
set_Item(row: int, column: int, value: float): void;
|
|
569
|
-
toString(): string
|
|
569
|
+
toString(): string;
|
|
570
570
|
withElement(row: int, column: int, value: float): Matrix3x2;
|
|
571
571
|
withRow(index: int, value: Vector2): Matrix3x2;
|
|
572
572
|
}
|
|
@@ -644,7 +644,7 @@ export interface Matrix4x4$instance {
|
|
|
644
644
|
getRow(index: int): Vector4;
|
|
645
645
|
set_Item(row: int, value: Vector4): void;
|
|
646
646
|
set_Item(row: int, column: int, value: float): void;
|
|
647
|
-
toString(): string
|
|
647
|
+
toString(): string;
|
|
648
648
|
withElement(row: int, column: int, value: float): Matrix4x4;
|
|
649
649
|
withRow(index: int, value: Vector4): Matrix4x4;
|
|
650
650
|
}
|
|
@@ -728,7 +728,7 @@ export interface Plane$instance {
|
|
|
728
728
|
equals(obj: unknown): boolean;
|
|
729
729
|
equals(other: Plane): boolean;
|
|
730
730
|
getHashCode(): int;
|
|
731
|
-
toString(): string
|
|
731
|
+
toString(): string;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
734
|
|
|
@@ -771,7 +771,7 @@ export interface Quaternion$instance {
|
|
|
771
771
|
getHashCode(): int;
|
|
772
772
|
length(): float;
|
|
773
773
|
lengthSquared(): float;
|
|
774
|
-
toString(): string
|
|
774
|
+
toString(): string;
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
|
|
@@ -812,11 +812,11 @@ export type Quaternion = Quaternion$instance & __Quaternion$views;
|
|
|
812
812
|
|
|
813
813
|
|
|
814
814
|
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> {
|
|
815
|
-
compare(x: T
|
|
816
|
-
equals(x: T
|
|
815
|
+
compare(x: T, y: T): int;
|
|
816
|
+
equals(x: T, y: T): boolean;
|
|
817
817
|
equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
818
|
-
equals(obj: unknown
|
|
819
|
-
getHashCode(obj: T
|
|
818
|
+
equals(obj: unknown): boolean;
|
|
819
|
+
getHashCode(obj: T): int;
|
|
820
820
|
getHashCode(): int;
|
|
821
821
|
}
|
|
822
822
|
|
|
@@ -835,6 +835,8 @@ export interface __TotalOrderIeee754Comparer_1$views<T extends IFloatingPointIee
|
|
|
835
835
|
equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
836
836
|
}
|
|
837
837
|
|
|
838
|
+
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {}
|
|
839
|
+
|
|
838
840
|
export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> = TotalOrderIeee754Comparer_1$instance<T> & __TotalOrderIeee754Comparer_1$views<T>;
|
|
839
841
|
|
|
840
842
|
|
|
@@ -847,8 +849,8 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
|
|
|
847
849
|
equals(obj: unknown): boolean;
|
|
848
850
|
equals(other: Vector_1<T>): boolean;
|
|
849
851
|
getHashCode(): int;
|
|
850
|
-
toString(): string
|
|
851
|
-
toString(format: string
|
|
852
|
+
toString(): string;
|
|
853
|
+
toString(format: string): string;
|
|
852
854
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
853
855
|
tryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
|
|
854
856
|
tryCopyTo(destination: Span_1<T>): boolean;
|
|
@@ -896,8 +898,8 @@ export interface Vector2$instance {
|
|
|
896
898
|
getHashCode(): int;
|
|
897
899
|
length(): float;
|
|
898
900
|
lengthSquared(): float;
|
|
899
|
-
toString(): string
|
|
900
|
-
toString(format: string
|
|
901
|
+
toString(): string;
|
|
902
|
+
toString(format: string): string;
|
|
901
903
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
902
904
|
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
903
905
|
}
|
|
@@ -1055,8 +1057,8 @@ export interface Vector3$instance {
|
|
|
1055
1057
|
getHashCode(): int;
|
|
1056
1058
|
length(): float;
|
|
1057
1059
|
lengthSquared(): float;
|
|
1058
|
-
toString(): string
|
|
1059
|
-
toString(format: string
|
|
1060
|
+
toString(): string;
|
|
1061
|
+
toString(format: string): string;
|
|
1060
1062
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1061
1063
|
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1062
1064
|
}
|
|
@@ -1216,8 +1218,8 @@ export interface Vector4$instance {
|
|
|
1216
1218
|
getHashCode(): int;
|
|
1217
1219
|
length(): float;
|
|
1218
1220
|
lengthSquared(): float;
|
|
1219
|
-
toString(): string
|
|
1220
|
-
toString(format: string
|
|
1221
|
+
toString(): string;
|
|
1222
|
+
toString(format: string): string;
|
|
1221
1223
|
toString(format: string, formatProvider: IFormatProvider): string;
|
|
1222
1224
|
tryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
|
|
1223
1225
|
}
|
|
@@ -1485,6 +1485,22 @@
|
|
|
1485
1485
|
"parameterCount": 1,
|
|
1486
1486
|
"isExtensionMethod": false
|
|
1487
1487
|
},
|
|
1488
|
+
{
|
|
1489
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
1490
|
+
"clrName": "Abs",
|
|
1491
|
+
"tsEmitName": "abs",
|
|
1492
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
1493
|
+
"provenance": "Original",
|
|
1494
|
+
"emitScope": "ClassSurface",
|
|
1495
|
+
"isStatic": true,
|
|
1496
|
+
"isAbstract": true,
|
|
1497
|
+
"isVirtual": true,
|
|
1498
|
+
"isOverride": true,
|
|
1499
|
+
"isSealed": false,
|
|
1500
|
+
"arity": 0,
|
|
1501
|
+
"parameterCount": 1,
|
|
1502
|
+
"isExtensionMethod": false
|
|
1503
|
+
},
|
|
1488
1504
|
{
|
|
1489
1505
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
1490
1506
|
"clrName": "CreateChecked",
|
|
@@ -3832,22 +3848,6 @@
|
|
|
3832
3848
|
"parameterCount": 1,
|
|
3833
3849
|
"isExtensionMethod": false
|
|
3834
3850
|
},
|
|
3835
|
-
{
|
|
3836
|
-
"stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32",
|
|
3837
|
-
"clrName": "Sign",
|
|
3838
|
-
"tsEmitName": "sign",
|
|
3839
|
-
"normalizedSignature": "Sign|(TSelf):System.Int32|static=true",
|
|
3840
|
-
"provenance": "Original",
|
|
3841
|
-
"emitScope": "ClassSurface",
|
|
3842
|
-
"isStatic": true,
|
|
3843
|
-
"isAbstract": false,
|
|
3844
|
-
"isVirtual": true,
|
|
3845
|
-
"isOverride": true,
|
|
3846
|
-
"isSealed": false,
|
|
3847
|
-
"arity": 0,
|
|
3848
|
-
"parameterCount": 1,
|
|
3849
|
-
"isExtensionMethod": false
|
|
3850
|
-
},
|
|
3851
3851
|
{
|
|
3852
3852
|
"stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
|
|
3853
3853
|
"clrName": "CompareTo",
|
|
@@ -5163,22 +5163,6 @@
|
|
|
5163
5163
|
"parameterCount": 1,
|
|
5164
5164
|
"isExtensionMethod": false
|
|
5165
5165
|
},
|
|
5166
|
-
{
|
|
5167
|
-
"stableId": "System.Private.CoreLib:System.IComparable\u00601::CompareTo(T):System.Int32",
|
|
5168
|
-
"clrName": "CompareTo",
|
|
5169
|
-
"tsEmitName": "compareTo",
|
|
5170
|
-
"normalizedSignature": "CompareTo|(T):System.Int32|static=false",
|
|
5171
|
-
"provenance": "Original",
|
|
5172
|
-
"emitScope": "ClassSurface",
|
|
5173
|
-
"isStatic": false,
|
|
5174
|
-
"isAbstract": true,
|
|
5175
|
-
"isVirtual": true,
|
|
5176
|
-
"isOverride": false,
|
|
5177
|
-
"isSealed": false,
|
|
5178
|
-
"arity": 0,
|
|
5179
|
-
"parameterCount": 1,
|
|
5180
|
-
"isExtensionMethod": false
|
|
5181
|
-
},
|
|
5182
5166
|
{
|
|
5183
5167
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
5184
5168
|
"clrName": "Abs",
|
|
@@ -5698,22 +5682,6 @@
|
|
|
5698
5682
|
}
|
|
5699
5683
|
]
|
|
5700
5684
|
},
|
|
5701
|
-
{
|
|
5702
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
5703
|
-
"clrName": "Equals",
|
|
5704
|
-
"tsEmitName": "equals",
|
|
5705
|
-
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
5706
|
-
"provenance": "Original",
|
|
5707
|
-
"emitScope": "ClassSurface",
|
|
5708
|
-
"isStatic": false,
|
|
5709
|
-
"isAbstract": true,
|
|
5710
|
-
"isVirtual": true,
|
|
5711
|
-
"isOverride": false,
|
|
5712
|
-
"isSealed": false,
|
|
5713
|
-
"arity": 0,
|
|
5714
|
-
"parameterCount": 1,
|
|
5715
|
-
"isExtensionMethod": false
|
|
5716
|
-
},
|
|
5717
5685
|
{
|
|
5718
5686
|
"stableId": "System.Private.CoreLib:System.ISpanFormattable::TryFormat(System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026,System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):System.Boolean",
|
|
5719
5687
|
"clrName": "TryFormat",
|
|
@@ -5985,6 +5953,22 @@
|
|
|
5985
5953
|
"parameterCount": 1,
|
|
5986
5954
|
"isExtensionMethod": false
|
|
5987
5955
|
},
|
|
5956
|
+
{
|
|
5957
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
5958
|
+
"clrName": "MaxMagnitude",
|
|
5959
|
+
"tsEmitName": "maxMagnitude",
|
|
5960
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
5961
|
+
"provenance": "Original",
|
|
5962
|
+
"emitScope": "ClassSurface",
|
|
5963
|
+
"isStatic": true,
|
|
5964
|
+
"isAbstract": true,
|
|
5965
|
+
"isVirtual": true,
|
|
5966
|
+
"isOverride": true,
|
|
5967
|
+
"isSealed": false,
|
|
5968
|
+
"arity": 0,
|
|
5969
|
+
"parameterCount": 2,
|
|
5970
|
+
"isExtensionMethod": false
|
|
5971
|
+
},
|
|
5988
5972
|
{
|
|
5989
5973
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
5990
5974
|
"clrName": "MultiplyAddEstimate",
|
|
@@ -6332,6 +6316,22 @@
|
|
|
6332
6316
|
"parameterCount": 2,
|
|
6333
6317
|
"isExtensionMethod": false
|
|
6334
6318
|
},
|
|
6319
|
+
{
|
|
6320
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
|
|
6321
|
+
"clrName": "Abs",
|
|
6322
|
+
"tsEmitName": "abs",
|
|
6323
|
+
"normalizedSignature": "Abs|(TSelf):TSelf|static=true",
|
|
6324
|
+
"provenance": "Original",
|
|
6325
|
+
"emitScope": "ClassSurface",
|
|
6326
|
+
"isStatic": true,
|
|
6327
|
+
"isAbstract": true,
|
|
6328
|
+
"isVirtual": true,
|
|
6329
|
+
"isOverride": true,
|
|
6330
|
+
"isSealed": false,
|
|
6331
|
+
"arity": 0,
|
|
6332
|
+
"parameterCount": 1,
|
|
6333
|
+
"isExtensionMethod": false
|
|
6334
|
+
},
|
|
6335
6335
|
{
|
|
6336
6336
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf",
|
|
6337
6337
|
"clrName": "CreateChecked",
|
|
@@ -6364,6 +6364,22 @@
|
|
|
6364
6364
|
"parameterCount": 1,
|
|
6365
6365
|
"isExtensionMethod": false
|
|
6366
6366
|
},
|
|
6367
|
+
{
|
|
6368
|
+
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MaxMagnitude(TSelf,TSelf):TSelf",
|
|
6369
|
+
"clrName": "MaxMagnitude",
|
|
6370
|
+
"tsEmitName": "maxMagnitude",
|
|
6371
|
+
"normalizedSignature": "MaxMagnitude|(TSelf,TSelf):TSelf|static=true",
|
|
6372
|
+
"provenance": "Original",
|
|
6373
|
+
"emitScope": "ClassSurface",
|
|
6374
|
+
"isStatic": true,
|
|
6375
|
+
"isAbstract": true,
|
|
6376
|
+
"isVirtual": true,
|
|
6377
|
+
"isOverride": true,
|
|
6378
|
+
"isSealed": false,
|
|
6379
|
+
"arity": 0,
|
|
6380
|
+
"parameterCount": 2,
|
|
6381
|
+
"isExtensionMethod": false
|
|
6382
|
+
},
|
|
6367
6383
|
{
|
|
6368
6384
|
"stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::MultiplyAddEstimate(TSelf,TSelf,TSelf):TSelf",
|
|
6369
6385
|
"clrName": "MultiplyAddEstimate",
|