SByte
MaxValue
MinValue
Abs(SByte)
Clamp(SByte, SByte, SByte)
CompareTo(Object)
CompareTo(SByte)
CopySign(SByte, SByte)
CreateChecked<TOther>(TOther)
CreateSaturating<TOther>(TOther)
CreateTruncating<TOther>(TOther)
DivRem(SByte, SByte)
Equals(Object)
Equals(SByte)
GetHashCode()
GetTypeCode()
IsEvenInteger(SByte)
IsNegative(SByte)
IsOddInteger(SByte)
IsPositive(SByte)
IsPow2(SByte)
LeadingZeroCount(SByte)
Log2(SByte)
Max(SByte, SByte)
MaxMagnitude(SByte, SByte)
Min(SByte, SByte)
MinMagnitude(SByte, SByte)
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(SByte)
RotateLeft(SByte, Int32)
RotateRight(SByte, Int32)
Sign(SByte)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TrailingZeroCount(SByte)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryParse(String, SByte)
TryParse(String, IFormatProvider, SByte)
TryParse(String, NumberStyles, IFormatProvider, SByte)
TryParse(ReadOnlySpan<Byte>, SByte)
TryParse(ReadOnlySpan<Char>, SByte)
TryParse(ReadOnlySpan<Byte>, IFormatProvider, SByte)
TryParse(ReadOnlySpan<Char>, IFormatProvider, SByte)
TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, SByte)
TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, SByte)
net9.0
namespace System
{
[CLSCompliant(false)]
public readonly struct SByte : IComparable, IComparable<sbyte>, IConvertible, IEquatable<sbyte>, IFormattable, IParsable<sbyte>, ISpanFormattable, ISpanParsable<sbyte>, IUtf8SpanFormattable, IUtf8SpanParsable<sbyte>, IAdditionOperators<sbyte, sbyte, sbyte>, IAdditiveIdentity<sbyte, sbyte>, IBinaryInteger<sbyte>, IBinaryNumber<sbyte>, IBitwiseOperators<sbyte, sbyte, sbyte>, IComparisonOperators<sbyte, sbyte, bool>, IDecrementOperators<sbyte>, IDivisionOperators<sbyte, sbyte, sbyte>, IEqualityOperators<sbyte, sbyte, bool>, IIncrementOperators<sbyte>, IMinMaxValue<sbyte>, IModulusOperators<sbyte, sbyte, sbyte>, IMultiplicativeIdentity<sbyte, sbyte>, IMultiplyOperators<sbyte, sbyte, sbyte>, INumber<sbyte>, INumberBase<sbyte>, IShiftOperators<sbyte, int, sbyte>, ISignedNumber<sbyte>, ISubtractionOperators<sbyte, sbyte, sbyte>, IUnaryNegationOperators<sbyte, sbyte>, IUnaryPlusOperators<sbyte, sbyte>
{
public static sbyte MinMagnitude(sbyte x, sbyte y);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 7.08.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