BitOperations Class
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static class BitOperations
Public NotInheritable Class BitOperations
public ref class BitOperations abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type BitOperations = class end
- Inheritance
- Object BitOperations
| BitwiseComplement(Decimal) | |
| BitwiseComplement(Double) | |
| BitwiseComplement(Single) | |
| GetBytes | |
| LeftShift(Decimal, Int32) | |
| LeftShift(Double, Int32) | |
| LeftShift(Single, Int32) | |
| LogicalAnd(Decimal, Decimal) | |
| LogicalAnd(Double, Double) | |
| LogicalAnd(Single, Single) | |
| LogicalExclusiveOr(Decimal, Decimal) | |
| LogicalExclusiveOr(Double, Double) | |
| LogicalExclusiveOr(Single, Single) | |
| LogicalOr(Decimal, Decimal) | |
| LogicalOr(Double, Double) | |
| LogicalOr(Single, Single) | |
| RightShift(Decimal, Int32) | |
| RightShift(Double, Int32) | |
| RightShift(Single, Int32) | |
| ToByte(ReadOnlySpanByte) | |
| ToByte(Byte, Int32) | |
| ToDecimal(ReadOnlySpanByte) | |
| ToDecimal(Byte, Int32) | |
| ToSByte(ReadOnlySpanByte) | |
| ToSByte(Byte, Int32) | |
| TryWriteByte | |
| TryWriteBytes | |
| TryWriteSByte | |