[]
Configurates Period. Sets the period for the calculation as an integer value.
public EnvelopesBuilder<T> Period(double value)
Public Function Period(value As Double) As EnvelopesBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| Type | Description |
|---|---|
| EnvelopesBuilder<T> | Current builder. |