Checks if this location contains a point.

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

Syntax

C#
public override bool Contains(
	int p
)

Parameters

p
Type: System..::.Int32
the point to check

Return Value

true if this contains p, otherwise false

Implements

ILocation..::.Contains(Int32)

See Also