GrapeCity.Xaml.CalcEngine
CalcDoubleExpression Constructor(Double,String)


The double value.
The original string of the number.
Initializes a new instance of the CalcDoubleExpression class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Double, _
   ByVal originalValue As String _
)
'Usage
 
Dim value As Double
Dim originalValue As String
 
Dim instance As New CalcDoubleExpression(value, originalValue)
public CalcDoubleExpression( 
   double value,
   string originalValue
)

Parameters

value
The double value.
originalValue
The original string of the number.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

CalcDoubleExpression Class
CalcDoubleExpression Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options