|  | OneSampleZTestOnDeserialized Method | 
            Compute values following deserialization
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void OnDeserialized(
	StreamingContext ctx
)
Public Sub OnDeserialized ( 
	ctx As StreamingContext
)
public:
void OnDeserialized(
	StreamingContext ctx
)
member OnDeserialized : 
        ctx : StreamingContext -> unit Parameters
- ctx  StreamingContext
- Streaming context.
 See Also
See Also