Sets all elements of the matrix to the specified value.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.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