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


val
svType
Creates a new instance of a SubValue class with a single independent value and of the specified type.

Syntax

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

Parameters

val
svType

See Also

© 2010 All Rights Reserved.