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

DoubleField

This allows the developer to directly assign a Double into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valDouble value to set the Value property with.

Returns:
Type
DoubleField

Syntax

C# 
public DoubleField operator implicit( 
   double val
)

Parameters

val

Requirements

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

See Also