IBinaryInteger<TSelf>
DivRem(TSelf, TSelf)
GetByteCount()
GetShortestBitLength()
LeadingZeroCount(TSelf)
PopCount(TSelf)
ReadBigEndian(Byte[], Boolean)
ReadBigEndian(Byte[], Int32, Boolean)
ReadBigEndian(ReadOnlySpan<Byte>, Boolean)
ReadLittleEndian(Byte[], Boolean)
ReadLittleEndian(Byte[], Int32, Boolean)
ReadLittleEndian(ReadOnlySpan<Byte>, Boolean)
RotateLeft(TSelf, Int32)
RotateRight(TSelf, Int32)
TrailingZeroCount(TSelf)
TryReadBigEndian(ReadOnlySpan<Byte>, Boolean, TSelf)
TryReadLittleEndian(ReadOnlySpan<Byte>, Boolean, TSelf)
TryWriteBigEndian(Span<Byte>, Int32)
TryWriteLittleEndian(Span<Byte>, Int32)
WriteBigEndian(Byte[])
WriteBigEndian(Byte[], Int32)
WriteBigEndian(Span<Byte>)
WriteLittleEndian(Byte[])
WriteLittleEndian(Byte[], Int32)
WriteLittleEndian(Span<Byte>)
net9.0
namespace System.Numerics
{
public interface IBinaryInteger<TSelf> : IComparable, IComparable<TSelf>, IEquatable<TSelf>, IFormattable, IParsable<TSelf>, ISpanFormattable, ISpanParsable<TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable<TSelf>, IAdditionOperators<TSelf, TSelf, TSelf>, IAdditiveIdentity<TSelf, TSelf>, IBinaryNumber<TSelf>, IBitwiseOperators<TSelf, TSelf, TSelf>, IComparisonOperators<TSelf, TSelf, bool>, IDecrementOperators<TSelf>, IDivisionOperators<TSelf, TSelf, TSelf>, IEqualityOperators<TSelf, TSelf, bool>, IIncrementOperators<TSelf>, IModulusOperators<TSelf, TSelf, TSelf>, IMultiplicativeIdentity<TSelf, TSelf>, IMultiplyOperators<TSelf, TSelf, TSelf>, INumber<TSelf>, INumberBase<TSelf>, IShiftOperators<TSelf, int, TSelf>, ISubtractionOperators<TSelf, TSelf, TSelf>, IUnaryNegationOperators<TSelf, TSelf>, IUnaryPlusOperators<TSelf, TSelf>
where TSelf, IBinaryInteger<TSelf>?
{
virtual int WriteLittleEndian(byte[]! destination, int startIndex);
}
}
.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