Get the shift given the position in the alphabetic sequence

Namespace: LLCryptoLib.Crypto
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public int GetShiftAt(
	int pos
)
Visual Basic
Public Function GetShiftAt ( _
	pos As Integer _
) As Integer
Visual C++
public:
int GetShiftAt(
	int pos
)

Parameters

pos
Type: System..::..Int32
Position in ALFABETO const string

Return Value

Shift

See Also