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


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

Syntax

Visual Basic (Declaration) 
Public 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