Spread WPF Documentation
FromDouble Method


The compare type.
The expected value.
Creates a number condition from a double value.
Syntax
'Declaration
 
Public Shared Function FromDouble( _
   ByVal compareType As GeneralCompareType, _
   ByVal expected As System.Double _
) As NumberCondition
'Usage
 
Dim compareType As GeneralCompareType
Dim expected As System.Double
Dim value As NumberCondition
 
value = NumberCondition.FromDouble(compareType, expected)
public static NumberCondition FromDouble( 
   GeneralCompareType compareType,
   System.double expected
)

Parameters

compareType
The compare type.
expected
The expected value.

Return Value

The NumberCondition object.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)

See Also

Reference

NumberCondition Class
NumberCondition Members

 

 


Copyright © GrapeCity, inc. All rights reserved.