Int64
MaxValue
MinValue
Abs(Int64)
BigMul(Int64, Int64)
Clamp(Int64, Int64, Int64)
CompareTo(Int64)
CompareTo(Object)
CopySign(Int64, Int64)
CreateChecked<TOther>(TOther)
CreateSaturating<TOther>(TOther)
CreateTruncating<TOther>(TOther)
DivRem(Int64, Int64)
Equals(Int64)
Equals(Object)
GetHashCode()
GetTypeCode()
IsEvenInteger(Int64)
IsNegative(Int64)
IsOddInteger(Int64)
IsPositive(Int64)
IsPow2(Int64)
LeadingZeroCount(Int64)
Log2(Int64)
Max(Int64, Int64)
MaxMagnitude(Int64, Int64)
Min(Int64, Int64)
MinMagnitude(Int64, Int64)
Parse(String)
Parse(String, IFormatProvider)
Parse(String, NumberStyles)
Parse(String, NumberStyles, IFormatProvider)
Parse(ReadOnlySpan<Byte>, IFormatProvider)
Parse(ReadOnlySpan<Char>, IFormatProvider)
Parse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider)
Parse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider)
PopCount(Int64)
RotateLeft(Int64, Int32)
RotateRight(Int64, Int32)
Sign(Int64)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TrailingZeroCount(Int64)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryParse(String, Int64)
TryParse(String, IFormatProvider, Int64)
TryParse(String, NumberStyles, IFormatProvider, Int64)
TryParse(ReadOnlySpan<Byte>, Int64)
TryParse(ReadOnlySpan<Char>, Int64)
TryParse(ReadOnlySpan<Byte>, IFormatProvider, Int64)
TryParse(ReadOnlySpan<Char>, IFormatProvider, Int64)
TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, Int64)
TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, Int64)
net10.0-windows7.0
namespace System
{
public readonly struct Int64 : IAdditionOperators<long, long, long>, IAdditiveIdentity<long, long>, IBinaryInteger<long>, IBinaryNumber<long>, IBitwiseOperators<long, long, long>, IComparable, IComparable<long>, IComparisonOperators<long, long>, IConvertible, IDecrementOperators<long>, IDivisionOperators<long, long, long>, IEqualityOperators<long, long>, IEquatable<long>, IFormattable, IIncrementOperators<long>, IMinMaxValue<long>, IModulusOperators<long, long, long>, IMultiplicativeIdentity<long, long>, IMultiplyOperators<long, long, long>, INumber<long>, IParseable<long>, IShiftOperators<long, long>, ISignedNumber<long>, ISpanFormattable, ISpanParseable<long>, ISubtractionOperators<long, long, long>, IUnaryNegationOperators<long, long>, IUnaryPlusOperators<long, long>
{
public static long Parse(ReadOnlySpan<char> s, NumberStyles style = NumberStyles.Integer, IFormatProvider? provider = null);
}
}
nuget.org | 0.1 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.12.23.03.1 |
.NET Standard | 2.1 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | System.Runtime , Version=7.0.0.0, PublicKeyToken=b03f5f7f11d50a3a System.Runtime , Version=6.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Runtime.Experimental (7.0.0-preview.2.22152.2) net7.0 |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API