| ParallelNumOfActors Property |
[This is preliminary documentation and is subject to change.]
Gets the number of Actors created
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public int NumOfActors { get; }
Public ReadOnly Property NumOfActors As Integer
Get
public:
property int NumOfActors {
int get ();
}
member NumOfActors : int with get
function get_NumOfActors();
Property Value
Type:
Int32See Also