# Quantizer Namespace: LLama ```csharp public class Quantizer ``` Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [Quantizer](./llama.quantizer.md) ## Constructors ### **Quantizer()** ```csharp public Quantizer() ``` ## Methods ### **Quantize(String, String, LLamaFtype, Int32, Boolean)** ```csharp public static bool Quantize(string srcFileName, string dstFilename, LLamaFtype ftype, int nthread, bool printInfo) ``` #### Parameters `srcFileName` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
`dstFilename` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
`ftype` [LLamaFtype](./llama.native.llamaftype.md)
`nthread` [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)
`printInfo` [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)
#### Returns [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)
### **Quantize(String, String, String, Int32, Boolean)** ```csharp public static bool Quantize(string srcFileName, string dstFilename, string ftype, int nthread, bool printInfo) ``` #### Parameters `srcFileName` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
`dstFilename` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
`ftype` [String](https://docs.microsoft.com/en-us/dotnet/api/system.string)
`nthread` [Int32](https://docs.microsoft.com/en-us/dotnet/api/system.int32)
`printInfo` [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)
#### Returns [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)