'Declaration
Public Function Constant( _ ByVal value As Double _ ) As CCIBuilder(Of T)
public CCIBuilder<T> Constant( double value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function Constant( _ ByVal value As Double _ ) As CCIBuilder(Of T)
public CCIBuilder<T> Constant( double value )