Click or drag to resize

GeoHashFromOrd Method

[Missing <summary> documentation for "M:VelocityDBExtensions.Geo.GeoHash.FromOrd(System.Int64,System.Int32)"]

Namespace:  VelocityDBExtensions.Geo
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 11.1.0.0 (11.1.0)
Syntax
public static GeoHash FromOrd(
	long ord,
	int significantBits
)

Parameters

ord
Type: SystemInt64

[Missing <param name="ord"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.FromOrd(System.Int64,System.Int32)"]

significantBits
Type: SystemInt32

[Missing <param name="significantBits"/> documentation for "M:VelocityDBExtensions.Geo.GeoHash.FromOrd(System.Int64,System.Int32)"]

Return Value

Type: GeoHash

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.GeoHash.FromOrd(System.Int64,System.Int32)"]

See Also