FunctionInputValues Property |
Gets the values.
Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
DoubleSee Also