UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

1,074 lines 2.01 MB
{ "namespace": "System.Numerics", "types": [ { "stableId": "System.Private.CoreLib:System.Numerics.IAdditionOperators\u00603", "clrName": "System.Numerics.IAdditionOperators\u00603", "tsEmitName": "IAdditionOperators_3", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [], "fields": [], "events": [], "constructors": [] }, { "stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602", "clrName": "System.Numerics.IAdditiveIdentity\u00602", "tsEmitName": "IAdditiveIdentity_2", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [], "properties": [ { "stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult", "clrName": "AdditiveIdentity", "tsEmitName": "additiveIdentity", "metadataToken": 385878280, "canonicalSignature": ":TResult", "normalizedSignature": "AdditiveIdentity|:TResult|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IAdditiveIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedProperties": [ { "tsName": "additiveIdentity", "isStatic": true, "tsSignatureId": "AdditiveIdentity|:TResult|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IAdditiveIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878280 } } ] }, { "stableId": "System.Private.CoreLib:System.Numerics.IBinaryFloatingPointIeee754\u00601", "clrName": "System.Numerics.IBinaryFloatingPointIeee754\u00601", "tsEmitName": "IBinaryFloatingPointIeee754_1", "assemblyName": "System.Private.CoreLib", "metadataToken": 0, "methods": [ { "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::IsPow2(TSelf):System.Boolean", "clrName": "IsPow2", "tsEmitName": "isPow2", "metadataToken": 100675826, "canonicalSignature": "(TSelf):System.Boolean", "normalizedSignature": "IsPow2|(TSelf):System.Boolean|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf", "clrName": "Log2", "tsEmitName": "log2", "metadataToken": 100675827, "canonicalSignature": "(TSelf):TSelf", "normalizedSignature": "Log2|(TSelf):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Clamp(TSelf,TSelf,TSelf):TSelf", "clrName": "Clamp", "tsEmitName": "clamp", "metadataToken": 100675917, "canonicalSignature": "(TSelf,TSelf,TSelf):TSelf", "normalizedSignature": "Clamp|(TSelf,TSelf,TSelf):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::CopySign(TSelf,TSelf):TSelf", "clrName": "CopySign", "tsEmitName": "copySign", "metadataToken": 100675919, "canonicalSignature": "(TSelf,TSelf):TSelf", "normalizedSignature": "CopySign|(TSelf,TSelf):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumber\u00601::Sign(TSelf):System.Int32", "clrName": "Sign", "tsEmitName": "sign", "metadataToken": 100675926, "canonicalSignature": "(TSelf):System.Int32", "normalizedSignature": "Sign|(TSelf):System.Int32|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32", "clrName": "CompareTo", "tsEmitName": "compareTo", "metadataToken": 100668510, "canonicalSignature": "(System.Object):System.Int32", "normalizedSignature": "CompareTo|(System.Object):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.IComparable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::CreateChecked(TOther):TSelf", "clrName": "CreateChecked", "tsEmitName": "createChecked", "metadataToken": 100675931, "canonicalSignature": "(TOther):TSelf", "normalizedSignature": "CreateChecked|(TOther):TSelf|static=true", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 1, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf", "clrName": "Parse", "tsEmitName": "parse", "metadataToken": 100675956, "canonicalSignature": "(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf", "normalizedSignature": "Parse|(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider):TSelf", "clrName": "Parse", "tsEmitName": "parse", "metadataToken": 100675957, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider):TSelf", "normalizedSignature": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean", "clrName": "TryParse", "tsEmitName": "tryParse", "metadataToken": 100675965, "canonicalSignature": "(System.String,System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean", "normalizedSignature": "TryParse|(System.String,System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 4, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean", "clrName": "TryParse", "tsEmitName": "tryParse", "metadataToken": 100675966, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean", "normalizedSignature": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 4, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "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", "clrName": "TryFormat", "tsEmitName": "tryFormat", "metadataToken": 100669347, "canonicalSignature": "(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", "normalizedSignature": "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|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 4, "declaringClrType": "System.ISpanFormattable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IFormattable::ToString(System.String,System.IFormatProvider):System.String", "clrName": "ToString", "tsEmitName": "toString", "metadataToken": 100668533, "canonicalSignature": "(System.String,System.IFormatProvider):System.String", "normalizedSignature": "ToString|(System.String,System.IFormatProvider):System.String|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.IFormattable", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.ISpanParsable\u00601::Parse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf", "clrName": "Parse", "tsEmitName": "parse", "metadataToken": 100674112, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf", "normalizedSignature": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.ISpanParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.ISpanParsable\u00601::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,TSelf\u0026):System.Boolean", "clrName": "TryParse", "tsEmitName": "tryParse", "metadataToken": 100674113, "canonicalSignature": "(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,TSelf\u0026):System.Boolean", "normalizedSignature": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.ISpanParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IParsable\u00601::Parse(System.String,System.IFormatProvider):TSelf", "clrName": "Parse", "tsEmitName": "parse", "metadataToken": 100674110, "canonicalSignature": "(System.String,System.IFormatProvider):TSelf", "normalizedSignature": "Parse|(System.String,System.IFormatProvider):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.IParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.IParsable\u00601::TryParse(System.String,System.IFormatProvider,TSelf\u0026):System.Boolean", "clrName": "TryParse", "tsEmitName": "tryParse", "metadataToken": 100674111, "canonicalSignature": "(System.String,System.IFormatProvider,TSelf\u0026):System.Boolean", "normalizedSignature": "TryParse|(System.String,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.IParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::ScaleB(TSelf,System.Int32):TSelf", "clrName": "ScaleB", "tsEmitName": "scaleB", "metadataToken": 100675895, "canonicalSignature": "(TSelf,System.Int32):TSelf", "normalizedSignature": "ScaleB|(TSelf,System.Int32):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::ConvertToInteger(TSelf):TInteger", "clrName": "ConvertToInteger", "tsEmitName": "convertToInteger", "metadataToken": 100675849, "canonicalSignature": "(TSelf):TInteger", "normalizedSignature": "ConvertToInteger|(TSelf):TInteger|static=true", "emitScope": "ClassSurface", "arity": 1, "parameterCount": 1, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf", "clrName": "Round", "tsEmitName": "round", "metadataToken": 100675854, "canonicalSignature": "(TSelf,System.MidpointRounding):TSelf", "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32,System.MidpointRounding):TSelf", "clrName": "Round", "tsEmitName": "round", "metadataToken": 100675855, "canonicalSignature": "(TSelf,System.Int32,System.MidpointRounding):TSelf", "normalizedSignature": "Round|(TSelf,System.Int32,System.MidpointRounding):TSelf|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 3, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::GetExponentByteCount():System.Int32", "clrName": "GetExponentByteCount", "tsEmitName": "getExponentByteCount", "metadataToken": 100675857, "canonicalSignature": "():System.Int32", "normalizedSignature": "GetExponentByteCount|():System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 0, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::TryWriteExponentBigEndian(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean", "clrName": "TryWriteExponentBigEndian", "tsEmitName": "tryWriteExponentBigEndian", "metadataToken": 100675861, "canonicalSignature": "(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean", "normalizedSignature": "TryWriteExponentBigEndian|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[]):System.Int32", "clrName": "WriteExponentBigEndian", "tsEmitName": "writeExponentBigEndian", "metadataToken": 100675865, "canonicalSignature": "(System.Byte[]):System.Int32", "normalizedSignature": "WriteExponentBigEndian|(System.Byte[]):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Byte[],System.Int32):System.Int32", "clrName": "WriteExponentBigEndian", "tsEmitName": "writeExponentBigEndian", "metadataToken": 100675866, "canonicalSignature": "(System.Byte[],System.Int32):System.Int32", "normalizedSignature": "WriteExponentBigEndian|(System.Byte[],System.Int32):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 2, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::WriteExponentBigEndian(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "clrName": "WriteExponentBigEndian", "tsEmitName": "writeExponentBigEndian", "metadataToken": 100675867, "canonicalSignature": "(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32", "normalizedSignature": "WriteExponentBigEndian|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false }, { "stableId": "System.Private.CoreLib:System.Numerics.ITrigonometricFunctions\u00601::SinCos(TSelf):ValueTuple_2", "clrName": "SinCos", "tsEmitName": "sinCos", "metadataToken": 100675993, "canonicalSignature": "(TSelf):ValueTuple_2", "normalizedSignature": "SinCos|(TSelf):ValueTuple_2|static=true", "emitScope": "ClassSurface", "arity": 0, "parameterCount": 1, "declaringClrType": "System.Numerics.ITrigonometricFunctions\u00601", "declaringAssemblyName": "System.Private.CoreLib", "isExtensionMethod": false } ], "properties": [ { "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::AllBitsSet:TSelf", "clrName": "AllBitsSet", "tsEmitName": "allBitsSet", "metadataToken": 385878281, "canonicalSignature": ":TSelf", "normalizedSignature": "AllBitsSet|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::One:TSelf", "clrName": "One", "tsEmitName": "one", "metadataToken": 385878293, "canonicalSignature": ":TSelf", "normalizedSignature": "One|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Radix:System.Int32", "clrName": "Radix", "tsEmitName": "radix", "metadataToken": 385878294, "canonicalSignature": ":System.Int32", "normalizedSignature": "Radix|:System.Int32|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Zero:TSelf", "clrName": "Zero", "tsEmitName": "zero", "metadataToken": 385878295, "canonicalSignature": ":TSelf", "normalizedSignature": "Zero|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IAdditiveIdentity\u00602::AdditiveIdentity:TResult", "clrName": "AdditiveIdentity", "tsEmitName": "additiveIdentity", "metadataToken": 385878280, "canonicalSignature": ":TResult", "normalizedSignature": "AdditiveIdentity|:TResult|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IAdditiveIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IMultiplicativeIdentity\u00602::MultiplicativeIdentity:TResult", "clrName": "MultiplicativeIdentity", "tsEmitName": "multiplicativeIdentity", "metadataToken": 385878292, "canonicalSignature": ":TResult", "normalizedSignature": "MultiplicativeIdentity|:TResult|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::Epsilon:TSelf", "clrName": "Epsilon", "tsEmitName": "epsilon", "metadataToken": 385878285, "canonicalSignature": ":TSelf", "normalizedSignature": "Epsilon|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NaN:TSelf", "clrName": "NaN", "tsEmitName": "naN", "metadataToken": 385878286, "canonicalSignature": ":TSelf", "normalizedSignature": "NaN|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeInfinity:TSelf", "clrName": "NegativeInfinity", "tsEmitName": "negativeInfinity", "metadataToken": 385878287, "canonicalSignature": ":TSelf", "normalizedSignature": "NegativeInfinity|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::NegativeZero:TSelf", "clrName": "NegativeZero", "tsEmitName": "negativeZero", "metadataToken": 385878288, "canonicalSignature": ":TSelf", "normalizedSignature": "NegativeZero|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointIeee754\u00601::PositiveInfinity:TSelf", "clrName": "PositiveInfinity", "tsEmitName": "positiveInfinity", "metadataToken": 385878289, "canonicalSignature": ":TSelf", "normalizedSignature": "PositiveInfinity|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::E:TSelf", "clrName": "E", "tsEmitName": "E", "metadataToken": 385878282, "canonicalSignature": ":TSelf", "normalizedSignature": "E|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Pi:TSelf", "clrName": "Pi", "tsEmitName": "pi", "metadataToken": 385878283, "canonicalSignature": ":TSelf", "normalizedSignature": "Pi|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPointConstants\u00601::Tau:TSelf", "clrName": "Tau", "tsEmitName": "tau", "metadataToken": 385878284, "canonicalSignature": ":TSelf", "normalizedSignature": "Tau|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib" }, { "stableId": "System.Private.CoreLib:System.Numerics.ISignedNumber\u00601::NegativeOne:TSelf", "clrName": "NegativeOne", "tsEmitName": "negativeOne", "metadataToken": 385878296, "canonicalSignature": ":TSelf", "normalizedSignature": "NegativeOne|:TSelf|static=true|accessor=get", "emitScope": "ClassSurface", "isIndexer": false, "hasGetter": true, "hasSetter": false, "declaringClrType": "System.Numerics.ISignedNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib" } ], "fields": [], "events": [], "constructors": [], "exposedMethods": [ { "tsName": "isPow2", "isStatic": true, "tsSignatureId": "IsPow2|(TSelf):System.Boolean|static=true", "target": { "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675826 } }, { "tsName": "log2", "isStatic": true, "tsSignatureId": "Log2|(TSelf):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675827 } }, { "tsName": "clamp", "isStatic": true, "tsSignatureId": "Clamp|(TSelf,TSelf,TSelf):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675917 } }, { "tsName": "copySign", "isStatic": true, "tsSignatureId": "CopySign|(TSelf,TSelf):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675919 } }, { "tsName": "sign", "isStatic": true, "tsSignatureId": "Sign|(TSelf):System.Int32|static=true", "target": { "declaringClrType": "System.Numerics.INumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675926 } }, { "tsName": "compareTo", "isStatic": false, "tsSignatureId": "CompareTo|(System.Object):System.Int32|static=false", "target": { "declaringClrType": "System.IComparable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100668510 } }, { "tsName": "createChecked", "isStatic": true, "tsSignatureId": "CreateChecked|(TOther):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675931 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.String,System.Globalization.NumberStyles,System.IFormatProvider):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675956 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675957 } }, { "tsName": "tryParse", "isStatic": true, "tsSignatureId": "TryParse|(System.String,System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675965 } }, { "tsName": "tryParse", "isStatic": true, "tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Globalization.NumberStyles,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675966 } }, { "tsName": "tryFormat", "isStatic": false, "tsSignatureId": "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|static=false", "target": { "declaringClrType": "System.ISpanFormattable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100669347 } }, { "tsName": "toString", "isStatic": false, "tsSignatureId": "ToString|(System.String,System.IFormatProvider):System.String|static=false", "target": { "declaringClrType": "System.IFormattable", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100668533 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider):TSelf|static=true", "target": { "declaringClrType": "System.ISpanParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100674112 } }, { "tsName": "tryParse", "isStatic": true, "tsSignatureId": "TryParse|(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "target": { "declaringClrType": "System.ISpanParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100674113 } }, { "tsName": "parse", "isStatic": true, "tsSignatureId": "Parse|(System.String,System.IFormatProvider):TSelf|static=true", "target": { "declaringClrType": "System.IParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100674110 } }, { "tsName": "tryParse", "isStatic": true, "tsSignatureId": "TryParse|(System.String,System.IFormatProvider,TSelf\u0026):System.Boolean|static=true", "target": { "declaringClrType": "System.IParsable\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100674111 } }, { "tsName": "scaleB", "isStatic": true, "tsSignatureId": "ScaleB|(TSelf,System.Int32):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675895 } }, { "tsName": "convertToInteger", "isStatic": true, "tsSignatureId": "ConvertToInteger|(TSelf):TInteger|static=true", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675849 } }, { "tsName": "round", "isStatic": true, "tsSignatureId": "Round|(TSelf,System.MidpointRounding):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675854 } }, { "tsName": "round", "isStatic": true, "tsSignatureId": "Round|(TSelf,System.Int32,System.MidpointRounding):TSelf|static=true", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675855 } }, { "tsName": "getExponentByteCount", "isStatic": false, "tsSignatureId": "GetExponentByteCount|():System.Int32|static=false", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675857 } }, { "tsName": "tryWriteExponentBigEndian", "isStatic": false, "tsSignatureId": "TryWriteExponentBigEndian|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean|static=false", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675861 } }, { "tsName": "writeExponentBigEndian", "isStatic": false, "tsSignatureId": "WriteExponentBigEndian|(System.Byte[]):System.Int32|static=false", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675865 } }, { "tsName": "writeExponentBigEndian", "isStatic": false, "tsSignatureId": "WriteExponentBigEndian|(System.Byte[],System.Int32):System.Int32|static=false", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675866 } }, { "tsName": "writeExponentBigEndian", "isStatic": false, "tsSignatureId": "WriteExponentBigEndian|(System.Span_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Int32|static=false", "target": { "declaringClrType": "System.Numerics.IFloatingPoint\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675867 } }, { "tsName": "sinCos", "isStatic": true, "tsSignatureId": "SinCos|(TSelf):ValueTuple_2|static=true", "target": { "declaringClrType": "System.Numerics.ITrigonometricFunctions\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 100675993 } } ], "exposedProperties": [ { "tsName": "allBitsSet", "isStatic": true, "tsSignatureId": "AllBitsSet|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IBinaryNumber\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878281 } }, { "tsName": "one", "isStatic": true, "tsSignatureId": "One|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878293 } }, { "tsName": "radix", "isStatic": true, "tsSignatureId": "Radix|:System.Int32|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878294 } }, { "tsName": "zero", "isStatic": true, "tsSignatureId": "Zero|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.INumberBase\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878295 } }, { "tsName": "additiveIdentity", "isStatic": true, "tsSignatureId": "AdditiveIdentity|:TResult|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IAdditiveIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878280 } }, { "tsName": "multiplicativeIdentity", "isStatic": true, "tsSignatureId": "MultiplicativeIdentity|:TResult|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IMultiplicativeIdentity\u00602", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878292 } }, { "tsName": "epsilon", "isStatic": true, "tsSignatureId": "Epsilon|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878285 } }, { "tsName": "naN", "isStatic": true, "tsSignatureId": "NaN|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878286 } }, { "tsName": "negativeInfinity", "isStatic": true, "tsSignatureId": "NegativeInfinity|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878287 } }, { "tsName": "negativeZero", "isStatic": true, "tsSignatureId": "NegativeZero|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878288 } }, { "tsName": "positiveInfinity", "isStatic": true, "tsSignatureId": "PositiveInfinity|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointIeee754\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878289 } }, { "tsName": "E", "isStatic": true, "tsSignatureId": "E|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878282 } }, { "tsName": "pi", "isStatic": true, "tsSignatureId": "Pi|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878283 } }, { "tsName": "tau", "isStatic": true, "tsSignatureId": "Tau|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Numerics.IFloatingPointConstants\u00601", "declaringAssemblyName": "System.Private.CoreLib", "metadataToken": 385878284 } }, { "tsName": "negativeOne", "isStatic": true, "tsSignatureId": "NegativeOne|:TSelf|static=true|accessor=get", "target": { "declaringClrType": "System.Num