[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Set a float value.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
WriteOnly Property _Float As Single
C#
float _Float { set; }
Visual C++
property float _Float {
	void set (float value);
}