public int ShiftAmount {get;}
'Declaration
Public ReadOnly Property ShiftAmount As Integer
'Usage
Dim instance As MinimumToZeroCommand
Dim value As Integer
value = instance.ShiftAmount
public int ShiftAmount {get;}
@property (nonatomic, assign, readonly) unsigned int shiftAmount;
public int getShiftAmount()
public:
property int ShiftAmount {
int get();
}
Property Value
Value that the
MinimumToZeroCommand class object uses to shift the negative values so that the minimum negative value will be zero.