summaryrefslogtreecommitdiff
path: root/src/classlibnative/inc/floatsingle.h
blob: 6d123ec00127a364499a3c7bcef7c5ebc29d30aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#ifndef _FLOATSINGLE_H_
#define _FLOATSINGLE_H_

#include <object.h>
#include <fcall.h>

class COMSingle {
public:
    FCDECL1(static float, Abs, float x);
};

#endif // _FLOATSINGLE_H_