[#BloombergLP-bdldfp-operator_star-092] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::operator* :relfileprefix: ../../ :mrdocs: Multiplication operators == Synopses Declared in `<bdldfp_decimal.h>` Multiply the value of the specified `lhs` object by the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-005.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-005.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0de.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0de.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0c4.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0c4.adoc[_» more..._]# Multiply the specified `rhs` by the value of the specified `lhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-043c.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-043c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-001.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-001.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-09cb.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-09cb.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-030.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-030.adoc[_» more..._]# Multiply the specified `lhs` and `rhs` as described by IEEE‐754. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0cf.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0cf.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0ce.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ce.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0ff8.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ff8.adoc[_» more..._]# Multiply the value of the specified `lhs` object by the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-01b.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-01b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0d3.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0d3.adoc[_» more..._]# Multiply the specified `rhs` by the value of the specified `lhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0c9.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0c9.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-077.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-077.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-07e.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-07e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-05.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-05.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-09cc.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-09cc.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-09f.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-09f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-038.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-038.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0ff0.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ff0.adoc[_» more..._]# Multiply the value of the specified `lhs` object by the value of the specified `rhs` as described by IEEE‐754 and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-000.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-000.adoc[_» more..._]# Multiply the specified `rhs` by the value of the specified `lhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0438.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0438.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-04b.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-04b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0ba.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ba.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-03f.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned int rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-03f.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-02a.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-02a.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0ac.adoc[operator*]( xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] lhs, unsigned long long rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ac.adoc[_» more..._]# Multiply the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-040.adoc[operator*]( int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-040.adoc[_» more..._]# Multiply the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0e9.adoc[operator*]( int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0e9.adoc[_» more..._]# Multiply the specified `lhs` by the value of the specified `rhs` as described by IEEE‐754, and return the result. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-09b.adoc[operator*]( int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-09b.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-09e.adoc[operator*]( long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-09e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0fc.adoc[operator*]( long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0fc.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-026.adoc[operator*]( long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-026.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0aa.adoc[operator*]( long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0aa.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0ad.adoc[operator*]( long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0ad.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-08c.adoc[operator*]( long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-08c.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-089.adoc[operator*]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-089.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0e0.adoc[operator*]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0e0.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-0a9.adoc[operator*]( unsigned int lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0a9.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-0b8.adoc[operator*]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0b8.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-01e.adoc[operator*]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-01e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-04e.adoc[operator*]( unsigned long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-04e.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal128 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal128.adoc[bdldfp::Decimal128] xref:BloombergLP/bdldfp/operator_star-031.adoc[operator*]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-031.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal32 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal32.adoc[bdldfp::Decimal32] xref:BloombergLP/bdldfp/operator_star-0dd.adoc[operator*]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-0dd.adoc[_» more..._]# Decimal arithmetic/comparison operation: `Decimal64 operator*`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] xref:BloombergLP/bdldfp/operator_star-017.adoc[operator*]( unsigned long long lhs, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] rhs); ---- [.small]#xref:BloombergLP/bdldfp/operator_star-017.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#