Skip to main content

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

NameTypeDescription
vint32The int32 value to be wrapped within the new Int32 object.

Returns

TypeDescription
Int32A new Int32 object initialized with the provided integer value.