|  | PLS1NipalsAlgorithmOnSerializing Method | 
            Conditionally sets most of the values for serialization only if isGood_ 
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void OnSerializing(
	StreamingContext ctx
)
Public Sub OnSerializing ( 
	ctx As StreamingContext
)
public:
void OnSerializing(
	StreamingContext ctx
)
member OnSerializing : 
        ctx : StreamingContext -> unit Parameters
- ctx  StreamingContext
- The streaming context.
 See Also
See Also