Click or drag to resize
WarningWriter Property
The stream to which warning messages are to be written.

Namespace: Imsl
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static TextWriter Writer { get; set; }

Property Value

Type: TextWriter
Remarks
The input may be null, in which case warnings are not written.
See Also