Package 

Class UInt512

    • Constructor Detail

      • UInt512

        UInt512(String stringValue)
        Parameters:
        stringValue - String to be converted into UInt512
      • UInt512

        UInt512(UByte uint8Value)
        Parameters:
        uint8Value - UInt8 (UByte) to be converted into UInt512
      • UInt512

        UInt512(UShort uint16Value)
        Parameters:
        uint16Value - UInt16 (UShort) to be converted into UInt512
      • UInt512

        UInt512(UInt uint32Value)
        Parameters:
        uint32Value - UInt32 (UInt) to be converted into UInt512
      • UInt512

        UInt512(ULong uint64Value)
        Parameters:
        uint64Value - UInt64 (ULong) to be converted into UInt512
      • UInt512

        UInt512(UInt128 uint128Value)
        Parameters:
        uint128Value - Int128 to be converted into UInt512