Numeric<T>.Zero Property
Gets or sets zero.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
Protected Property Zero As T
Get
Set
'Usage
Dim value As T
value = Me.Zero
Me.Zero = value
protected T Zero { get; set; }
protected:
property T Zero {
T get ();
void set (T value);
}
function get Zero () : T
function set Zero (value : T)
member Zero : 'T with get, set
Property Value
Type: T
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.