Gets the number of positions to shift.
            
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Operand Positions { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Positions As Operand
	Get | 
Field Value
An 
Operand; or 
nullNothingnullptra null reference (Nothing in Visual Basic).
 Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<Operand>() == null || (
					Contract.Result<Operand>() is Immediate ||
					Contract.Result<Operand>() is RegisterOperand) | 
 See Also
See Also