Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
StataFileReader ClassExtreme Optimization Numerical Libraries for .NET Professional
Reads data from a data file in stata format.
Inheritance Hierarchy

SystemObject
  Extreme.Statistics.IODataFileReader
    Extreme.Statistics.IOStataFileReader

Namespace: Extreme.Statistics.IO
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
Syntax

C#
VB
C++
F#
Copy
public class StataFileReader : DataFileReader
Public Class StataFileReader
	Inherits DataFileReader
public ref class StataFileReader : public DataFileReader
type StataFileReader =  
    class
        inherit DataFileReader
    end

The StataFileReader type exposes the following members.

Constructors

  NameDescription
Public methodStataFileReader(Stream)
Constructs a new StataFileReader object.
Public methodStataFileReader(String)
Constructs a new StataFileReader object.
Top
Properties

  NameDescription
Public propertyDecimalAsDouble
Gets or sets whether columns that contain numbers with decimals should be returned as Double instead of Decimal. The default is .
(Inherited from DataFileReader.)
Public propertyInferenceRows
Gets or sets the number of rows that should be used to infer the type of each column. The default is MaxValue.
(Inherited from DataFileReader.)
Protected propertyStream
Gets the TextReader the data is being read from.
(Inherited from DataFileReader.)
Top
Methods

  NameDescription
Public methodClose
Closes the DataFileReader and releases any system resources associated with the DataFileReader.
(Inherited from DataFileReader.)
Protected methodDispose
Releases the unmanaged resources used by the DataFileReader and optionally releases the managed resources.
(Inherited from DataFileReader.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalizes the DataFileReader.
(Inherited from DataFileReader.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadDataFrame
Reads the data from the file and returns it in a data frame.
(Overrides DataFileReaderReadDataFrame.)
Public methodReadVariables
Reads the data from the file and returns it in a VariableCollection.
(Overrides DataFileReaderReadVariables.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Numerical Libraries

Supported in: 6.0, 5.x, 4.x
See Also

Reference

Extreme.Statistics.IO Namespace

Copyright (c) 2004-2016 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2021, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.