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

Double

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

Parameters:
Description
fldDoubleField to convert

Syntax

C# 
public double operator implicit( 
   DoubleField fld
)

Parameters

fld

Requirements

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

See Also