[#BloombergLP-bdlsta-Moment-08-skewIfValid] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlsta.adoc[bdlsta]::xref:BloombergLP/bdlsta/Moment-08.adoc[Moment]::skewIfValid :relfileprefix: ../../../ :mrdocs: Load into the specified `result`, the skew of the data set. Return 0 on success, and a non‐zero value otherwise. Specifically, `e_INADEQUATE_DATA` is returned if `3 > count` or the variance is zero. == Synopsis Declared in `<bdlsta_moment.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int skewIfValid(double* result) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#