Method Const
| Improve this Doc View SourceConst(Nullable<Single>)
Creates a column of constant expression.
Declaration
public static _Single Const(float? x)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<System.Single> | x | The value of the constant expression. |
Returns
Type | Description |
---|---|
_Single | The column of constant expression. |