The Location which contains all points.

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

Syntax

C#
public static readonly ILocation full

Remarks

This object contains every point. It's minimum value is int.MinValue, and it's maximum value is int.MaxValue. It overlaps and contains everything.

See Also