Method GetNullValue
GetNullValue()
Gets a null value (e.g. all bits == 0 ) for the type
Declaration
public Constant GetNullValue()
Returns
public Constant GetNullValue()
Constant | Constant that represents a null (0) value of this type |
Implements
Remarks
This is a getter function instead of a property as it can throw exceptions for types that don't support such a thing (i.e. void )