Partager via


TypedDataRow.SetDouble Méthode

Définition

Surcharges

SetDouble(String, Double)

public:
 void SetDouble(System::String ^ columnName, double newValue);
public void SetDouble(string columnName, double newValue);
member this.SetDouble : string * double -> unit
Public Sub SetDouble (columnName As String, newValue As Double)

Paramètres

columnName
String
newValue
Double

S’applique à

SetDouble(String, Object)

public:
 void SetDouble(System::String ^ columnName, System::Object ^ newValue);
public void SetDouble(string columnName, object newValue);
member this.SetDouble : string * obj -> unit
Public Sub SetDouble (columnName As String, newValue As Object)

Paramètres

columnName
String
newValue
Object

S’applique à