Method | Description | |
---|---|---|
BiPolarMLData ( bool d ) : System |
Construct this object with the specified data.
|
|
BiPolarMLData ( int size ) : System |
Construct a data object with the specified size.
|
|
Clear ( ) : void |
Clear to false.
|
|
Clone ( ) : object |
Clone this object.
|
|
GetBoolean ( int i ) : bool |
Get the specified data item as a boolean.
|
|
SetBoolean ( int index, bool b ) : void |
Set the value as a boolean.
|
|
ToString ( ) : String | ||
this ( int x ) : double |
Allowes indexed access to the data.
|
public BiPolarMLData ( bool d ) : System | ||
d | bool | The data to create this object with. |
return | System |
public BiPolarMLData ( int size ) : System | ||
size | int | The size of this data object. |
return | System |
public SetBoolean ( int index, bool b ) : void | ||
index | int | The index. |
b | bool | The boolean value. |
return | void |