Skip to content

P_Ekstrand_Encryption_Ciphers_RotorParameters_StartPosition

Fred Ekstrand edited this page Aug 5, 2020 · 1 revision

RotorParameters.StartPosition Property

Gets or sets the start position.

Namespace: Ekstrand.Encryption.Ciphers
Assembly: EnigmaBinaryCipher (in EnigmaBinaryCipher.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public int StartPosition { get; set; }

VB

Public Property StartPosition As Integer
	Get
	Set

C++

public:
virtual property int StartPosition {
	int get () sealed;
	void set (int value) sealed;
}

F#

abstract StartPosition : int with get, set
override StartPosition : int with get, set

Property Value

Type: Int32
int start position value

Implements

IRotorParameters.StartPosition

See Also

Reference

RotorParameters Class
Ekstrand.Encryption.Ciphers Namespace

Clone this wiki locally