A Sandcastle Documented Class Library
Assign Method (name, value)
NamespacescsmicInputInterpreterAssign(String, Decimal)
CS-MIC - C# Math Input Control
Assigns a decimal value to a variable.
Declaration Syntax
C#Visual BasicVisual C++J#JavaScript
internal bool Assign(
	string name,
	decimal value
)
Friend Function Assign ( _
	name As String, _
	value As Decimal _
) As Boolean
internal:
bool Assign(
	String^ name, 
	Decimal value
)
 boolean Assign(
	String name,
	Decimal value
)
function Assign(name, value);
Parameters
name (String)
The name of the variable.
value (Decimal)
The value of the variable.
Return Value
True if the variable was set, false otherwise.

Assembly: csmic (Module: csmic) Version: 1.0.0.0 (1.0.0.0)