Click or drag to resize

ShiftRight Method (Int64, Int32)

Implements a .NET '>>' operator for Int64.

Namespace:  PKI.Utils
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public static long Right(
	long x,
	int count
)

Parameters

x
Type: SystemInt64
A value to shift.
count
Type: SystemInt32
A number that represents additive-expression.

Return Value

Type: Int64
The result of Shift operation.
See Also