IntegerValue constructor

init

Creates a new instance.

def __init__(self, value):
    ...
ParameterTypeDescription
valueintAn integer value.

See Also