Click or drag to resize

OperatableObjectRightShift Operator

Applies the right-shift operator.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static OperatableObject operator >>(
	OperatableObject c1,
	int c2
)

Parameters

c1  OperatableObject
The value to shift.
c2  Int32
The shift count.

Return Value

OperatableObject
The shifted value.
See Also