value

property Angle.value: float | int

Angle numerical value. The relative unit is expressed by the unit property. It must be positive or null.

Returns

float or int

Angle numerical value.

Raises

TypeError

If value is not a float or an int.

ValueError

If value is negative.