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

Placeholder for a byte value in an event expression.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ByteValue _
	Inherits PrimitiveValueBase
C#
public sealed class ByteValue : PrimitiveValueBase
Visual C++
public ref class ByteValue sealed : public PrimitiveValueBase

Inheritance Hierarchy

System.Object
  net.esper.type.PrimitiveValueBase
    net.esper.type.ByteValue