Sets all elements of the matrix to the specified value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| C# |
|---|
public void SetValue(
double value
) |
| Visual Basic (Declaration) |
|---|
Public Sub SetValue ( _
value As Double _
) |
| Visual C++ |
|---|
public:
void SetValue(
double value
) |
| F# |
|---|
member SetValue :
value:float -> unit
|
See Also