ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / Constants Class / vbSingle Field

In This Topic
    vbSingle Field
    In This Topic
    Represents a single-precision floating-point variant type, equivalent to the Visual Basic Single keyword. This value is used for variables that store single-precision floating-point numbers.
    Syntax
    'Declaration
     
    Public Const vbSingle As VariantType
    public const VariantType vbSingle
    See Also