NumericHierarchyStatisticsMinimumNumber Property |
Gets the minimum
Number for the current numeric hierarchy.
Namespace:
Dundas.BI.Instrumentation
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public Number? MinimumNumber { get; }
Public ReadOnly Property MinimumNumber As Number?
Get
public:
property Nullable<Number> MinimumNumber {
Nullable<Number> get ();
}
member MinimumNumber : Nullable<Number> with get
Property Value
Type:
NullableNumberSee Also