ValueSeries Constructor
Constructor.
Namespace: Scopos.BabelFish.DataModel.DefinitionsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public ValueSeries(
string? format
)
Parameters
- format String
-
format must be one of the following. If unable to parse then "*" is assumed.
- * Applies to all
- n Applies to the nth value in the list.
- n..m Applies to the nth through the mth values in the list.
- n..m,s Applies to the nth through the mth values in the list, with a step of s.
where n is start value, m is end value, s is step