NewInt32
No overview available.
def NewInt32(
v: int32
) - > Int32
Creates a new Int32 object from a given int32 value. This function is used to wrap a primitive int32 into a custom Int32 type.
Parameters
| Name | Type | Description |
|---|---|---|
| v | int32 | The int32 value to be wrapped within the new Int32 object. |
Returns
| Type | Description |
|---|---|
Int32 | A new Int32 object initialized with the provided integer value. |