protected BaseUInt32Value(value: UInt32!, ctor: Function<UInt32!, T>!)
value - UInt32!: The value to instantiate this UInt32Value with.
ctor - Function<UInt32!, T>!: A constructor for the concrete type.
protected BaseUInt32Value(value: Int, ctor: Function<UInt32!, T>!)
value - Int: An unsigned value to instantiate this UInt32Value with.
ctor - Function<UInt32!, T>!: A constructor for the concrete type.
protected BaseUInt32Value(value: BigInteger!, ctor: Function<UInt32!, T>!)
value - BigInteger!: An unsigned value to instantiate this UInt32Value with.
ctor - Function<UInt32!, T>!: A constructor for the concrete type.