Click or drag to resize
RedisSortedSetsZRANGEBYSCOREByte Method (String, Double, Double, Int32, Int32)
返回给定的分值范围元素列表

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public SortedList<double, byte[]> ZRANGEBYSCOREByte(
	string key,
	double min,
	double max,
	int offset,
	int count
)

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:Adf.RedisSortedSets.ZRANGEBYSCOREByte(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

min
Type: SystemDouble

[Missing <param name="min"/> documentation for "M:Adf.RedisSortedSets.ZRANGEBYSCOREByte(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

max
Type: SystemDouble

[Missing <param name="max"/> documentation for "M:Adf.RedisSortedSets.ZRANGEBYSCOREByte(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

offset
Type: SystemInt32
取出偏移量,需设置count有效
count
Type: SystemInt32
设置数量则offset有产效

Return Value

Type: SortedListDouble, Byte

[Missing <returns> documentation for "M:Adf.RedisSortedSets.ZRANGEBYSCOREByte(System.String,System.Double,System.Double,System.Int32,System.Int32)"]

See Also