Beispiel #1
0
 private void Update(EvaluationContext context)
 {
     Result.Value = StructuredListUtils.GetValueOfFieldWithType <float>(context, DataList, ItemIndex, FieldIndex, OrFieldName, ref _field);
 }
Beispiel #2
0
 private void Update(EvaluationContext context)
 {
     Result.Value = StructuredListUtils.GetIteratedValueOfFieldWithType <float>(context, FieldName, ref _field);
 }