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)
net9.0
namespace System
{
public readonly struct Int64 : IComparable, IComparable<long>, IConvertible, IEquatable<long>, IFormattable, IParsable<long>, ISpanFormattable, ISpanParsable<long>, IUtf8SpanFormattable, IUtf8SpanParsable<long>, IAdditionOperators<long, long, long>, IAdditiveIdentity<long, long>, IBinaryInteger<long>, IBinaryNumber<long>, IBitwiseOperators<long, long, long>, IComparisonOperators<long, long, bool>, IDecrementOperators<long>, IDivisionOperators<long, long, long>, IEqualityOperators<long, long, bool>, IIncrementOperators<long>, IMinMaxValue<long>, IModulusOperators<long, long, long>, IMultiplicativeIdentity<long, long>, IMultiplyOperators<long, long, long>, INumber<long>, INumberBase<long>, IShiftOperators<long, int, long>, ISignedNumber<long>, ISubtractionOperators<long, long, long>, IUnaryNegationOperators<long, long>, IUnaryPlusOperators<long, long>
{
public static long Parse(ReadOnlySpan<byte> utf8Text, IFormatProvider? provider);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 8.09.0 |
Information specific to net9.0 | |
Assembly | System.Runtime , Version=9.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API