Byte
MaxValue
MinValue
Clamp(Byte, Byte, Byte)
CompareTo(Byte)
CompareTo(Object)
CreateChecked<TOther>(TOther)
CreateSaturating<TOther>(TOther)
CreateTruncating<TOther>(TOther)
DivRem(Byte, Byte)
Equals(Byte)
Equals(Object)
GetHashCode()
GetTypeCode()
IsEvenInteger(Byte)
IsOddInteger(Byte)
IsPow2(Byte)
LeadingZeroCount(Byte)
Log2(Byte)
Max(Byte, Byte)
Min(Byte, Byte)
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(Byte)
RotateLeft(Byte, Int32)
RotateRight(Byte, Int32)
Sign(Byte)
ToString()
ToString(IFormatProvider)
ToString(String)
ToString(String, IFormatProvider)
TrailingZeroCount(Byte)
TryFormat(Span<Byte>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider)
TryParse(String, Byte)
TryParse(String, IFormatProvider, Byte)
TryParse(String, NumberStyles, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Byte>, Byte)
TryParse(ReadOnlySpan<Char>, Byte)
TryParse(ReadOnlySpan<Byte>, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Char>, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Byte>, NumberStyles, IFormatProvider, Byte)
TryParse(ReadOnlySpan<Char>, NumberStyles, IFormatProvider, Byte)
net9.0
namespace System
{
public readonly struct Byte : IComparable, IComparable<byte>, IConvertible, IEquatable<byte>, IFormattable, IParsable<byte>, ISpanFormattable, ISpanParsable<byte>, IUtf8SpanFormattable, IUtf8SpanParsable<byte>, IAdditionOperators<byte, byte, byte>, IAdditiveIdentity<byte, byte>, IBinaryInteger<byte>, IBinaryNumber<byte>, IBitwiseOperators<byte, byte, byte>, IComparisonOperators<byte, byte, bool>, IDecrementOperators<byte>, IDivisionOperators<byte, byte, byte>, IEqualityOperators<byte, byte, bool>, IIncrementOperators<byte>, IMinMaxValue<byte>, IModulusOperators<byte, byte, byte>, IMultiplicativeIdentity<byte, byte>, IMultiplyOperators<byte, byte, byte>, INumber<byte>, INumberBase<byte>, IShiftOperators<byte, int, byte>, ISubtractionOperators<byte, byte, byte>, IUnaryNegationOperators<byte, byte>, IUnaryPlusOperators<byte, byte>, IUnsignedNumber<byte>
{
public static bool IsPow2(byte value);
}
}
.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