dotnetCHARTING Send comments on this topic.
FromValue(Double) Method
See Also 
dotnetCHARTING Namespace > SubValue Class > FromValue Method : FromValue(Double) Method


val
Creates a new instance of a SubValue class with a single independent value.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function FromValue( _
   ByVal val As Double _
) As SubValue
Visual Basic (Usage) Copy Code
Dim val As Double
Dim value As SubValue
 
value = SubValue.FromValue(val)
C#  
public static SubValue FromValue( 
   double val
)

Parameters

val

See Also