metodo to_int

to_int()

Restituisce il valore della proprietà come numero intero.

def to_int(self):
    ...

Osservazioni

Genera un’eccezione se il tipo di proprietà non è PropertyType.Number.

Guarda anche