Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The sum of property values.
public: property Nullable<double> Sum { Nullable<double> get(); void set(Nullable<double> value); };
public double? Sum { get; set; }
member this.Sum : Nullable<double> with get, set
Public Property Sum As Nullable(Of Double)