Edit

Share via


FloatColumnValue class

A Single column value.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.ColumnValue
    Microsoft.Isam.Esent.Interop.ColumnValueOfStruct<Single>
      Microsoft.Isam.Esent.Interop.FloatColumnValue

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Class FloatColumnValue _
    Inherits ColumnValueOfStruct(Of Single)
'Usage
Dim instance As FloatColumnValue
public class FloatColumnValue : ColumnValueOfStruct<float>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

FloatColumnValue members

Microsoft.Isam.Esent.Interop namespace