protected BaseUInt384Value(value: UInt384!, ctor: Function<UInt384!, T>!)
value
- UInt384!: The value to instantiate this UInt384Value
with.
ctor
- Function<UInt384!, T>!: A constructor for the concrete type.
protected BaseUInt384Value(value: Long, ctor: Function<UInt384!, T>!)
value
- Long: An unsigned value to instantiate this UInt384Value
with.
ctor
- Function<UInt384!, T>!: A constructor for the concrete type.
protected BaseUInt384Value(value: BigInteger!, ctor: Function<UInt384!, T>!)
value
- BigInteger!: An unsigned value to instantiate this UInt384Value
with.
ctor
- Function<UInt384!, T>!: A constructor for the concrete type.