다음을 통해 공유


TypedDataRow.SetDouble 메서드

정의

오버로드

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)

매개 변수

columnName
String
newValue
Double

적용 대상

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)

매개 변수

columnName
String
newValue
Object

적용 대상