Method Param
| Improve this Doc View SourceParam(Nullable<Single>, _Single)
Creates a column of parameter expression.
Declaration
public static _Single Param(float? x, _Single sourceColumn = null)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Single> | x | The value of the parameter expression. |
_Single | sourceColumn | The value which will be passed to SourceColumn. |
Returns
Type | Description |
---|---|
_Single | The column of parameter expression. |