FunctionInputValues Property |
Gets the values.
Namespace: Dundas.BI.Data.FunctionsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic double[] Values { get; }Public ReadOnly Property Values As Double()
Get
public:
property array<double>^ Values {
array<double>^ get ();
}member Values : float[] with get
Property Value
Double
See Also