Property | Type | Description | |
---|---|---|---|
CpuThreadState |
Method | Description | |
---|---|---|
ClearAll ( float Value = 0f ) : void | ||
this ( int Index ) : float | ||
this ( int Matrix, int Column, int Row ) : float | ||
this ( int Size, string Name ) : float[] | ||
this ( string NameWithSufix ) : float[] |
public this ( int Matrix, int Column, int Row ) : float | ||
Matrix | int | |
Column | int | |
Row | int | |
return | float |
public this ( int Size, string Name ) : float[] | ||
Size | int | |
Name | string | |
return | float[] |
public this ( string NameWithSufix ) : float[] | ||
NameWithSufix | string | |
return | float[] |