For Babelfish Release 1.12.3.10

ValueSeries Constructor

Constructor.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
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

See Also