This is used for optional parameters of class Ball1f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Ball1f. Usage:
More...
Public Member Functions | |
| _InOptMut_Ball1f (Ball1f value) | |
Static Public Member Functions | |
| static implicit | operator _InOptMut_Ball1f (Ball1f value) |
Public Attributes | |
| Ball1f? | Opt |
This is used for optional parameters of class Ball1f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Ball1f. Usage:
null to use the default argument.new() to pass no object.Ball1f/Const_Ball1f directly.