Click or drag to resize

BinaryDataOutputWriteShort Method

[Missing <summary> documentation for "M:com.espertech.esper.compat.io.BinaryDataOutput.WriteShort(System.Int16)"]

Namespace:  com.espertech.esper.compat.io
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void WriteShort(
	short value
)

Parameters

value
Type: SystemInt16

[Missing <param name="value"/> documentation for "M:com.espertech.esper.compat.io.BinaryDataOutput.WriteShort(System.Int16)"]

Implements

DataOutputWriteShort(Int16)
See Also