Click or drag to resize

BoundingBoxSampler Constructor (TwoGeoHashBoundingBox, Int32)

Initializes a new instance of the BoundingBoxSampler class

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public BoundingBoxSampler(
	TwoGeoHashBoundingBox bbox,
	int seed
)

Parameters

bbox
Type: VelocityDBExtensions.Geo.utilTwoGeoHashBoundingBox

[Missing <param name="bbox"/> documentation for "M:VelocityDBExtensions.Geo.util.BoundingBoxSampler.#ctor(VelocityDBExtensions.Geo.util.TwoGeoHashBoundingBox,System.Int32)"]

seed
Type: SystemInt32

[Missing <param name="seed"/> documentation for "M:VelocityDBExtensions.Geo.util.BoundingBoxSampler.#ctor(VelocityDBExtensions.Geo.util.TwoGeoHashBoundingBox,System.Int32)"]

See Also