|
||
static bool IsNull(SS_COEF coef)
SS_COEF coef; // A SilverSharp.SS_COEF reference
|
|
|||
Synopsis |
using SilverSharp;
The IsNull method tests whether the reference to a SilverSharp.SS_COEF is a null reference
|
|
||
Parameters |
coef is a reference to a SilverSharp.SS_COEF object
|
|
||
Return Value |
IsNull returns true if coef is a null reference, and false otherwise.
|
|
||
See Also |
|
|
||
Example |
The following code uses IsNull to test the validity of a SilverSharp.SS_COEF reference:
|
|