RadixEncoder class

Base interface for radix radixEncoder

Constructors

RadixEncoder(int radix)
Constructor for setting up a radix encoding block

Properties

hashCode int
The hash code for this object.
no setterinherited
radix int
The radix of the radixEncoder
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encode(Logic multiplierSlice) RadixEncode
Encode a multiplier slice into the Booth encoded value
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited