System.Nullable.operator Division
Delphi
class operator Multiply(L, R: Nullable<T>): Nullable<T>;
class operator IntDivide(L, R: Nullable<T>): Nullable<T>;
class operator Divide(L, R: Nullable<T>): Nullable<Extended>;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Nullables.inc | System | Nullable |
Description
Embarcadero Technologies does not currently have any additional information.