DeviceParameterDescriptor.multiplicator Property

Module: DeviceParameterDescriptor

Type: int

Definition

A factor by which integer parameter values are multiplied, providing a mechanism to adjust the parameter’s scale

This is particularly useful for parameters that control fine-grained device settings.

multiplicator: int

Exceptions

An error has occurred during Devices Library execution.
int get multiplicator => getMultiplicator();
set multiplicator(int value) => setMultiplicator(value);

Exceptions

An error has occurred during Devices Library execution.
public int multiplicator
{
    get => Getmultiplicator();
    set => Setmultiplicator(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public int getMultiplicator() throws DevicesException
public void setMultiplicator(int multiplicator) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceParameterDescriptor_GetMultiplicator (ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor, int * multiplicator)
int id3DevicesDeviceParameterDescriptor_SetMultiplicator (ID3_DEVICES_DEVICE_PARAMETER_DESCRIPTOR hDeviceParameterDescriptor, int multiplicator)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.