| YMatrixSolverOptions Property |
[This is preliminary documentation and is subject to change.]
Sparse solver options. See the enumeration SparseSolverOptions
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public ulong SolverOptions { get; set; }
Public Property SolverOptions As ULong
Get
Set
public:
property unsigned long long SolverOptions {
unsigned long long get ();
void set (unsigned long long value);
}
member SolverOptions : uint64 with get, set
function get_SolverOptions();
function set_SolverOptions(value);
Property Value
Type:
UInt64See Also