@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -16,18 +16,24 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
16
16
|
import type { Boolean as ClrBoolean, Byte, Char, Decimal, Double, IComparable, IComparable_1, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IParsable_1, ISpanFormattable, ISpanParsable_1, IUtf8SpanFormattable, IUtf8SpanParsable_1, MidpointRounding, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt16, UInt32, UInt64, UIntPtr, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface IAdditionOperators_3$instance<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
19
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
20
|
+
|
|
19
21
|
}
|
|
20
22
|
|
|
21
23
|
|
|
22
24
|
export type IAdditionOperators_3<TSelf extends IAdditionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IAdditionOperators_3$instance<TSelf, TOther, TResult>;
|
|
23
25
|
|
|
24
26
|
export interface IAdditiveIdentity_2$instance<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> {
|
|
27
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
28
|
+
|
|
25
29
|
}
|
|
26
30
|
|
|
27
31
|
|
|
28
32
|
export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult>, TResult> = IAdditiveIdentity_2$instance<TSelf, TResult>;
|
|
29
33
|
|
|
30
34
|
export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
35
|
+
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
36
|
+
|
|
31
37
|
CompareTo(obj: unknown): int;
|
|
32
38
|
CompareTo(other: TSelf): int;
|
|
33
39
|
GetExponentByteCount(): int;
|
|
@@ -45,6 +51,8 @@ export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFlo
|
|
|
45
51
|
export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> = IBinaryFloatingPointIeee754_1$instance<TSelf>;
|
|
46
52
|
|
|
47
53
|
export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, System_Internal.Int32, TSelf> {
|
|
54
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
55
|
+
|
|
48
56
|
CompareTo(obj: unknown): int;
|
|
49
57
|
CompareTo(other: TSelf): int;
|
|
50
58
|
GetByteCount(): int;
|
|
@@ -64,6 +72,8 @@ export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>
|
|
|
64
72
|
export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInteger_1$instance<TSelf>;
|
|
65
73
|
|
|
66
74
|
export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
75
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
76
|
+
|
|
67
77
|
CompareTo(obj: unknown): int;
|
|
68
78
|
CompareTo(other: TSelf): int;
|
|
69
79
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
@@ -78,12 +88,16 @@ export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>>
|
|
|
78
88
|
export type IBinaryNumber_1<TSelf extends IBinaryNumber_1<TSelf>> = IBinaryNumber_1$instance<TSelf>;
|
|
79
89
|
|
|
80
90
|
export interface IBitwiseOperators_3$instance<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
91
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
92
|
+
|
|
81
93
|
}
|
|
82
94
|
|
|
83
95
|
|
|
84
96
|
export type IBitwiseOperators_3<TSelf extends IBitwiseOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IBitwiseOperators_3$instance<TSelf, TOther, TResult>;
|
|
85
97
|
|
|
86
98
|
export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> extends IEqualityOperators_3<TSelf, TOther, TResult> {
|
|
99
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
100
|
+
|
|
87
101
|
}
|
|
88
102
|
|
|
89
103
|
|
|
@@ -92,24 +106,32 @@ export interface IComparisonOperators_3$instance<TSelf extends IComparisonOperat
|
|
|
92
106
|
export type IComparisonOperators_3<TSelf extends IComparisonOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IComparisonOperators_3$instance<TSelf, TOther, TResult>;
|
|
93
107
|
|
|
94
108
|
export interface IDecrementOperators_1$instance<TSelf extends IDecrementOperators_1<TSelf>> {
|
|
109
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
110
|
+
|
|
95
111
|
}
|
|
96
112
|
|
|
97
113
|
|
|
98
114
|
export type IDecrementOperators_1<TSelf extends IDecrementOperators_1<TSelf>> = IDecrementOperators_1$instance<TSelf>;
|
|
99
115
|
|
|
100
116
|
export interface IDivisionOperators_3$instance<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
117
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
118
|
+
|
|
101
119
|
}
|
|
102
120
|
|
|
103
121
|
|
|
104
122
|
export type IDivisionOperators_3<TSelf extends IDivisionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IDivisionOperators_3$instance<TSelf, TOther, TResult>;
|
|
105
123
|
|
|
106
124
|
export interface IEqualityOperators_3$instance<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
125
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
126
|
+
|
|
107
127
|
}
|
|
108
128
|
|
|
109
129
|
|
|
110
130
|
export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IEqualityOperators_3$instance<TSelf, TOther, TResult>;
|
|
111
131
|
|
|
112
132
|
export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
133
|
+
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
134
|
+
|
|
113
135
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
114
136
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
115
137
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -120,6 +142,8 @@ export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunc
|
|
|
120
142
|
export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>> = IExponentialFunctions_1$instance<TSelf>;
|
|
121
143
|
|
|
122
144
|
export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
|
|
145
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
146
|
+
|
|
123
147
|
CompareTo(obj: unknown): int;
|
|
124
148
|
CompareTo(other: TSelf): int;
|
|
125
149
|
GetExponentByteCount(): int;
|
|
@@ -137,6 +161,8 @@ export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>
|
|
|
137
161
|
export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingPoint_1$instance<TSelf>;
|
|
138
162
|
|
|
139
163
|
export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
164
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
165
|
+
|
|
140
166
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
141
167
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
142
168
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -147,6 +173,8 @@ export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPoint
|
|
|
147
173
|
export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TSelf>> = IFloatingPointConstants_1$instance<TSelf>;
|
|
148
174
|
|
|
149
175
|
export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
|
|
176
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
177
|
+
|
|
150
178
|
CompareTo(obj: unknown): int;
|
|
151
179
|
CompareTo(other: TSelf): int;
|
|
152
180
|
GetExponentByteCount(): int;
|
|
@@ -164,6 +192,8 @@ export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIe
|
|
|
164
192
|
export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>> = IFloatingPointIeee754_1$instance<TSelf>;
|
|
165
193
|
|
|
166
194
|
export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
195
|
+
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
196
|
+
|
|
167
197
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
168
198
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
169
199
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -174,12 +204,16 @@ export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFuncti
|
|
|
174
204
|
export type IHyperbolicFunctions_1<TSelf extends IHyperbolicFunctions_1<TSelf>> = IHyperbolicFunctions_1$instance<TSelf>;
|
|
175
205
|
|
|
176
206
|
export interface IIncrementOperators_1$instance<TSelf extends IIncrementOperators_1<TSelf>> {
|
|
207
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
208
|
+
|
|
177
209
|
}
|
|
178
210
|
|
|
179
211
|
|
|
180
212
|
export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> = IIncrementOperators_1$instance<TSelf>;
|
|
181
213
|
|
|
182
214
|
export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
215
|
+
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
216
|
+
|
|
183
217
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
184
218
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
185
219
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -190,30 +224,40 @@ export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunc
|
|
|
190
224
|
export type ILogarithmicFunctions_1<TSelf extends ILogarithmicFunctions_1<TSelf>> = ILogarithmicFunctions_1$instance<TSelf>;
|
|
191
225
|
|
|
192
226
|
export interface IMinMaxValue_1$instance<TSelf extends IMinMaxValue_1<TSelf>> {
|
|
227
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
228
|
+
|
|
193
229
|
}
|
|
194
230
|
|
|
195
231
|
|
|
196
232
|
export type IMinMaxValue_1<TSelf extends IMinMaxValue_1<TSelf>> = IMinMaxValue_1$instance<TSelf>;
|
|
197
233
|
|
|
198
234
|
export interface IModulusOperators_3$instance<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
235
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
236
|
+
|
|
199
237
|
}
|
|
200
238
|
|
|
201
239
|
|
|
202
240
|
export type IModulusOperators_3<TSelf extends IModulusOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IModulusOperators_3$instance<TSelf, TOther, TResult>;
|
|
203
241
|
|
|
204
242
|
export interface IMultiplicativeIdentity_2$instance<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> {
|
|
243
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
244
|
+
|
|
205
245
|
}
|
|
206
246
|
|
|
207
247
|
|
|
208
248
|
export type IMultiplicativeIdentity_2<TSelf extends IMultiplicativeIdentity_2<TSelf, TResult>, TResult> = IMultiplicativeIdentity_2$instance<TSelf, TResult>;
|
|
209
249
|
|
|
210
250
|
export interface IMultiplyOperators_3$instance<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
251
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
252
|
+
|
|
211
253
|
}
|
|
212
254
|
|
|
213
255
|
|
|
214
256
|
export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IMultiplyOperators_3$instance<TSelf, TOther, TResult>;
|
|
215
257
|
|
|
216
258
|
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
259
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
260
|
+
|
|
217
261
|
CompareTo(obj: unknown): int;
|
|
218
262
|
CompareTo(other: TSelf): int;
|
|
219
263
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
@@ -223,11 +267,13 @@ export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends ICom
|
|
|
223
267
|
}
|
|
224
268
|
|
|
225
269
|
|
|
226
|
-
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends
|
|
270
|
+
export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparisonOperators_3$instance<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3$instance<TSelf, TSelf, TSelf> {}
|
|
227
271
|
|
|
228
272
|
export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf>;
|
|
229
273
|
|
|
230
274
|
export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
275
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
276
|
+
|
|
231
277
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
232
278
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
233
279
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -240,6 +286,8 @@ export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> exte
|
|
|
240
286
|
export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$instance<TSelf>;
|
|
241
287
|
|
|
242
288
|
export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
289
|
+
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
290
|
+
|
|
243
291
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
244
292
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
245
293
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -250,6 +298,8 @@ export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSel
|
|
|
250
298
|
export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFunctions_1$instance<TSelf>;
|
|
251
299
|
|
|
252
300
|
export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
301
|
+
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
302
|
+
|
|
253
303
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
254
304
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
255
305
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -260,12 +310,16 @@ export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>
|
|
|
260
310
|
export type IRootFunctions_1<TSelf extends IRootFunctions_1<TSelf>> = IRootFunctions_1$instance<TSelf>;
|
|
261
311
|
|
|
262
312
|
export interface IShiftOperators_3$instance<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
313
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
314
|
+
|
|
263
315
|
}
|
|
264
316
|
|
|
265
317
|
|
|
266
318
|
export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TResult>, TOther, TResult> = IShiftOperators_3$instance<TSelf, TOther, TResult>;
|
|
267
319
|
|
|
268
320
|
export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
321
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
322
|
+
|
|
269
323
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
270
324
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
271
325
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -276,12 +330,16 @@ export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>>
|
|
|
276
330
|
export type ISignedNumber_1<TSelf extends ISignedNumber_1<TSelf>> = ISignedNumber_1$instance<TSelf>;
|
|
277
331
|
|
|
278
332
|
export interface ISubtractionOperators_3$instance<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> {
|
|
333
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
334
|
+
|
|
279
335
|
}
|
|
280
336
|
|
|
281
337
|
|
|
282
338
|
export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf, TOther, TResult>, TOther, TResult> = ISubtractionOperators_3$instance<TSelf, TOther, TResult>;
|
|
283
339
|
|
|
284
340
|
export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
341
|
+
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
342
|
+
|
|
285
343
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
286
344
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
287
345
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -292,18 +350,24 @@ export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometric
|
|
|
292
350
|
export type ITrigonometricFunctions_1<TSelf extends ITrigonometricFunctions_1<TSelf>> = ITrigonometricFunctions_1$instance<TSelf>;
|
|
293
351
|
|
|
294
352
|
export interface IUnaryNegationOperators_2$instance<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> {
|
|
353
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
354
|
+
|
|
295
355
|
}
|
|
296
356
|
|
|
297
357
|
|
|
298
358
|
export type IUnaryNegationOperators_2<TSelf extends IUnaryNegationOperators_2<TSelf, TResult>, TResult> = IUnaryNegationOperators_2$instance<TSelf, TResult>;
|
|
299
359
|
|
|
300
360
|
export interface IUnaryPlusOperators_2$instance<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> {
|
|
361
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
362
|
+
|
|
301
363
|
}
|
|
302
364
|
|
|
303
365
|
|
|
304
366
|
export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TResult>, TResult> = IUnaryPlusOperators_2$instance<TSelf, TResult>;
|
|
305
367
|
|
|
306
368
|
export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
|
|
369
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
370
|
+
|
|
307
371
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
308
372
|
TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
309
373
|
TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
|
|
@@ -314,6 +378,36 @@ export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSel
|
|
|
314
378
|
export type IUnsignedNumber_1<TSelf extends IUnsignedNumber_1<TSelf>> = IUnsignedNumber_1$instance<TSelf>;
|
|
315
379
|
|
|
316
380
|
export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, BigInteger, BigInteger>, IBitwiseOperators_3<BigInteger, BigInteger, BigInteger>, IComparisonOperators_3<BigInteger, BigInteger, System_Internal.Boolean>, IEqualityOperators_3<BigInteger, BigInteger, System_Internal.Boolean>, IDecrementOperators_1<BigInteger>, IDivisionOperators_3<BigInteger, BigInteger, BigInteger>, IIncrementOperators_1<BigInteger>, IModulusOperators_3<BigInteger, BigInteger, BigInteger>, IMultiplyOperators_3<BigInteger, BigInteger, BigInteger>, ISubtractionOperators_3<BigInteger, BigInteger, BigInteger>, IUnaryNegationOperators_2<BigInteger, BigInteger>, IUnaryPlusOperators_2<BigInteger, BigInteger>, IShiftOperators_3<BigInteger, System_Internal.Int32, BigInteger> {
|
|
381
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
382
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
383
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
384
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
385
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
386
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
387
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
388
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
389
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
390
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
391
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
392
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
393
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
394
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
395
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
396
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
397
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
398
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
399
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
400
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
401
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
402
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
403
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
404
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
405
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
406
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
407
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
408
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
409
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
410
|
+
|
|
317
411
|
readonly IsEven: boolean;
|
|
318
412
|
readonly IsOne: boolean;
|
|
319
413
|
readonly IsPowerOfTwo: boolean;
|
|
@@ -437,6 +531,27 @@ export type BigInteger = BigInteger$instance & __BigInteger$views;
|
|
|
437
531
|
|
|
438
532
|
|
|
439
533
|
export interface Complex$instance extends IAdditionOperators_3<Complex, Complex, Complex>, IDecrementOperators_1<Complex>, IDivisionOperators_3<Complex, Complex, Complex>, IEqualityOperators_3<Complex, Complex, System_Internal.Boolean>, IIncrementOperators_1<Complex>, IMultiplyOperators_3<Complex, Complex, Complex>, ISubtractionOperators_3<Complex, Complex, Complex>, IUnaryNegationOperators_2<Complex, Complex>, IUnaryPlusOperators_2<Complex, Complex> {
|
|
534
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
535
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
536
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
537
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
538
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
539
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
540
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
541
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
542
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
543
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
544
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
545
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
546
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
547
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
548
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
549
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
550
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
551
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
552
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
553
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
554
|
+
|
|
440
555
|
readonly Imaginary: double;
|
|
441
556
|
readonly Magnitude: double;
|
|
442
557
|
readonly Phase: double;
|
|
@@ -545,6 +660,8 @@ export type Complex = Complex$instance & __Complex$views;
|
|
|
545
660
|
|
|
546
661
|
|
|
547
662
|
export interface Matrix3x2$instance {
|
|
663
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
664
|
+
|
|
548
665
|
M11: float;
|
|
549
666
|
M12: float;
|
|
550
667
|
M21: float;
|
|
@@ -612,6 +729,8 @@ export type Matrix3x2 = Matrix3x2$instance & __Matrix3x2$views;
|
|
|
612
729
|
|
|
613
730
|
|
|
614
731
|
export interface Matrix4x4$instance {
|
|
732
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
733
|
+
|
|
615
734
|
M11: float;
|
|
616
735
|
M12: float;
|
|
617
736
|
M13: float;
|
|
@@ -723,6 +842,8 @@ export type Matrix4x4 = Matrix4x4$instance & __Matrix4x4$views;
|
|
|
723
842
|
|
|
724
843
|
|
|
725
844
|
export interface Plane$instance {
|
|
845
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
846
|
+
|
|
726
847
|
Normal: Vector3;
|
|
727
848
|
D: float;
|
|
728
849
|
Equals(obj: unknown): boolean;
|
|
@@ -760,12 +881,14 @@ export type Plane = Plane$instance & __Plane$views;
|
|
|
760
881
|
|
|
761
882
|
|
|
762
883
|
export interface Quaternion$instance {
|
|
884
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
885
|
+
|
|
763
886
|
X: float;
|
|
764
887
|
Y: float;
|
|
765
888
|
Z: float;
|
|
766
889
|
W: float;
|
|
767
890
|
readonly IsIdentity: boolean;
|
|
768
|
-
|
|
891
|
+
[index: number]: float;
|
|
769
892
|
Equals(obj: unknown): boolean;
|
|
770
893
|
Equals(other: Quaternion): boolean;
|
|
771
894
|
GetHashCode(): int;
|
|
@@ -812,6 +935,10 @@ export type Quaternion = Quaternion$instance & __Quaternion$views;
|
|
|
812
935
|
|
|
813
936
|
|
|
814
937
|
export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> {
|
|
938
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
939
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
940
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
941
|
+
|
|
815
942
|
Compare(x: T, y: T): int;
|
|
816
943
|
Equals(x: T, y: T): boolean;
|
|
817
944
|
Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
|
|
@@ -841,7 +968,19 @@ export type TotalOrderIeee754Comparer_1<T extends IFloatingPointIeee754_1<T>> =
|
|
|
841
968
|
|
|
842
969
|
|
|
843
970
|
export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IBitwiseOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IDivisionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IEqualityOperators_3<Vector_1<T>, Vector_1<T>, System_Internal.Boolean>, IMultiplyOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IShiftOperators_3<Vector_1<T>, System_Internal.Int32, Vector_1<T>>, ISubtractionOperators_3<Vector_1<T>, Vector_1<T>, Vector_1<T>>, IUnaryNegationOperators_2<Vector_1<T>, Vector_1<T>>, IUnaryPlusOperators_2<Vector_1<T>, Vector_1<T>> {
|
|
844
|
-
readonly
|
|
971
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
972
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
973
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
974
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
975
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
976
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
977
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
978
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
979
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
980
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
981
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
982
|
+
|
|
983
|
+
readonly [index: number]: T;
|
|
845
984
|
CopyTo(destination: T[]): void;
|
|
846
985
|
CopyTo(destination: T[], startIndex: int): void;
|
|
847
986
|
CopyTo(destination: Span_1<System_Internal.Byte>): void;
|
|
@@ -887,9 +1026,12 @@ export type Vector_1<T> = Vector_1$instance<T> & __Vector_1$views<T>;
|
|
|
887
1026
|
|
|
888
1027
|
|
|
889
1028
|
export interface Vector2$instance {
|
|
1029
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1030
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1031
|
+
|
|
890
1032
|
X: float;
|
|
891
1033
|
Y: float;
|
|
892
|
-
|
|
1034
|
+
[index: number]: float;
|
|
893
1035
|
CopyTo(array: float[]): void;
|
|
894
1036
|
CopyTo(array: float[], index: int): void;
|
|
895
1037
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|
|
@@ -1045,10 +1187,13 @@ export type Vector2 = Vector2$instance & __Vector2$views;
|
|
|
1045
1187
|
|
|
1046
1188
|
|
|
1047
1189
|
export interface Vector3$instance {
|
|
1190
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1191
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1192
|
+
|
|
1048
1193
|
X: float;
|
|
1049
1194
|
Y: float;
|
|
1050
1195
|
Z: float;
|
|
1051
|
-
|
|
1196
|
+
[index: number]: float;
|
|
1052
1197
|
CopyTo(array: float[]): void;
|
|
1053
1198
|
CopyTo(array: float[], index: int): void;
|
|
1054
1199
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|
|
@@ -1205,11 +1350,14 @@ export type Vector3 = Vector3$instance & __Vector3$views;
|
|
|
1205
1350
|
|
|
1206
1351
|
|
|
1207
1352
|
export interface Vector4$instance {
|
|
1353
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1354
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1355
|
+
|
|
1208
1356
|
X: float;
|
|
1209
1357
|
Y: float;
|
|
1210
1358
|
Z: float;
|
|
1211
1359
|
W: float;
|
|
1212
|
-
|
|
1360
|
+
[index: number]: float;
|
|
1213
1361
|
CopyTo(array: float[]): void;
|
|
1214
1362
|
CopyTo(array: float[], index: int): void;
|
|
1215
1363
|
CopyTo(destination: Span_1<System_Internal.Single>): void;
|