Message-ID: <1441390023.8173.1711635677880.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8172_711654538.1711635677880" ------=_Part_8172_711654538.1711635677880 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html FunctionValue.FunctionValue(Double)

FunctionValue.FunctionValue(Double)

Description

Creates a new=20 FunctionValue object setting the= =20 Value property to the Double passed = in to the constructor and setting the=20 Type property to=20 FunctionValueType.NUMBER.=20
C#
=20
public FunctionValue(double number)
=20
=20
vb.net
=20
Public Sub New FunctionValue(number As Double)=20
=20

Examples

=20
C#
=20
FunctionValue myValue =3D new FunctionValue(3.5d);
=20
vb.net
=20
Dim myValue As New FunctionValue(3.5d)
=20
------=_Part_8172_711654538.1711635677880--