Description
Gets or sets the chips per bit.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ChipsPerBit() As Integer
|
| [C#] |
|---|
public int ChipsPerBit {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_ChipsPerBit(); public: __property void set_ChipsPerBit(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ChipsPerBit(
int * pVal
);
public: HRESULT put_ChipsPerBit(
int val
);
|
| [Java] |
|---|
public Integer getChipsPerBit();
public void setChipsPerBit(
Integer
);
|
| [Python - STK API] |
|---|
@property
def ChipsPerBit(self) -> int:
@ChipsPerBit.setter
def ChipsPerBit(self, val:int) -> None:
|
See Also