Click or drag to resize

LatestValuesPeriodMinimumNumberOfValues Property

Gets the number, greater than zero, that was specified using WithMinimumNumberOfValues(Int32), or null if no such minimum number of values was specified.

Namespace: DegreeDays.Api.Data.Impl
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public int? MinimumNumberOfValues { get; }

Property Value

NullableInt32
See Also