Jodosoft
Jodosoft
C#VBC++F#
    Show/Hide TOC

      BitOperations Class

      Definition

      Namespace: Jodosoft.Numerics
      Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
      C#View SourceRequest Example
      public static class BitOperations
      VBView SourceRequest Example
      Public NotInheritable Class BitOperations
      C++View SourceRequest Example
      public ref class BitOperations abstract sealed
      F#View SourceRequest Example
      [<AbstractClassAttribute>]
      [<SealedAttribute>]
      type BitOperations = class end
      Inheritance
      Object    BitOperations

      Methods

      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 

      See Also

      Reference

      Jodosoft.Numerics Namespace

      In This Article

      • Definition
      • Methods
      • See Also

      Copyright © 2023 Joe Lawry-Short