Create a location that is a translation of this location.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
ILocation Translate(
	int dist
)

Parameters

dist
Type: System..::.Int32
the distance to translate (to the right)

Return Value

The new location

See Also