QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(SingleField) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > SingleField Class > Implicit Type Conversion Operator : Implicit Type Conversion(SingleField) Operator
fld

Single

This allows the developer to directly get the value of this field as Single.

Parameters:
Description
fldSingleField to convert

Syntax

C# 
public float operator implicit( 
   SingleField fld
)

Parameters

fld

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also