Table of Contents

Class MathBinaryPrimitives

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

Math functions of BinaryPrimitives (BinaryPrimitives 的数学函数).

public static class MathBinaryPrimitives
Inheritance
MathBinaryPrimitives
Inherited Members

Methods

ReverseEndianness(byte)

Reverses a primitive value by performing an endianness swap of the specified byte value, which effectively does nothing for an byte.

ReverseEndianness(Int128)

Reverses a primitive value by performing an endianness swap of the specified Int128 value.

ReverseEndianness(short)

Reverses a primitive value by performing an endianness swap of the specified short value.

ReverseEndianness(int)

Reverses a primitive value by performing an endianness swap of the specified int value.

ReverseEndianness(long)

Reverses a primitive value by performing an endianness swap of the specified long value.

ReverseEndianness(nint)

Reverses a primitive value by performing an endianness swap of the specified nint value.

ReverseEndianness(sbyte)

Reverses a primitive value by performing an endianness swap of the specified sbyte value, which effectively does nothing for an sbyte.

ReverseEndianness(UInt128)

Reverses a primitive value by performing an endianness swap of the specified UInt128 value.

ReverseEndianness(ushort)

Reverses a primitive value by performing an endianness swap of the specified ushort value.

ReverseEndianness(uint)

Reverses a primitive value by performing an endianness swap of the specified uint value.

ReverseEndianness(ulong)

Reverses a primitive value by performing an endianness swap of the specified ulong value.

ReverseEndianness(nuint)

Reverses a primitive value by performing an endianness swap of the specified nuint value.

ReverseEndianness(ExInt128)

Reverses a primitive value by performing an endianness swap of the specified ExInt128 value.

ReverseEndianness(ExUInt128)

Reverses a primitive value by performing an endianness swap of the specified ExUInt128 value.

See Also