Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParameterValue.Implicit(Single to ParameterValue) Operator

Implicitly converts a Single value to a parameter value.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static implicit operator ParameterValue(float value)

Parameters

Name Type Description
value Single

A Single value to be converted to a ParameterValue.

Returns

Type Description
ParameterValue

A ParameterValue object that is the result of conversion.

See Also