public interface IScalarData extends IData;
Name |
Description |
The following tables list the members exposed by IScalarData. |
|
Name |
Description |
![]() ![]() |
Sets the scalar data to the specified value. |
|
Name |
Description |
![]() |
Returns the value of the scalar data. Applies to double valued scalars only. | |
![]() |
Returns the value of the scalar data. Applies to element valued scalars only. | |
![]() |
Returns the value of the scalar data. Applies to double valued scalars, and to element valued scalar of which the range is a subset of Integers. | |
![]() |
Returns the value of the scalar data. Applies to string valued scalars, and to element valued scalar of which the range is not a subset of Integers. | |
![]() |
Creates an IElement associated with the same set as the range of this scalar element valued data. |