Method | Description | |
---|---|---|
Calculate ( int subfield ) : double |
Calculate the value for this field. Specify subfield of zero if this is a simple field.
|
|
RowInit ( ) : void |
Init this field for a new row.
|
Method | Description | |
---|---|---|
OutputFieldGrouped ( ) : System |
Default constructor, used mainly for reflection.
|
|
OutputFieldGrouped ( IOutputFieldGroup group, IInputField sourceField ) : System |
Construct a grouped output field.
|
public abstract Calculate ( int subfield ) : double | ||
subfield | int | The subfield index. |
return | double |
protected OutputFieldGrouped ( IOutputFieldGroup group, IInputField sourceField ) : System | ||
group | IOutputFieldGroup | The group that this field belongs to. |
sourceField | IInputField | The source field for this output field. |
return | System |