[]
Returns true if the data read was originally signed in the specified component, false if not. This method returns always false since PGM data is always unsigned.
public override bool isOrigSigned(int c)
Type | Name | Description |
---|---|---|
int | c | The index of the component, from 0 to N-1. |
Type | Description |
---|---|
bool | always false, since PGM data is always unsigned. |