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