Click or drag to resize
ILocationIsInEnd Method
Returns true if the specified position is within the end positions of the location.

Namespace: Bio.IO.GenBank
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
bool IsInEnd(
	int position
)

Parameters

position
Type: SystemInt32
Position to be verified.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.IO.GenBank.ILocation.IsInEnd(System.Int32)"]

See Also