Click or drag to resize

LongUtilCommonPrefixLength Method

[Missing <summary> documentation for "M:VelocityDBExtensions.Geo.util.LongUtil.CommonPrefixLength(System.Int64,System.Int64)"]

Namespace:  VelocityDBExtensions.Geo.util
Assembly:  VelocityDBExtensions (in VelocityDBExtensions.dll) Version: 8.2.1.0 (8.2.1)
Syntax
public static int CommonPrefixLength(
	long a,
	long b
)

Parameters

a
Type: SystemInt64

[Missing <param name="a"/> documentation for "M:VelocityDBExtensions.Geo.util.LongUtil.CommonPrefixLength(System.Int64,System.Int64)"]

b
Type: SystemInt64

[Missing <param name="b"/> documentation for "M:VelocityDBExtensions.Geo.util.LongUtil.CommonPrefixLength(System.Int64,System.Int64)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:VelocityDBExtensions.Geo.util.LongUtil.CommonPrefixLength(System.Int64,System.Int64)"]

See Also