Click or drag to resize
SphinxFloatIRangeFilterableTypeWriteValue Method
Writes the value for a range filter on the implementing type to the given BinaryWriter.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
void IRangeFilterableType.WriteValue(
	BinaryWriter binaryWriter,
	Version version
)

Parameters

binaryWriter
Type: System.IOBinaryWriter
The binary writer to write to.
version
Type: SystemVersion
The version of Sphinx.

Implements

IRangeFilterableTypeWriteValue(BinaryWriter, Version)
See Also